Isiah Posted January 27, 2009 Posted January 27, 2009 ok so when i look ant my shopping cart there are two digits 0 0 then when i add something to my cart its 1 0 and i want to get rid of that extra digit. Heres a pic below if you dont understand what you mean. Thanks to anyone who can help. http://i11.photobucket.com/albums/a193/Sha...pg?t=1233034125
sLaV- Posted January 27, 2009 Posted January 27, 2009 Looks like that extra 0 is hardcoded into the PHP code ... im guessing your using a template and this is displayed in your header? ... if so take a look at your /includes/header.php file and take note where the cart contents are displayed $cart->count_contents() ... see if there is any extra hard coded 0 next to that and remove it - backup your files before editing anything
Recommended Posts
Archived
This topic is now archived and is closed to further replies.