Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Shopping Cart


imoore

Recommended Posts

Posted

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.

Posted

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

Posted

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.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...