This guide will help you to display price with tax in SJ module for Hikashop
1How to display price with tax in SJ module for Hikashop:
If you want display the price with tax in modules for Hikashop , example SJ extraslider for Hikashop module, you can go to the file /modules/mod_sj_hk_extraslider/core/helper.php and find the code following:
1 |
$_price .= $currencyHelper->format($price->price_value,$price->price_currency_id); |
Then replace it by the code:
1 |
$_price .= $currencyHelper->format($price->price_value_with_tax,$price->price_currency_id); |
2SUPPORT
Thank you so much for reading. If you have any questions that are beyond the scope of this help file, please send us via: Submit a Ticket
Thanks so much!