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
|