ollyno1uk2 Posted December 2, 2006 Posted December 2, 2006 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
satish Posted December 2, 2006 Posted December 2, 2006 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.
Guest Posted December 3, 2006 Posted December 3, 2006 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
ollyno1uk2 Posted December 4, 2006 Author Posted December 4, 2006 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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.