News:

Support the VirtueMart project and become a member

Main Menu

Hide tax in order details

Started by Adnarim, March 31, 2010, 14:09:39 PM

Previous topic - Next topic

Adnarim

Hello,

at this part: webwinkel?page=account.order_details&order_id=
I get the total of the products, cost for sending and handling, total and then the Tax (BTW).

What I want is that costumers do not see how many tax is included.
Does someone know where I can find this guy?

Thnx in advance

edit: Problem already solved. Had to change in some files a number to 0 and had to set something to false :)
Row 518: if ($auth["show_price_including_tax"] == 0) {
File: components/com_virtuemart/themes/default/templates/pages/account.order_details.tpl.php

Second file: Row 212: $show_tax = false;
File: administrator/components/com_virtuemart/html/basket.php