VirtueMart Forum

VirtueMart Dev/Coding Central: VM1 (old version) => Development Projects, Modifications, Hacks & Tweaks. VM1.1 => Shipping Modules => Topic started by: Adnarim on March 31, 2010, 14:09:39 PM

Title: Hide tax in order details
Post by: Adnarim on March 31, 2010, 14:09:39 PM
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