X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   Show Taxes In Minicart (https://forum.x-cart.com/showthread.php?t=37699)

dhaworth 02-19-2008 10:02 PM

Show Taxes In Minicart
 
I've looked everywhere to find the code to show the taxes in the minicart. So far I have figured out how to show all the products, shipping cost, and total but I can figure out the smarty tag for the taxes. Any ideas anyone?

Here's what i have added so far.

$smarty->assign("minicart_total_cost", $MINICART["total_cost"]);
$smarty->assign("minicart_total_items", $MINICART["total_items"]);
$smarty->assign("minicart_contents", $cart["products"]);
$smarty->assign("minicart_shipping", $cart["shipping_cost"]);
$smarty->assign("minicart_delivery", $cart["delivery"]);
$smarty->assign("minicart_taxes", $cart["taxes"]);

inebriate 02-19-2008 10:51 PM

Re: Show Taxes In Minicart
 
try $cart["tax_cost"]


All times are GMT -8. The time now is 11:24 AM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.