I'm trying to set up a cart for a local symphony and I need products (tickets) to expire. I found a mod someone wrote here:
http://www.zen-cart.com/showthread.p...page2&p=793533
The problem is I'm new to PHP and SQL, so I'm having problems following the instructions:
Run these 3 sql queries:
ALTER TABLE `products` ADD `products_date_expire` DATETIME AFTER `products_date_available` ;
UPDATE products SET products_date_expire = '2099-12-31';
INSERT INTO configuration VALUES ("", "Use product expire date featured", "PRODUCT_EXP_DATE", "true", "Automatically disable product after expire date", 8, 100, NULL, "2008-09-22 07:55:24", NULL, "zen_cfg_select_option(array(""true"", ""false""), ")
What SQL queries am I running? I can find in phpMyAdmin (version 3.5.8.1) where to run queries, but I am lost following the instructions. I've been searching, but haven't turned anything up and am running out of time. Can anyone provide handholding to a zc newbie?
-Running v. 1.5.1 and Sheffield Blue template.-


Reply With Quote
