Thread: What's new mod
View Single Post
  #5  
Old 03-25-2005, 02:31 AM
  TelaFirma's Avatar 
TelaFirma TelaFirma is offline
 

X-Adept
  
Join Date: Nov 2002
Location: North Carolina USA
Posts: 930
 

Default

Quote:
Originally Posted by tlopez
Quote:
I've created a pretty simple "what's new" modification that someone might be interested in. It displays all the products that were created within a configurable number of days.

Where do I configure the number of days?

Thanks

at the top of the script

Code:
<? // set variables $daterange = 60 * 60 * 24 * $wn; // days in unix time $nowtime = time(); $oldtime = $nowtime - $daterange ; .. .. .. ..
Reply With Quote