View Single Post
  #1  
Old 02-19-2008, 10:02 PM
 
dhaworth dhaworth is offline
 

Advanced Member
  
Join Date: Dec 2007
Posts: 31
 

Red face 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"]);
__________________
Using X-Cart 4.4.2
System Messages mod for X-Cart -by cflsystems.com, this is what the checkout process should be like
Smartsearch - from alteredcart.com - easy to install / terrific for customers
OnSale - from alteredcart.com - it just works!
Custom modifications by steve@cflsystems.com - he is terrific, always responds, reasonable fees
Using smart-template by xcartmods.co.uk because it takes seconds to make changes-looks fabulous-and Phil is responsive
Reply With Quote