View Single Post
  #55  
Old 05-08-2007, 06:47 AM
  HWT's Avatar 
HWT HWT is offline
 

eXpert
  
Join Date: Jan 2005
Location: Massachusetts, USA
Posts: 392
 

Default Re: Improved minicart display

Line 53 in my minicart.php is this one:

PHP Code:
$MINICART["total_items"] = ((!empty($cart["products"]) and is_array($cart["products"]))?count($cart["products"]):0) + ((!empty($cart["giftcerts"]) and is_array($cart["giftcerts"]))?count($cart["giftcerts"]):0);


maybe you changed it somehow?

I've attached my minicart.php for you. It's the same version as you are working with. I've tested it and the gift certificate works, though it just adds to the totals rather than looking like a product in the minicart.
Attached Files
File Type: php minicart.php (3.4 KB, 137 views)
__________________
x-cart 4.0.13 and 4.1.7 and 4.1.10
Reply With Quote