RE: New for how long?
orchard <[email protected]>
| Newsgroups | gmane.comp.web.oscommerce.features |
|---|---|
| Message-ID | <41a4e6028e74031cbe67c16d85c41f5d@osCommerce-Forums> |
This message was sent from: Features http://forums.oscommerce.com/viewtopic.php?p=177482#177482 ---------------------------------------------------------------- I think it always list all of the items, normally 10 per page. You can fix it by finding the SQL query and either adding "limit 25" (or whatever) to the end or you could add a "where date > xxx". You would need to find out what the date variable is called and the correct format for xxx.