I have a client that wants this mod to show the newest products only in the last 60 days. Can anyone tell me what argument to use?
I suppose it would tie to the add_date timestamp in the xcart_products database, something to the effect of "AND < 60" where 60 is the number of days from the current day we want to show the newest products, I just need to know what the proper format would be for the unix timestamp and how to show only products "less than 60 day old".
|