Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How to modify the new products box


Yoman

Recommended Posts

Posted

Hello :o

 

How to modify the new products box in the middle column of main page? The correct heading of box should be "New Products For April" but it appears "TABLE_HEADING_NEW_PRODUCTS" now. What's wrong?

Posted

Look in your index.php file and make sure the code at the top looks like this.

define('TABLE_HEADING_NEW_PRODUCTS', 'New Products For %s');

define('TABLE_HEADING_UPCOMING_PRODUCTS', 'Upcoming Products');

define('TABLE_HEADING_DATE_EXPECTED', 'Date Expected');

it may be that you left out a ' or ; or something. Hope this helps you. Lisa
Posted

for the above post read catalog/includes/languages/english/index.php

 

substitute the word english for the language that you are using and substitute catalog for the directory that your osc is in if root look in includes/languages/english/index.php

No longer giving free advice. Please place deposit in meter slot provided.  Individual: [=] SME: [==] Corporation: [===]
If deposit does not fit one of the slots provided then you are asking too much! :P

Is your Osc dated try Phoenix  raising oscommerce from the ashes.

Posted

:) Thank you Steve, as you can see by my signature I am pretty new to this but I knew that the problem would be there, just not sure what location it was in. Thank you for adding the file locations. Lisa

Archived

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

×
×
  • Create New...