Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

changing the word quantity to in stock


ollyno1uk2

Recommended Posts

Posted

Where my products are displayed I have quantity shown however I would realy like to cahnge this to in stock or similar. Is this possible to do?

 

Thanks a lot

Posted
Where my products are displayed I have quantity shown however I would realy like to cahnge this to in stock or similar. Is this possible to do?

 

Thanks a lot

Yes it is.

 

Check english.php or english folder relative file.

 

check define.

 

Satish

Ask/Skype for Free osCommerce value addon/SEO suggestion tips for your site.

 

Check My About US For who am I and what My company does.

Posted
Where my products are displayed I have quantity shown however I would realy like to cahnge this to in stock or similar. Is this possible to do?

 

Thanks a lot

 

Go to

 

catalog/includes/languages/english/index.html

 

Find: "about line 24"

 

define('TABLE_HEADING_QUANTITY', 'Quantity');

 

Replace With:

 

define('TABLE_HEADING_QUANTITY', 'In Stock');

 

 

Cheers

 

SLY

Posted
Go to

 

catalog/includes/languages/english/index.html

 

Find: "about line 24"

 

define('TABLE_HEADING_QUANTITY', 'Quantity');

 

Replace With:

 

define('TABLE_HEADING_QUANTITY', 'In Stock');

Cheers

 

SLY

 

Perfect - thanks

Archived

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

×
×
  • Create New...