Underneath the price on the product page it displays 'Ex Tax:'
As all my prices include tax I want to get rid of this - how can I do that?
I am using version 1.5.2.1
In product.tpl file,
find:
remove it.
If you just want to remove the text and keep the tax value,
simply replace with:
find:
Code: Select all
<?php if ($tax) { ?>
<span class="price-tax"><?php echo $text_tax; ?> <?php echo $tax; ?></span><br />
<?php } ?>
If you just want to remove the text and keep the tax value,
simply replace with:
Code: Select all
<?php if ($tax) { ?>
<span class="price-tax"><?php echo $tax; ?></span><br />
<?php } ?>
Dedication and passion goes to those who are able to push and merge a project.
Regards,
Straightlight
Programmer / Opencart Tester
in case of new user that might found this, simple install this FREE Extension to hide EX TAX.
Click or Copy the link below to your browser to find the Extension.
http://www.opencart.com/index.php?route ... n_id=11050
Click or Copy the link below to your browser to find the Extension.

http://www.opencart.com/index.php?route ... n_id=11050
Who is online
Users browsing this forum: Google [Bot] and 22 guests