imoore Posted December 29, 2009 Posted December 29, 2009 Where it says " Shopping Cart 0 ITEMS" on an installation of oscommerce, where is the code to get rid of Shopping Cart and just leave the amount of items ? Also there seems to be a .gif on either side that I would like to get rid of also. Imaginably this is done in the same php file ? Cheers.
aelalfy1989 Posted December 30, 2009 Posted December 30, 2009 Where it says " Shopping Cart 0 ITEMS" on an installation of oscommerce, where is the code to get rid of Shopping Cart and just leave the amount of items ? Also there seems to be a .gif on either side that I would like to get rid of also. Imaginably this is done in the same php file ? Cheers. Hey is this on your header of each page? if so go look inside your header.php. if you follow along your code (meaning find similar code to parts of your site) you will come across an area that has to do with the shopping cart text that you mentioned. The "Shopping Cart" can be either a simply written "Shopping Cart" in your code or it can refer to function that calls up for a text to be displayed ( in this case it will say TEXT.shopping cart and such, you will be able to tell it right away). either way removing that part of the code without removing the <?php that calls the "0 ITEMS" will solve your issue. Later AE Thank you in advance, AE
imoore Posted January 2, 2010 Author Posted January 2, 2010 Hey is this on your header of each page? if so go look inside your header.php. if you follow along your code (meaning find similar code to parts of your site) you will come across an area that has to do with the shopping cart text that you mentioned. The "Shopping Cart" can be either a simply written "Shopping Cart" in your code or it can refer to function that calls up for a text to be displayed ( in this case it will say TEXT.shopping cart and such, you will be able to tell it right away). either way removing that part of the code without removing the <?php that calls the "0 ITEMS" will solve your issue. Later AE I am using STS and actually changed it through Languages>english.php Cheers.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.