Greetings,

I was wondering for some time if it is possible to do the follow thing within the admin panel, being helped by plugins or whatsoever. I usually prepare news/products and I want them to publish on the next day at 0:00 AM. How does that one get to do that within Zen Cart? I guess I can create a custom php file with the help of CRON, too. But I was wondering if there is such a thing existing already.

Simple:
1) Prepare a publication/product.
2) Submit it as not available (OFF) and choose a time and/or time to be switched to available (ON).
3) When the right time comes, it becomes available to the public and the date it displays as added is the current date, not when prepared.

Advanced:
Might be done with the help of .php script, database columns (don't really know the structure of ZC) and CRON jobs.

Thanks in advance! Looking forward to hearing your ideas.