Prices whit taxes on VM - Shopping cart

Rate this topic: Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.
GK User
Mon Mar 16, 2015 5:50 pm
Reply with quote
Report this post
Hello:

Can I show the price with tax on the module VM - Shopping cart?

Thanks.
User avatar
Fresh Boarder

GK User
Fri Mar 20, 2015 5:36 pm
Reply with quote
Report this post
Hello,

In the html/mod_virtuemart_cart/default.php file please replace:

Code: Select all
<dd><?php echo $product['prices']; ?></dd>


to:

Code: Select all
<dd><?php echo $product['subtotal_with_tax']; ?></dd>
User avatar
Administrator


cron