|
I was giving this some more thought over the weekend. In theory it's very easy to implement:
1: Add two extra fields (1: release date 2: released category) to the rp_products table
2: Add two extra input field to the 'upload product' and edit product' templates.
3: Write a tiny PHP file that runs once a day to check if 'field 1' is equal to todays date then move it to the category detailed in 'field 2'.
As I said... simple in theory except I'v never written any PHP code so any advice would be most welcome.
|