Which file for shopping cart box?
Moderator: Staff
4 posts
• Page 1 of 1
Which file for shopping cart box?
A while back I adjusted the file that controls items added to the cart in the side box. I changed the code so that an "x" was added after the quantity so that the box shows 1 x Item or 5 x item.
I notice in Firefox that this shows as 1 x Item. Couple of questions: I can't for the life of me remember which file needs adjusting (one day I'll learn to write these things down!!) and, how should it be coded properly to show correctly in Firefox?
Thanks,
Alan.
I notice in Firefox that this shows as 1 x Item. Couple of questions: I can't for the life of me remember which file needs adjusting (one day I'll learn to write these things down!!) and, how should it be coded properly to show correctly in Firefox?
Thanks,
Alan.
is a non-breaking space.
For more information you can check this site: http://www.w3schools.com/tags/ref_entities.asp
I would code it with an underscore like this... 1_x
Can't think of the file that you need though .
For more information you can check this site: http://www.w3schools.com/tags/ref_entities.asp
I would code it with an underscore like this... 1_x
Can't think of the file that you need though .
Try searching for either
shopping_cart.php
or
tpl_shopping_cart.php
files but in a directory called sideboxes.
/website/includes/modules/sideboxes
or
/website/includes/templates/YOUR_TEMPLATE/sideboxes
if you havent used the template then YOUR_TEMPLATE folder will probably be the template_default folder.
Sorry to be vague but Ive swapped and changed and rewritten my files so much in the last couple of days to launch new improved site, I cant think straight LOL
shopping_cart.php
or
tpl_shopping_cart.php
files but in a directory called sideboxes.
/website/includes/modules/sideboxes
or
/website/includes/templates/YOUR_TEMPLATE/sideboxes
if you havent used the template then YOUR_TEMPLATE folder will probably be the template_default folder.
Sorry to be vague but Ive swapped and changed and rewritten my files so much in the last couple of days to launch new improved site, I cant think straight LOL
4 posts
• Page 1 of 1
Who is online
Users browsing this forum: No registered users and 0 guests







It was in the good old english.php file:
