Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Order of New Products on main page


theMusicMan

Recommended Posts

Posted

Hi All

 

Is there a way I can re-order the way new products are displayed on the main welcome page? I have added several products but would prefer the first few I added to be the ones displayed...

 

Thanks

 

John

John

Posted

In catalog/includes/modules/new_products.php change:

 

order by p.products_date_added desc limit "

 

to:

 

order by p.products_id asc limit "

 

there are two instances of this.... :shock:

Archived

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

×
×
  • Create New...