You are viewing this forum as a guest. Login to an existing account, or create a new account, to reply to topics and to create new topics.
Is there a easy way of clearing the items that are on the New Products page? Over a period of time I've become lazy and have added new items to this area but have forgotten to remove the older ones.
Thanks
Terry
Offline
You can do this in Raw DB Admin. Execute this to wipe out the new products list:
UPDATE ecom_prod SET newdisp=0
Then go into the products and set the display in new products flag for the ones you want to display.
Offline
Seeing other posts, I guess the easy answer is to execute this SQL in Raw DB Admin.
UPDATE ecom_prod SET newdisp=0
This I'm assuming will remove all items marked as new.
Terry
Offline