MacbethZ Posted November 17, 2007 Posted November 17, 2007 Where it has the shopping cart, next to it says 0 items items, i only want it to say items once. What file do I need to edit? To see it in action heres my shop
narcolepticdriver Posted November 17, 2007 Posted November 17, 2007 Try going to catalog/includes/boxes/shopping_cart.php and try to find "now in your cart...items items". Just delete one of those.
MacbethZ Posted November 17, 2007 Author Posted November 17, 2007 Where it has the shopping cart, next to it says 0 items items, i only want it to say items once. What file do I need to edit? To see it in action heres my shop It isn't in that file :(
Guest Posted November 17, 2007 Posted November 17, 2007 Probably includes\languages\english\shopping_cart.php All these types of edits are in the language files.
MacbethZ Posted November 17, 2007 Author Posted November 17, 2007 Probably includes\languages\english\shopping_cart.php All these types of edits are in the language files. not there either :'(
Guest Posted November 17, 2007 Posted November 17, 2007 not there either :'( Well, you will have to search your files for the text.
spax Posted November 17, 2007 Posted November 17, 2007 It is probably hard coded into includes/header.php and will look something like this: <?php echo $cart->count_contents(); ?> items items
MacbethZ Posted November 17, 2007 Author Posted November 17, 2007 It is probably hard coded into includes/header.php and will look something like this: <?php echo $cart->count_contents(); ?> items items THANKYOU very very much. Thats where it was. I looked threw so many files. You are awesome.
Guest Posted November 17, 2007 Posted November 17, 2007 THANKYOU very very much. Thats where it was. I looked threw so many files. You are awesome. That string is not part of OSC that I can find. What did you do to get it there?
spax Posted November 19, 2007 Posted November 19, 2007 THANKYOU very very much. Thats where it was. I looked threw so many files. You are awesome. You are welcome! That string is not part of OSC that I can find. What did you do to get it there? It is a TM template and the more cynical of us might suggest that is one of their accidentally deliberate mistakes. I wouldn't though! :-"
Recommended Posts
Archived
This topic is now archived and is closed to further replies.