View Single Post
  #70  
Old 08-11-2007, 10:33 PM
 
zebu zebu is offline
 

eXpert
  
Join Date: Oct 2006
Posts: 310
 

Default Re: Improved minicart display

I am running 4.1.8 and it worked fine - however teh Grand total wasnt adding up - even thou the shipping was defined correctly (including tax) teh grand total displays a toal less the shipping tax.

To fix I had to modify this line in minicart.tpl

Original

HTML Code:
minicarttotalcost=$minicart_total_cost minicartshipping=$minicart_shipping}

Modified

HTML Code:
minicarttotalcost=$minicart_total_cost minicartshipping=$taxed_shipping}

Hope that helps.
__________________
Version 4.7.7
Reply With Quote