![]() |
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"]); |
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.