• Resolved Kenika

    (@kenika)


    Hi!

    Is there a chance to completely hide tax information? I’m not allowed to add/charge taxes and it would be better to not display anything that’s related to taxes. So how can I hide the “(ex. tax)” in subtotal and the “Total Tax” line when my customers are checking out?

    Thanks and happy Tuesday!

    https://ww.wp.xz.cn/plugins/orillacart/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author orillacart

    (@orillacart)

    Hello,

    In the next update of the plugin, we will make the total tax to disappear if equal to 0.

    Best Regards

    Thread Starter Kenika

    (@kenika)

    Awesome. Thanks!

    Plugin Author orillacart

    (@orillacart)

    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!

    Plugin Author orillacart

    (@orillacart)

    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

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Switch off taxes?’ is closed to new replies.