Hello,
In the next update of the plugin, we will make the total tax to disappear if equal to 0.
Best Regards
Hello,
The requested functionality is added in version 1.2.1
Should be working as expected after updating.
Best Regards
Thread Starter
Kenika
(@kenika)
Hi,
do I have to change the option somewhere? I can’t find anything and still have the “(ex. tax)”-line. The “Total Tax” line seems to be gone though.
Thanks!
Hi, this particular bit is subtotal price and it have nothing to do with the taxes.
If you want to be removed, you need to create template override of a “order.tpl.php”
The fire is located in “orillacart\com_shop\front\views\cart\templates”
Remove lines:
<tr>
<td class=”a-right” colspan=”3″><?php _e(‘Subtotal:’, ‘com_shop’); ?></td>
<td><?php echo $this->cart->get_formatted_price(); ?><small><?php _e(‘(ex. tax)’, ‘com_shop’); ?></small></td>
</tr>
Then you need to create a new path in your theme for example: wp-content\themes\twentythirteen\com_shop_front\cart and add “order.tpl.php”
It should look like this: wp-content\themes\twentythirteen\com_shop_front\cart\order.tpl.php
Best Regards