Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Items Items


MacbethZ

Recommended Posts

Posted

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

Posted
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 :(

Posted

Probably includes\languages\english\shopping_cart.php

 

All these types of edits are in the language files.

Posted
Probably includes\languages\english\shopping_cart.php

 

All these types of edits are in the language files.

 

 

not there either :'(

Posted
not there either :'(

Well, you will have to search your files for the text.

Posted

It is probably hard coded into includes/header.php and will look something like this:

 

<?php echo $cart->count_contents(); ?> items items

Posted
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.

Posted
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?

Posted
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! :-"

Archived

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

×
×
  • Create New...