Zen Cart Logo
Forums / Basic Configuration / New products, show only the latest

New products, show only the latest

Locked

Views: 2,129

Results 1 to 2 of 2
This thread is locked. New replies are disabled.
21 Jul 2006, 2:50 AM
#1
ronnyo avatar

ronnyo

New Zenner

Join Date:
Dec 2005
Posts:
17
Plugin Contributions:
0

New products, show only the latest

I have problems configuring the new products box.

I want:

  • The 3 last added products to show i a sidebox
  • Only the newest products, in that order, no randomising.

I cant find any setting for this?

As it is now I can show only 1 product, and it´s random.

21 Jul 2006, 2:53 AM
#2
ajeh avatar

ajeh

Oba-san

Join Date:
Sep 2003
Location:
Ohio
Posts:
62,757
Plugin Contributions:
1

Re: New products, show only the latest

It would need to be re-written ...

Change the select to grab 3 records based on a descending products_date_added ...

Change the display to build the link for the 3 products vs just one with a while loop ...

Be sure to use your templates and overrides directories for this ...