View Single Post
  #9  
Old 04-02-2008, 05:07 PM
  kube's Avatar 
kube kube is offline
 

X-Adept
  
Join Date: Sep 2005
Location: London: a small place East of Wales
Posts: 529
 

Default Re: Changing the number of items in mini cart to the actual # of items in minicart

This is untested, how about changing the last line from...

$MINICART["total_items"] +=$cart["giftcerts"];

to...

$MINICART["total_items"] += count($cart["giftcerts"]);
__________________
Doms
kube v4.1.9
Reply With Quote