Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How Long Do New Items Stay New


glusniffer1

Recommended Posts

Instead of thinking of it as "new", think of it as "most recent" - a far more accurate term as it does indeed list the 9 (or whatever) products you added most recently, even if it was two years ago.

Link to comment
Share on other sites

Hmm. I wonder if this is something that should be addressed. I don't know how laws might apply to online advertising, if at all. But as I understand US law for packaging and in-store (physical stores) advertising, the word "new" can only be used for the first 6 months a product is available.

Rule #1: Without exception, backup your database and files before making any changes to your files or database.

Rule #2: Make sure there are no exceptions to Rule #1.

Link to comment
Share on other sites

There are numerous contribs to change this.

A simple solution is to change the text to something like: Featured Items

or Selected Items, and then change what actual products get displayed.

 

Personally, I have mine set so that it changes randomly on every index.php page load. To do this, you will need to edit your includes/modules.new_products.php

 

search for: order by p.products_date_added desc

and change to: order by rand() desc

 

you need to make the change twice, it's in 2 places, and both are near the top of the file within the very first 'if' statement.

 

to change the text on the box header, edit: includes/languages/english/index.php

 

change:

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

 

replace 'New Products For %s'

with something else that makes sense for you.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...