BankiR Posted February 7, 2013 Share Posted February 7, 2013 Добрый. Нужно - отображение до определенной даты, т.е нужно чтоб для каждого товара была возможность выставить активен до 12.12.13 Какие соображения могут быть на эту тему. Link to comment Share on other sites More sharing options...
Dzianis Yurevich Posted February 7, 2013 Share Posted February 7, 2013 Нужно в админке сделать возможность установки даты активности для каждого продукта или тупо в коде достаточно ограничить вывод продуктов датой? Link to comment Share on other sites More sharing options...
BankiR Posted February 7, 2013 Author Share Posted February 7, 2013 В том то и вопрос как? Link to comment Share on other sites More sharing options...
Dzianis Yurevich Posted February 7, 2013 Share Posted February 7, 2013 Если тупо забить в коде, то так: override/classes/controller/FrontController.php: <?php class FrontController extends FrontControllerCore { public function init() { if (time() > strtotime('12-12-2013')) { Db::getInstance()->Execute('UPDATE `'._DB_PREFIX_.'product` SET `active` = 0;'); } parent::init(); } } Link to comment Share on other sites More sharing options...
BankiR Posted February 15, 2013 Author Share Posted February 15, 2013 Нужно для каждого товара, что возможность была Link to comment Share on other sites More sharing options...
kdgroup Posted March 24, 2013 Share Posted March 24, 2013 (edited) BankiR Серег, ты конечно симпатичная девушка, но бабосы мои верни за невыполненную работу, ты и меня кидануть решил? http://prestadev.ru/forum/tema-7519.html Edited March 24, 2013 by kdgroup (see edit history) Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now