Hello there,
I have a very big problem with the mod_sj_hk_listing_tabs module in the SJ Kampe template.
Only the price without VAT appears in the mod_sj_hk_listing_tabs module but I absolutely need the price with VAT and without VAT are displayed together.
Here's an example of what I realy need:
But here's what I get with the default mod_sj_hk_listing_tabs module until now:
I think that the problem comes from this section of code in the file at \modules\mod_sj_hk_listing_tabs\tmpl\default_items.php (line 81) :
<?php if ((int)$params->get('item_prices_display', 1) && !empty($item->_price)) { ?>
<div class="acd-prices">
<span class="acd-price">
<?php echo $item->_price; ?>
</span>
or from this section of code in the file at \templates\sj_kampe\html\mod_sj_hk_listing_tabs\default_items.php (line 82) :
<?php if ((int)$params->get('item_prices_display', 1) && !empty($item->_price)) { ?>
<div class="acd-prices">
<span class="acd-price">
<?php echo $item->_price; ?>
</span>
But i don't know what must be changed...
I want to clarify that I have set taxes in Hikashop without any worries. Indeed, elsewhere (other modules, checkout of Hikashop), prices with and without VAT are displayed perfectly together.
Can you help me please? It's really urgent, I have to deploy the website tonight at the latest.
Thank you for the help provided in advance.
Best regards.