Remove tax info from cart

Hello,

If you are working with taxes included, you must modify the following files so that taxes are not shown in the summary table of the Virtuemart purchase process:

mystore2/components/com_virtuemart/themes/default/templates/basket/basket_b2c.html.php
mystore2/components/com_virtuemart/themes/default/templates/basket/ro_basket_b2c.html.php

In these files you should look for the following code

_(‘PHPSHOP_ORDER_PRINT_TOTAL_TAX’) ?>:

and delete it. If what you want is to show the taxes above, cut the code and paste it above. It has to be placed after the closing table line (code

).

AnswerQuote

Answered : 11/07/2011 3:57 pm

See also  news format
Loading Facebook Comments ...
Loading Disqus Comments ...