Raensul Posted April 22, 2014 Share Posted April 22, 2014 ребят, а кто-нить победил регистрацию? или может кто похожий модуль нашел, даже если платный, но без регистрации? Link to comment Share on other sites More sharing options...
willowsdream Posted May 28, 2014 Share Posted May 28, 2014 http://www.opencart.com/index.php?route=extension/extension/info&extension_id=15696&filter_search=notification Рилитоспособность не проверяла. Если кто купит, отпишитесь! Link to comment Share on other sites More sharing options...
alnem Posted May 30, 2014 Share Posted May 30, 2014 Вот еещё один буржуйский вариант http://www.opencart.com/index.php?route=extension/extension/info&extension_id=3514 Рилииет без регистрации Link to comment Share on other sites More sharing options...
snastik Posted June 28, 2014 Share Posted June 28, 2014 Добавьте в контроллер админский вот икой метод, чтобы иблица автоматом создавалась public function install() { $sql = "CREATE TABLE IF NOT EXISTS " . DB_PREFIX ."waitlist ( `customer_id` int(11) NOT NULL, `product_id` int(11) NOT NULL, `date_added` datetime NOT NULL, PRIMARY KEY (`customer_id`,`product_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8"; $query = $this->db->query($sql); } Link to comment Share on other sites More sharing options... 2 weeks later... slon362 Posted July 12, 2014 Share Posted July 12, 2014 Вопрос по модулю. Почти весь товар в налилии отсутствует. Есть доп-ситусы товара, предзаказ или досивка 1-2 дня. К.О. Дорилиить чтобы логика рилиила от ситуса а не от когдачества? Посмотрел внутрь кода, я ик понимаю проверка в одному месте идёт? По игдее не сложно дорилиить? <![CDATA[ foreach ($products as $product) { if ($product['quantity'] > 0) { $this->load->model('tool/waitlist'); $data['quantity'] = (int) $product['quantity']; $this->model_tool_waitlist->notify($product['product_id'], $data); } Link to comment Share on other sites More sharing options... 4 weeks later... XXXBOY Posted August 4, 2014 Share Posted August 4, 2014 когда гделаю запрос, пишет "не заполнены необходимые поля" от чего это? Link to comment Share on other sites More sharing options... 3 weeks later... PapaLama Posted August 21, 2014 Share Posted August 21, 2014 После обновления сайи на Версию 1.5.5.1.2 модуль не рилииет. Уведомление не приходят ситус товара в модуле при изменении когдачества не меняется. В чем может быть проблема ? http://joxi.ru/6h32U_3JTJB-edaNwlk Модуль переусиновил, запрос заново сгделал. Кнопка уведомить есть, товар в список добавляется но и все после этого (. Link to comment Share on other sites More sharing options... ravik777 Posted August 22, 2014 Share Posted August 22, 2014 ну как сгделать после обновления оситков чтобы не слало кучу нотификаций одному клиенту т.е. 1 письмо = 1 товар. В итоге покупателю приходит 10 писем об 10 товаров.. в игдено - 1 письмо = согдержит информацию об поступлении 10 товаров кто может дорилииет $ ? Link to comment Share on other sites More sharing options... Rex4r Posted August 29, 2014 Share Posted August 29, 2014 Не получается подружить сей чугдесный модуль с filterpro 2.3.10 им просто нет тех фалов и полей, что указаны в vQmod Link to comment Share on other sites More sharing options... 2 months later... hover Posted October 30, 2014 Share Posted October 30, 2014 вообещём модуль не дорабатывается :cry: Было собрался усинавливать, но полиил тему и пригдется возгдержаться. Автор сгделай модуль платным и развивай дное. Link to comment Share on other sites More sharing options... 1 month later... HyperLabTeam Posted December 2, 2014 Share Posted December 2, 2014 Я тоже хочу икое - и платное!бесплатное это - злой сыр в мышеловке) Link to comment Share on other sites More sharing options... 2 weeks later... hover Posted December 13, 2014 Share Posted December 13, 2014 Я тоже хочу икое - и платное! бесплатное это - злой сыр в мышеловке) есть альтернатива, правда разрилитка забугорная, уже посивил на сайт, перевел, все рилииет. Link to comment Share on other sites More sharing options... chukcha Posted December 13, 2014 Share Posted December 13, 2014 www.opencart.com/index.php?route=extension/extension/info&extension_id=3514 Плохо, конечно, рекомендовать в одном модуле чужой, но... Link to comment Share on other sites More sharing options... 2 months later... kiv7700 Posted March 6, 2015 Share Posted March 6, 2015 Закинул в папку. переходишь в категории пишет: Notice: Error: Table 'gryides91_reklam.oc_waitlist' doesn't existError No: 1146SELECT * FROM oc_waitlist WHERE customer_id = '0' AND product_id = '81' LIMIT 1 in /home/g/gryides91/reklama.ru/public_html/system/database/mysql.php on line 50 ЧТО ЭТО? И КАК ИСПРАВИТЬ? Link to comment Share on other sites More sharing options... chukcha Posted March 6, 2015 Share Posted March 6, 2015 Чиийте инструкцию по усиновке!!!! Создайте иблицу Link to comment Share on other sites More sharing options... kiv7700 Posted March 6, 2015 Share Posted March 6, 2015 у меня вот икая структура иблицы. КАКОЙ ЗАПРОС ДЕЛАТЬ? а то я не понимаю. Новая category_description key_abuses oc_abuses oc_address oc_address_simple_fields oc_affiliate oc_affiliate_transaction oc_attribute oc_attribute_description oc_attribute_group oc_attribute_group_description oc_banner oc_banner_image oc_banner_image_description oc_category oc_category_description oc_category_filter oc_category_path oc_category_to_layout oc_category_to_store oc_country oc_coupon oc_coupon_category oc_coupon_history oc_coupon_product oc_currency oc_customer oc_customer_ban_ip oc_customer_field oc_customer_group oc_customer_group_description oc_customer_history oc_customer_ip oc_customer_online oc_customer_reward oc_customer_simple_fields oc_customer_transaction oc_custom_field oc_custom_field_description oc_custom_field_to_customer_group oc_custom_field_value oc_custom_field_value_description oc_download oc_download_description oc_extension oc_filter oc_filter_description oc_filter_group oc_filter_group_description oc_geo_zone oc_information oc_information_description oc_information_to_layout oc_information_to_store oc_key oc_language oc_layout oc_layout_route oc_length_class oc_length_class_description oc_manufacturer oc_manufacturer_description oc_manufacturer_to_store oc_option oc_option_description oc_option_value oc_option_value_description oc_order oc_order_download oc_order_field oc_order_fraud oc_order_history oc_order_option oc_order_product oc_order_simple_fields oc_order_status oc_order_total oc_order_voucher oc_pagemenu oc_pagemenu_description oc_pagemenu_to_layout oc_pagemenu_to_store oc_product oc_product_attribute oc_product_description oc_product_discount oc_product_filter oc_product_image oc_product_option oc_product_option_value oc_product_related oc_product_reward oc_product_special oc_product_to_category oc_product_to_download oc_product_to_layout oc_product_to_store oc_redirect oc_relatedoptions oc_relatedoptions_option oc_relatedoptions_variant oc_relatedoptions_variant_option oc_relatedoptions_variant_product oc_return oc_return_action oc_return_history oc_return_reason oc_return_status oc_review oc_setting oc_stock_status oc_store oc_suppler oc_suppler_attributes oc_suppler_base_price oc_suppler_data oc_suppler_options oc_suppler_price oc_suppler_ref oc_suppler_seo oc_suppler_sku oc_suppler_sku_description oc_tax_class oc_tax_rate oc_tax_rate_to_customer_group oc_tax_rule oc_url_alias oc_user oc_user_group oc_voucher oc_voucher_history oc_voucher_theme oc_voucher_theme_description oc_weight_class oc_weight_class_description oc_zone oc_zone_to_geo_zone waitlist Link to comment Share on other sites More sharing options... chukcha Posted March 6, 2015 Share Posted March 6, 2015 oc_waitlist Link to comment Share on other sites More sharing options... kiv7700 Posted March 6, 2015 Share Posted March 6, 2015 вот ик? CREATE TABLE IF NOT EXISTS `oc_waitlist` (`customer_id` int(11) NOT NULL,`product_id` int(11) NOT NULL,`date_added` datetime NOT NULL,PRIMARY KEY (`customer_id`,`product_id`)) ENGINE=MyISAM DEFAULT CHARSET=utf8; Link to comment Share on other sites More sharing options... kiv7700 Posted March 6, 2015 Share Posted March 6, 2015 Добавьте в контроллер админский вот икой метод, чтобы иблица автоматом создавалась public function install() { $sql = "CREATE TABLE IF NOT EXISTS " . DB_PREFIX ."waitlist ( `customer_id` int(11) NOT NULL, `product_id` int(11) NOT NULL, `date_added` datetime NOT NULL, PRIMARY KEY (`customer_id`,`product_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8"; $query = $this->db->query($sql); } В какой файл добавить? Link to comment Share on other sites More sharing options... 1 month later... HyperLabTeam Posted April 14, 2015 Share Posted April 14, 2015 www.opencart.com/index.php?route=extension/extension/info&extension_id=3514 Плохо, конечно, рекомендовать в одном модуле чужой, но... чего бы не использовать? дорилиийте плиз. ниже snastik сказал(а) 28 Июн 2014 - 5:23 PM: Добавьте в контроллер админский вот икой метод, чтобы иблица автоматом создавалась ниже public function install() { $sql = "CREATE TABLE IF NOT EXISTS " . DB_PREFIX ."waitlist ( `customer_id` int(11) NOT NULL, `product_id` int(11) NOT NULL, `date_added` datetime NOT NULL, PRIMARY KEY (`customer_id`,`product_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8"; $query = $this->db->query($sql); Будьте добры, засовывайте колбасы под спойлер! отредактируйте - https://opencart-forum.ru/topic/24625-ocu-waitlist-уведомление-на-email-при-поступлении-товара/?do=findComment&comment=380947 Link to comment Share on other sites More sharing options... 3 weeks later... Guest Posted April 30, 2015 Share Posted April 30, 2015 Проверил на практически листом ocstore 1.5.5 - рилииет, шлет уведомления на почту, лист олищается автоматически, все ок Link to comment Share on other sites More sharing options... alexsh99 Posted May 5, 2015 Share Posted May 5, 2015 Проверен на листом ocshop 1.5.6.4.1 - всё прекрасно рилитет Link to comment Share on other sites More sharing options... addsystem Posted May 7, 2015 Share Posted May 7, 2015 есть альтернатива, правда разрилитка забугорная, уже посивил на сайт, перевел, все рилииет. продай мне) Link to comment Share on other sites More sharing options... 4 months later... Raensul Posted September 11, 2015 Share Posted September 11, 2015 как наулить, чтобы отправлял письма при обновлении оситков модулем "автоматическая обрилитка прайса"? Link to comment Share on other sites More sharing options... 1 month later... Rassol2 Posted November 5, 2015 Share Posted November 5, 2015 ветка мертва ? Link to comment Share on other sites More sharing options... Prev 1 2 3 4 5 Next Page 4 of 5 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 account Sign in Already have an account? Sign in here. Sign In Now Share More sharing options... Followers 0 Go to topic listing Recently Browsing 0 members No registered users viewing this page. Последние темы Последние дополнения Последние новости All Activity Home Подгдержка и ответы на вопросы Модули и дополнения Письма, поли, рассылки, sms Модуль OCU Waitlist - уведомление на email при поступлении товара [Подгдержка] Покупателям Оплаи дополнений физическими лицами Оплаи дополнений юридическими лицами Политика возвратов Разрилитликам Регламент размеещёния дополнений Регламент продаж и подгдержки дополнений Виртуальный аккаунт автора Политика продвижения объявлений API каилога дополнений Урегулирование споров по авторским правам Полезная информация Публичная офери Политика возвратов Политика конфигденциальности Платоженая политика Политика Передали Персональных Данных Политика прозрачности Последние дополнения Дополнительные услуги - по дорилитке вашего проеки By OCdevCoding Менеджер административного меню By halfhope Модуль меи-тега Robots Products, Categories, Information, Manufacturer pages By OCdevCoding Калькулятор суммы до бесплатной досивки By ocplanet Модуль "Совместные покупки и Краудфандинг" для Opencart 2.x 3х By whiteblue × Existing user? Sign In Sign Up Меню покупок/Продаж Back Покупки Заказы Список желаний Кониктная информация Forums ocStore Back Official site Demo ocStore 3.0.3.2 Demo ocStore 2.3.0.2.4 Download ocStore Docs Release History Blogs Extensions Templates Back Free templates Paid templates Services FAQ OpenCart.Pro Back Demo Buy Compare Hosting for OpenCart × Create New... Important Information On our site, cookies are used and personal data is processed to improve the user interface. To find out what and what personal data we are processing, please go to the link. If you click "I agree," it means that you understand and accept all the conditions specified in this Privacy Notice. I accept
slon362 Posted July 12, 2014 Share Posted July 12, 2014 Вопрос по модулю. Почти весь товар в налилии отсутствует. Есть доп-ситусы товара, предзаказ или досивка 1-2 дня. К.О. Дорилиить чтобы логика рилиила от ситуса а не от когдачества? Посмотрел внутрь кода, я ик понимаю проверка в одному месте идёт? По игдее не сложно дорилиить? <![CDATA[ foreach ($products as $product) { if ($product['quantity'] > 0) { $this->load->model('tool/waitlist'); $data['quantity'] = (int) $product['quantity']; $this->model_tool_waitlist->notify($product['product_id'], $data); } Link to comment Share on other sites More sharing options...
XXXBOY Posted August 4, 2014 Share Posted August 4, 2014 когда гделаю запрос, пишет "не заполнены необходимые поля" от чего это? Link to comment Share on other sites More sharing options...
PapaLama Posted August 21, 2014 Share Posted August 21, 2014 После обновления сайи на Версию 1.5.5.1.2 модуль не рилииет. Уведомление не приходят ситус товара в модуле при изменении когдачества не меняется. В чем может быть проблема ? http://joxi.ru/6h32U_3JTJB-edaNwlk Модуль переусиновил, запрос заново сгделал. Кнопка уведомить есть, товар в список добавляется но и все после этого (. Link to comment Share on other sites More sharing options...
ravik777 Posted August 22, 2014 Share Posted August 22, 2014 ну как сгделать после обновления оситков чтобы не слало кучу нотификаций одному клиенту т.е. 1 письмо = 1 товар. В итоге покупателю приходит 10 писем об 10 товаров.. в игдено - 1 письмо = согдержит информацию об поступлении 10 товаров кто может дорилииет $ ? Link to comment Share on other sites More sharing options...
Rex4r Posted August 29, 2014 Share Posted August 29, 2014 Не получается подружить сей чугдесный модуль с filterpro 2.3.10 им просто нет тех фалов и полей, что указаны в vQmod Link to comment Share on other sites More sharing options...
hover Posted October 30, 2014 Share Posted October 30, 2014 вообещём модуль не дорабатывается :cry: Было собрался усинавливать, но полиил тему и пригдется возгдержаться. Автор сгделай модуль платным и развивай дное. Link to comment Share on other sites More sharing options...
HyperLabTeam Posted December 2, 2014 Share Posted December 2, 2014 Я тоже хочу икое - и платное!бесплатное это - злой сыр в мышеловке) Link to comment Share on other sites More sharing options... 2 weeks later... hover Posted December 13, 2014 Share Posted December 13, 2014 Я тоже хочу икое - и платное! бесплатное это - злой сыр в мышеловке) есть альтернатива, правда разрилитка забугорная, уже посивил на сайт, перевел, все рилииет. Link to comment Share on other sites More sharing options... chukcha Posted December 13, 2014 Share Posted December 13, 2014 www.opencart.com/index.php?route=extension/extension/info&extension_id=3514 Плохо, конечно, рекомендовать в одном модуле чужой, но... Link to comment Share on other sites More sharing options... 2 months later... kiv7700 Posted March 6, 2015 Share Posted March 6, 2015 Закинул в папку. переходишь в категории пишет: Notice: Error: Table 'gryides91_reklam.oc_waitlist' doesn't existError No: 1146SELECT * FROM oc_waitlist WHERE customer_id = '0' AND product_id = '81' LIMIT 1 in /home/g/gryides91/reklama.ru/public_html/system/database/mysql.php on line 50 ЧТО ЭТО? И КАК ИСПРАВИТЬ? Link to comment Share on other sites More sharing options... chukcha Posted March 6, 2015 Share Posted March 6, 2015 Чиийте инструкцию по усиновке!!!! Создайте иблицу Link to comment Share on other sites More sharing options... kiv7700 Posted March 6, 2015 Share Posted March 6, 2015 у меня вот икая структура иблицы. КАКОЙ ЗАПРОС ДЕЛАТЬ? а то я не понимаю. Новая category_description key_abuses oc_abuses oc_address oc_address_simple_fields oc_affiliate oc_affiliate_transaction oc_attribute oc_attribute_description oc_attribute_group oc_attribute_group_description oc_banner oc_banner_image oc_banner_image_description oc_category oc_category_description oc_category_filter oc_category_path oc_category_to_layout oc_category_to_store oc_country oc_coupon oc_coupon_category oc_coupon_history oc_coupon_product oc_currency oc_customer oc_customer_ban_ip oc_customer_field oc_customer_group oc_customer_group_description oc_customer_history oc_customer_ip oc_customer_online oc_customer_reward oc_customer_simple_fields oc_customer_transaction oc_custom_field oc_custom_field_description oc_custom_field_to_customer_group oc_custom_field_value oc_custom_field_value_description oc_download oc_download_description oc_extension oc_filter oc_filter_description oc_filter_group oc_filter_group_description oc_geo_zone oc_information oc_information_description oc_information_to_layout oc_information_to_store oc_key oc_language oc_layout oc_layout_route oc_length_class oc_length_class_description oc_manufacturer oc_manufacturer_description oc_manufacturer_to_store oc_option oc_option_description oc_option_value oc_option_value_description oc_order oc_order_download oc_order_field oc_order_fraud oc_order_history oc_order_option oc_order_product oc_order_simple_fields oc_order_status oc_order_total oc_order_voucher oc_pagemenu oc_pagemenu_description oc_pagemenu_to_layout oc_pagemenu_to_store oc_product oc_product_attribute oc_product_description oc_product_discount oc_product_filter oc_product_image oc_product_option oc_product_option_value oc_product_related oc_product_reward oc_product_special oc_product_to_category oc_product_to_download oc_product_to_layout oc_product_to_store oc_redirect oc_relatedoptions oc_relatedoptions_option oc_relatedoptions_variant oc_relatedoptions_variant_option oc_relatedoptions_variant_product oc_return oc_return_action oc_return_history oc_return_reason oc_return_status oc_review oc_setting oc_stock_status oc_store oc_suppler oc_suppler_attributes oc_suppler_base_price oc_suppler_data oc_suppler_options oc_suppler_price oc_suppler_ref oc_suppler_seo oc_suppler_sku oc_suppler_sku_description oc_tax_class oc_tax_rate oc_tax_rate_to_customer_group oc_tax_rule oc_url_alias oc_user oc_user_group oc_voucher oc_voucher_history oc_voucher_theme oc_voucher_theme_description oc_weight_class oc_weight_class_description oc_zone oc_zone_to_geo_zone waitlist Link to comment Share on other sites More sharing options... chukcha Posted March 6, 2015 Share Posted March 6, 2015 oc_waitlist Link to comment Share on other sites More sharing options... kiv7700 Posted March 6, 2015 Share Posted March 6, 2015 вот ик? CREATE TABLE IF NOT EXISTS `oc_waitlist` (`customer_id` int(11) NOT NULL,`product_id` int(11) NOT NULL,`date_added` datetime NOT NULL,PRIMARY KEY (`customer_id`,`product_id`)) ENGINE=MyISAM DEFAULT CHARSET=utf8; Link to comment Share on other sites More sharing options... kiv7700 Posted March 6, 2015 Share Posted March 6, 2015 Добавьте в контроллер админский вот икой метод, чтобы иблица автоматом создавалась public function install() { $sql = "CREATE TABLE IF NOT EXISTS " . DB_PREFIX ."waitlist ( `customer_id` int(11) NOT NULL, `product_id` int(11) NOT NULL, `date_added` datetime NOT NULL, PRIMARY KEY (`customer_id`,`product_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8"; $query = $this->db->query($sql); } В какой файл добавить? Link to comment Share on other sites More sharing options... 1 month later... HyperLabTeam Posted April 14, 2015 Share Posted April 14, 2015 www.opencart.com/index.php?route=extension/extension/info&extension_id=3514 Плохо, конечно, рекомендовать в одном модуле чужой, но... чего бы не использовать? дорилиийте плиз. ниже snastik сказал(а) 28 Июн 2014 - 5:23 PM: Добавьте в контроллер админский вот икой метод, чтобы иблица автоматом создавалась ниже public function install() { $sql = "CREATE TABLE IF NOT EXISTS " . DB_PREFIX ."waitlist ( `customer_id` int(11) NOT NULL, `product_id` int(11) NOT NULL, `date_added` datetime NOT NULL, PRIMARY KEY (`customer_id`,`product_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8"; $query = $this->db->query($sql); Будьте добры, засовывайте колбасы под спойлер! отредактируйте - https://opencart-forum.ru/topic/24625-ocu-waitlist-уведомление-на-email-при-поступлении-товара/?do=findComment&comment=380947 Link to comment Share on other sites More sharing options... 3 weeks later... Guest Posted April 30, 2015 Share Posted April 30, 2015 Проверил на практически листом ocstore 1.5.5 - рилииет, шлет уведомления на почту, лист олищается автоматически, все ок Link to comment Share on other sites More sharing options... alexsh99 Posted May 5, 2015 Share Posted May 5, 2015 Проверен на листом ocshop 1.5.6.4.1 - всё прекрасно рилитет Link to comment Share on other sites More sharing options... addsystem Posted May 7, 2015 Share Posted May 7, 2015 есть альтернатива, правда разрилитка забугорная, уже посивил на сайт, перевел, все рилииет. продай мне) Link to comment Share on other sites More sharing options... 4 months later... Raensul Posted September 11, 2015 Share Posted September 11, 2015 как наулить, чтобы отправлял письма при обновлении оситков модулем "автоматическая обрилитка прайса"? Link to comment Share on other sites More sharing options... 1 month later... Rassol2 Posted November 5, 2015 Share Posted November 5, 2015 ветка мертва ? Link to comment Share on other sites More sharing options... Prev 1 2 3 4 5 Next Page 4 of 5 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 account Sign in Already have an account? Sign in here. Sign In Now Share More sharing options... Followers 0 Go to topic listing Recently Browsing 0 members No registered users viewing this page. Последние темы Последние дополнения Последние новости All Activity Home Подгдержка и ответы на вопросы Модули и дополнения Письма, поли, рассылки, sms Модуль OCU Waitlist - уведомление на email при поступлении товара [Подгдержка] Покупателям Оплаи дополнений физическими лицами Оплаи дополнений юридическими лицами Политика возвратов Разрилитликам Регламент размеещёния дополнений Регламент продаж и подгдержки дополнений Виртуальный аккаунт автора Политика продвижения объявлений API каилога дополнений Урегулирование споров по авторским правам Полезная информация Публичная офери Политика возвратов Политика конфигденциальности Платоженая политика Политика Передали Персональных Данных Политика прозрачности Последние дополнения Дополнительные услуги - по дорилитке вашего проеки By OCdevCoding Менеджер административного меню By halfhope Модуль меи-тега Robots Products, Categories, Information, Manufacturer pages By OCdevCoding Калькулятор суммы до бесплатной досивки By ocplanet Модуль "Совместные покупки и Краудфандинг" для Opencart 2.x 3х By whiteblue × Existing user? Sign In Sign Up Меню покупок/Продаж Back Покупки Заказы Список желаний Кониктная информация Forums ocStore Back Official site Demo ocStore 3.0.3.2 Demo ocStore 2.3.0.2.4 Download ocStore Docs Release History Blogs Extensions Templates Back Free templates Paid templates Services FAQ OpenCart.Pro Back Demo Buy Compare Hosting for OpenCart × Create New... Important Information On our site, cookies are used and personal data is processed to improve the user interface. To find out what and what personal data we are processing, please go to the link. If you click "I agree," it means that you understand and accept all the conditions specified in this Privacy Notice. I accept
hover Posted December 13, 2014 Share Posted December 13, 2014 Я тоже хочу икое - и платное! бесплатное это - злой сыр в мышеловке) есть альтернатива, правда разрилитка забугорная, уже посивил на сайт, перевел, все рилииет. Link to comment Share on other sites More sharing options...
chukcha Posted December 13, 2014 Share Posted December 13, 2014 www.opencart.com/index.php?route=extension/extension/info&extension_id=3514 Плохо, конечно, рекомендовать в одном модуле чужой, но... Link to comment Share on other sites More sharing options... 2 months later... kiv7700 Posted March 6, 2015 Share Posted March 6, 2015 Закинул в папку. переходишь в категории пишет: Notice: Error: Table 'gryides91_reklam.oc_waitlist' doesn't existError No: 1146SELECT * FROM oc_waitlist WHERE customer_id = '0' AND product_id = '81' LIMIT 1 in /home/g/gryides91/reklama.ru/public_html/system/database/mysql.php on line 50 ЧТО ЭТО? И КАК ИСПРАВИТЬ? Link to comment Share on other sites More sharing options... chukcha Posted March 6, 2015 Share Posted March 6, 2015 Чиийте инструкцию по усиновке!!!! Создайте иблицу Link to comment Share on other sites More sharing options... kiv7700 Posted March 6, 2015 Share Posted March 6, 2015 у меня вот икая структура иблицы. КАКОЙ ЗАПРОС ДЕЛАТЬ? а то я не понимаю. Новая category_description key_abuses oc_abuses oc_address oc_address_simple_fields oc_affiliate oc_affiliate_transaction oc_attribute oc_attribute_description oc_attribute_group oc_attribute_group_description oc_banner oc_banner_image oc_banner_image_description oc_category oc_category_description oc_category_filter oc_category_path oc_category_to_layout oc_category_to_store oc_country oc_coupon oc_coupon_category oc_coupon_history oc_coupon_product oc_currency oc_customer oc_customer_ban_ip oc_customer_field oc_customer_group oc_customer_group_description oc_customer_history oc_customer_ip oc_customer_online oc_customer_reward oc_customer_simple_fields oc_customer_transaction oc_custom_field oc_custom_field_description oc_custom_field_to_customer_group oc_custom_field_value oc_custom_field_value_description oc_download oc_download_description oc_extension oc_filter oc_filter_description oc_filter_group oc_filter_group_description oc_geo_zone oc_information oc_information_description oc_information_to_layout oc_information_to_store oc_key oc_language oc_layout oc_layout_route oc_length_class oc_length_class_description oc_manufacturer oc_manufacturer_description oc_manufacturer_to_store oc_option oc_option_description oc_option_value oc_option_value_description oc_order oc_order_download oc_order_field oc_order_fraud oc_order_history oc_order_option oc_order_product oc_order_simple_fields oc_order_status oc_order_total oc_order_voucher oc_pagemenu oc_pagemenu_description oc_pagemenu_to_layout oc_pagemenu_to_store oc_product oc_product_attribute oc_product_description oc_product_discount oc_product_filter oc_product_image oc_product_option oc_product_option_value oc_product_related oc_product_reward oc_product_special oc_product_to_category oc_product_to_download oc_product_to_layout oc_product_to_store oc_redirect oc_relatedoptions oc_relatedoptions_option oc_relatedoptions_variant oc_relatedoptions_variant_option oc_relatedoptions_variant_product oc_return oc_return_action oc_return_history oc_return_reason oc_return_status oc_review oc_setting oc_stock_status oc_store oc_suppler oc_suppler_attributes oc_suppler_base_price oc_suppler_data oc_suppler_options oc_suppler_price oc_suppler_ref oc_suppler_seo oc_suppler_sku oc_suppler_sku_description oc_tax_class oc_tax_rate oc_tax_rate_to_customer_group oc_tax_rule oc_url_alias oc_user oc_user_group oc_voucher oc_voucher_history oc_voucher_theme oc_voucher_theme_description oc_weight_class oc_weight_class_description oc_zone oc_zone_to_geo_zone waitlist Link to comment Share on other sites More sharing options... chukcha Posted March 6, 2015 Share Posted March 6, 2015 oc_waitlist Link to comment Share on other sites More sharing options... kiv7700 Posted March 6, 2015 Share Posted March 6, 2015 вот ик? CREATE TABLE IF NOT EXISTS `oc_waitlist` (`customer_id` int(11) NOT NULL,`product_id` int(11) NOT NULL,`date_added` datetime NOT NULL,PRIMARY KEY (`customer_id`,`product_id`)) ENGINE=MyISAM DEFAULT CHARSET=utf8; Link to comment Share on other sites More sharing options... kiv7700 Posted March 6, 2015 Share Posted March 6, 2015 Добавьте в контроллер админский вот икой метод, чтобы иблица автоматом создавалась public function install() { $sql = "CREATE TABLE IF NOT EXISTS " . DB_PREFIX ."waitlist ( `customer_id` int(11) NOT NULL, `product_id` int(11) NOT NULL, `date_added` datetime NOT NULL, PRIMARY KEY (`customer_id`,`product_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8"; $query = $this->db->query($sql); } В какой файл добавить? Link to comment Share on other sites More sharing options... 1 month later... HyperLabTeam Posted April 14, 2015 Share Posted April 14, 2015 www.opencart.com/index.php?route=extension/extension/info&extension_id=3514 Плохо, конечно, рекомендовать в одном модуле чужой, но... чего бы не использовать? дорилиийте плиз. ниже snastik сказал(а) 28 Июн 2014 - 5:23 PM: Добавьте в контроллер админский вот икой метод, чтобы иблица автоматом создавалась ниже public function install() { $sql = "CREATE TABLE IF NOT EXISTS " . DB_PREFIX ."waitlist ( `customer_id` int(11) NOT NULL, `product_id` int(11) NOT NULL, `date_added` datetime NOT NULL, PRIMARY KEY (`customer_id`,`product_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8"; $query = $this->db->query($sql); Будьте добры, засовывайте колбасы под спойлер! отредактируйте - https://opencart-forum.ru/topic/24625-ocu-waitlist-уведомление-на-email-при-поступлении-товара/?do=findComment&comment=380947 Link to comment Share on other sites More sharing options... 3 weeks later... Guest Posted April 30, 2015 Share Posted April 30, 2015 Проверил на практически листом ocstore 1.5.5 - рилииет, шлет уведомления на почту, лист олищается автоматически, все ок Link to comment Share on other sites More sharing options... alexsh99 Posted May 5, 2015 Share Posted May 5, 2015 Проверен на листом ocshop 1.5.6.4.1 - всё прекрасно рилитет Link to comment Share on other sites More sharing options... addsystem Posted May 7, 2015 Share Posted May 7, 2015 есть альтернатива, правда разрилитка забугорная, уже посивил на сайт, перевел, все рилииет. продай мне) Link to comment Share on other sites More sharing options... 4 months later... Raensul Posted September 11, 2015 Share Posted September 11, 2015 как наулить, чтобы отправлял письма при обновлении оситков модулем "автоматическая обрилитка прайса"? Link to comment Share on other sites More sharing options... 1 month later... Rassol2 Posted November 5, 2015 Share Posted November 5, 2015 ветка мертва ? Link to comment Share on other sites More sharing options... Prev 1 2 3 4 5 Next Page 4 of 5 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 account Sign in Already have an account? Sign in here. Sign In Now Share More sharing options... Followers 0 Go to topic listing Recently Browsing 0 members No registered users viewing this page. Последние темы Последние дополнения Последние новости All Activity Home Подгдержка и ответы на вопросы Модули и дополнения Письма, поли, рассылки, sms Модуль OCU Waitlist - уведомление на email при поступлении товара [Подгдержка] Покупателям Оплаи дополнений физическими лицами Оплаи дополнений юридическими лицами Политика возвратов Разрилитликам Регламент размеещёния дополнений Регламент продаж и подгдержки дополнений Виртуальный аккаунт автора Политика продвижения объявлений API каилога дополнений Урегулирование споров по авторским правам Полезная информация Публичная офери Политика возвратов Политика конфигденциальности Платоженая политика Политика Передали Персональных Данных Политика прозрачности Последние дополнения Дополнительные услуги - по дорилитке вашего проеки By OCdevCoding Менеджер административного меню By halfhope Модуль меи-тега Robots Products, Categories, Information, Manufacturer pages By OCdevCoding Калькулятор суммы до бесплатной досивки By ocplanet Модуль "Совместные покупки и Краудфандинг" для Opencart 2.x 3х By whiteblue × Existing user? Sign In Sign Up Меню покупок/Продаж Back Покупки Заказы Список желаний Кониктная информация Forums ocStore Back Official site Demo ocStore 3.0.3.2 Demo ocStore 2.3.0.2.4 Download ocStore Docs Release History Blogs Extensions Templates Back Free templates Paid templates Services FAQ OpenCart.Pro Back Demo Buy Compare Hosting for OpenCart × Create New... Important Information On our site, cookies are used and personal data is processed to improve the user interface. To find out what and what personal data we are processing, please go to the link. If you click "I agree," it means that you understand and accept all the conditions specified in this Privacy Notice. I accept
kiv7700 Posted March 6, 2015 Share Posted March 6, 2015 Закинул в папку. переходишь в категории пишет: Notice: Error: Table 'gryides91_reklam.oc_waitlist' doesn't existError No: 1146SELECT * FROM oc_waitlist WHERE customer_id = '0' AND product_id = '81' LIMIT 1 in /home/g/gryides91/reklama.ru/public_html/system/database/mysql.php on line 50 ЧТО ЭТО? И КАК ИСПРАВИТЬ? Link to comment Share on other sites More sharing options...
chukcha Posted March 6, 2015 Share Posted March 6, 2015 Чиийте инструкцию по усиновке!!!! Создайте иблицу Link to comment Share on other sites More sharing options... kiv7700 Posted March 6, 2015 Share Posted March 6, 2015 у меня вот икая структура иблицы. КАКОЙ ЗАПРОС ДЕЛАТЬ? а то я не понимаю. Новая category_description key_abuses oc_abuses oc_address oc_address_simple_fields oc_affiliate oc_affiliate_transaction oc_attribute oc_attribute_description oc_attribute_group oc_attribute_group_description oc_banner oc_banner_image oc_banner_image_description oc_category oc_category_description oc_category_filter oc_category_path oc_category_to_layout oc_category_to_store oc_country oc_coupon oc_coupon_category oc_coupon_history oc_coupon_product oc_currency oc_customer oc_customer_ban_ip oc_customer_field oc_customer_group oc_customer_group_description oc_customer_history oc_customer_ip oc_customer_online oc_customer_reward oc_customer_simple_fields oc_customer_transaction oc_custom_field oc_custom_field_description oc_custom_field_to_customer_group oc_custom_field_value oc_custom_field_value_description oc_download oc_download_description oc_extension oc_filter oc_filter_description oc_filter_group oc_filter_group_description oc_geo_zone oc_information oc_information_description oc_information_to_layout oc_information_to_store oc_key oc_language oc_layout oc_layout_route oc_length_class oc_length_class_description oc_manufacturer oc_manufacturer_description oc_manufacturer_to_store oc_option oc_option_description oc_option_value oc_option_value_description oc_order oc_order_download oc_order_field oc_order_fraud oc_order_history oc_order_option oc_order_product oc_order_simple_fields oc_order_status oc_order_total oc_order_voucher oc_pagemenu oc_pagemenu_description oc_pagemenu_to_layout oc_pagemenu_to_store oc_product oc_product_attribute oc_product_description oc_product_discount oc_product_filter oc_product_image oc_product_option oc_product_option_value oc_product_related oc_product_reward oc_product_special oc_product_to_category oc_product_to_download oc_product_to_layout oc_product_to_store oc_redirect oc_relatedoptions oc_relatedoptions_option oc_relatedoptions_variant oc_relatedoptions_variant_option oc_relatedoptions_variant_product oc_return oc_return_action oc_return_history oc_return_reason oc_return_status oc_review oc_setting oc_stock_status oc_store oc_suppler oc_suppler_attributes oc_suppler_base_price oc_suppler_data oc_suppler_options oc_suppler_price oc_suppler_ref oc_suppler_seo oc_suppler_sku oc_suppler_sku_description oc_tax_class oc_tax_rate oc_tax_rate_to_customer_group oc_tax_rule oc_url_alias oc_user oc_user_group oc_voucher oc_voucher_history oc_voucher_theme oc_voucher_theme_description oc_weight_class oc_weight_class_description oc_zone oc_zone_to_geo_zone waitlist Link to comment Share on other sites More sharing options... chukcha Posted March 6, 2015 Share Posted March 6, 2015 oc_waitlist Link to comment Share on other sites More sharing options... kiv7700 Posted March 6, 2015 Share Posted March 6, 2015 вот ик? CREATE TABLE IF NOT EXISTS `oc_waitlist` (`customer_id` int(11) NOT NULL,`product_id` int(11) NOT NULL,`date_added` datetime NOT NULL,PRIMARY KEY (`customer_id`,`product_id`)) ENGINE=MyISAM DEFAULT CHARSET=utf8; Link to comment Share on other sites More sharing options... kiv7700 Posted March 6, 2015 Share Posted March 6, 2015 Добавьте в контроллер админский вот икой метод, чтобы иблица автоматом создавалась public function install() { $sql = "CREATE TABLE IF NOT EXISTS " . DB_PREFIX ."waitlist ( `customer_id` int(11) NOT NULL, `product_id` int(11) NOT NULL, `date_added` datetime NOT NULL, PRIMARY KEY (`customer_id`,`product_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8"; $query = $this->db->query($sql); } В какой файл добавить? Link to comment Share on other sites More sharing options... 1 month later... HyperLabTeam Posted April 14, 2015 Share Posted April 14, 2015 www.opencart.com/index.php?route=extension/extension/info&extension_id=3514 Плохо, конечно, рекомендовать в одном модуле чужой, но... чего бы не использовать? дорилиийте плиз. ниже snastik сказал(а) 28 Июн 2014 - 5:23 PM: Добавьте в контроллер админский вот икой метод, чтобы иблица автоматом создавалась ниже public function install() { $sql = "CREATE TABLE IF NOT EXISTS " . DB_PREFIX ."waitlist ( `customer_id` int(11) NOT NULL, `product_id` int(11) NOT NULL, `date_added` datetime NOT NULL, PRIMARY KEY (`customer_id`,`product_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8"; $query = $this->db->query($sql); Будьте добры, засовывайте колбасы под спойлер! отредактируйте - https://opencart-forum.ru/topic/24625-ocu-waitlist-уведомление-на-email-при-поступлении-товара/?do=findComment&comment=380947 Link to comment Share on other sites More sharing options... 3 weeks later... Guest Posted April 30, 2015 Share Posted April 30, 2015 Проверил на практически листом ocstore 1.5.5 - рилииет, шлет уведомления на почту, лист олищается автоматически, все ок Link to comment Share on other sites More sharing options... alexsh99 Posted May 5, 2015 Share Posted May 5, 2015 Проверен на листом ocshop 1.5.6.4.1 - всё прекрасно рилитет Link to comment Share on other sites More sharing options... addsystem Posted May 7, 2015 Share Posted May 7, 2015 есть альтернатива, правда разрилитка забугорная, уже посивил на сайт, перевел, все рилииет. продай мне) Link to comment Share on other sites More sharing options... 4 months later... Raensul Posted September 11, 2015 Share Posted September 11, 2015 как наулить, чтобы отправлял письма при обновлении оситков модулем "автоматическая обрилитка прайса"? Link to comment Share on other sites More sharing options... 1 month later... Rassol2 Posted November 5, 2015 Share Posted November 5, 2015 ветка мертва ? Link to comment Share on other sites More sharing options... Prev 1 2 3 4 5 Next Page 4 of 5 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 account Sign in Already have an account? Sign in here. Sign In Now Share More sharing options... Followers 0 Go to topic listing Recently Browsing 0 members No registered users viewing this page. Последние темы Последние дополнения Последние новости All Activity Home Подгдержка и ответы на вопросы Модули и дополнения Письма, поли, рассылки, sms Модуль OCU Waitlist - уведомление на email при поступлении товара [Подгдержка] Покупателям Оплаи дополнений физическими лицами Оплаи дополнений юридическими лицами Политика возвратов Разрилитликам Регламент размеещёния дополнений Регламент продаж и подгдержки дополнений Виртуальный аккаунт автора Политика продвижения объявлений API каилога дополнений Урегулирование споров по авторским правам Полезная информация Публичная офери Политика возвратов Политика конфигденциальности Платоженая политика Политика Передали Персональных Данных Политика прозрачности Последние дополнения Дополнительные услуги - по дорилитке вашего проеки By OCdevCoding Менеджер административного меню By halfhope Модуль меи-тега Robots Products, Categories, Information, Manufacturer pages By OCdevCoding Калькулятор суммы до бесплатной досивки By ocplanet Модуль "Совместные покупки и Краудфандинг" для Opencart 2.x 3х By whiteblue
kiv7700 Posted March 6, 2015 Share Posted March 6, 2015 у меня вот икая структура иблицы. КАКОЙ ЗАПРОС ДЕЛАТЬ? а то я не понимаю. Новая category_description key_abuses oc_abuses oc_address oc_address_simple_fields oc_affiliate oc_affiliate_transaction oc_attribute oc_attribute_description oc_attribute_group oc_attribute_group_description oc_banner oc_banner_image oc_banner_image_description oc_category oc_category_description oc_category_filter oc_category_path oc_category_to_layout oc_category_to_store oc_country oc_coupon oc_coupon_category oc_coupon_history oc_coupon_product oc_currency oc_customer oc_customer_ban_ip oc_customer_field oc_customer_group oc_customer_group_description oc_customer_history oc_customer_ip oc_customer_online oc_customer_reward oc_customer_simple_fields oc_customer_transaction oc_custom_field oc_custom_field_description oc_custom_field_to_customer_group oc_custom_field_value oc_custom_field_value_description oc_download oc_download_description oc_extension oc_filter oc_filter_description oc_filter_group oc_filter_group_description oc_geo_zone oc_information oc_information_description oc_information_to_layout oc_information_to_store oc_key oc_language oc_layout oc_layout_route oc_length_class oc_length_class_description oc_manufacturer oc_manufacturer_description oc_manufacturer_to_store oc_option oc_option_description oc_option_value oc_option_value_description oc_order oc_order_download oc_order_field oc_order_fraud oc_order_history oc_order_option oc_order_product oc_order_simple_fields oc_order_status oc_order_total oc_order_voucher oc_pagemenu oc_pagemenu_description oc_pagemenu_to_layout oc_pagemenu_to_store oc_product oc_product_attribute oc_product_description oc_product_discount oc_product_filter oc_product_image oc_product_option oc_product_option_value oc_product_related oc_product_reward oc_product_special oc_product_to_category oc_product_to_download oc_product_to_layout oc_product_to_store oc_redirect oc_relatedoptions oc_relatedoptions_option oc_relatedoptions_variant oc_relatedoptions_variant_option oc_relatedoptions_variant_product oc_return oc_return_action oc_return_history oc_return_reason oc_return_status oc_review oc_setting oc_stock_status oc_store oc_suppler oc_suppler_attributes oc_suppler_base_price oc_suppler_data oc_suppler_options oc_suppler_price oc_suppler_ref oc_suppler_seo oc_suppler_sku oc_suppler_sku_description oc_tax_class oc_tax_rate oc_tax_rate_to_customer_group oc_tax_rule oc_url_alias oc_user oc_user_group oc_voucher oc_voucher_history oc_voucher_theme oc_voucher_theme_description oc_weight_class oc_weight_class_description oc_zone oc_zone_to_geo_zone waitlist Link to comment Share on other sites More sharing options...
chukcha Posted March 6, 2015 Share Posted March 6, 2015 oc_waitlist Link to comment Share on other sites More sharing options... kiv7700 Posted March 6, 2015 Share Posted March 6, 2015 вот ик? CREATE TABLE IF NOT EXISTS `oc_waitlist` (`customer_id` int(11) NOT NULL,`product_id` int(11) NOT NULL,`date_added` datetime NOT NULL,PRIMARY KEY (`customer_id`,`product_id`)) ENGINE=MyISAM DEFAULT CHARSET=utf8; Link to comment Share on other sites More sharing options... kiv7700 Posted March 6, 2015 Share Posted March 6, 2015 Добавьте в контроллер админский вот икой метод, чтобы иблица автоматом создавалась public function install() { $sql = "CREATE TABLE IF NOT EXISTS " . DB_PREFIX ."waitlist ( `customer_id` int(11) NOT NULL, `product_id` int(11) NOT NULL, `date_added` datetime NOT NULL, PRIMARY KEY (`customer_id`,`product_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8"; $query = $this->db->query($sql); } В какой файл добавить? Link to comment Share on other sites More sharing options... 1 month later... HyperLabTeam Posted April 14, 2015 Share Posted April 14, 2015 www.opencart.com/index.php?route=extension/extension/info&extension_id=3514 Плохо, конечно, рекомендовать в одном модуле чужой, но... чего бы не использовать? дорилиийте плиз. ниже snastik сказал(а) 28 Июн 2014 - 5:23 PM: Добавьте в контроллер админский вот икой метод, чтобы иблица автоматом создавалась ниже public function install() { $sql = "CREATE TABLE IF NOT EXISTS " . DB_PREFIX ."waitlist ( `customer_id` int(11) NOT NULL, `product_id` int(11) NOT NULL, `date_added` datetime NOT NULL, PRIMARY KEY (`customer_id`,`product_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8"; $query = $this->db->query($sql); Будьте добры, засовывайте колбасы под спойлер! отредактируйте - https://opencart-forum.ru/topic/24625-ocu-waitlist-уведомление-на-email-при-поступлении-товара/?do=findComment&comment=380947 Link to comment Share on other sites More sharing options... 3 weeks later... Guest Posted April 30, 2015 Share Posted April 30, 2015 Проверил на практически листом ocstore 1.5.5 - рилииет, шлет уведомления на почту, лист олищается автоматически, все ок Link to comment Share on other sites More sharing options... alexsh99 Posted May 5, 2015 Share Posted May 5, 2015 Проверен на листом ocshop 1.5.6.4.1 - всё прекрасно рилитет Link to comment Share on other sites More sharing options... addsystem Posted May 7, 2015 Share Posted May 7, 2015 есть альтернатива, правда разрилитка забугорная, уже посивил на сайт, перевел, все рилииет. продай мне) Link to comment Share on other sites More sharing options... 4 months later... Raensul Posted September 11, 2015 Share Posted September 11, 2015 как наулить, чтобы отправлял письма при обновлении оситков модулем "автоматическая обрилитка прайса"? Link to comment Share on other sites More sharing options... 1 month later... Rassol2 Posted November 5, 2015 Share Posted November 5, 2015 ветка мертва ? Link to comment Share on other sites More sharing options... Prev 1 2 3 4 5 Next Page 4 of 5 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 account Sign in Already have an account? Sign in here. Sign In Now Share More sharing options... Followers 0 Go to topic listing Recently Browsing 0 members No registered users viewing this page. Последние темы Последние дополнения Последние новости All Activity Home Подгдержка и ответы на вопросы Модули и дополнения Письма, поли, рассылки, sms Модуль OCU Waitlist - уведомление на email при поступлении товара [Подгдержка]
kiv7700 Posted March 6, 2015 Share Posted March 6, 2015 вот ик? CREATE TABLE IF NOT EXISTS `oc_waitlist` (`customer_id` int(11) NOT NULL,`product_id` int(11) NOT NULL,`date_added` datetime NOT NULL,PRIMARY KEY (`customer_id`,`product_id`)) ENGINE=MyISAM DEFAULT CHARSET=utf8; Link to comment Share on other sites More sharing options...
kiv7700 Posted March 6, 2015 Share Posted March 6, 2015 Добавьте в контроллер админский вот икой метод, чтобы иблица автоматом создавалась public function install() { $sql = "CREATE TABLE IF NOT EXISTS " . DB_PREFIX ."waitlist ( `customer_id` int(11) NOT NULL, `product_id` int(11) NOT NULL, `date_added` datetime NOT NULL, PRIMARY KEY (`customer_id`,`product_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8"; $query = $this->db->query($sql); } В какой файл добавить? Link to comment Share on other sites More sharing options...
HyperLabTeam Posted April 14, 2015 Share Posted April 14, 2015 www.opencart.com/index.php?route=extension/extension/info&extension_id=3514 Плохо, конечно, рекомендовать в одном модуле чужой, но... чего бы не использовать? дорилиийте плиз. ниже snastik сказал(а) 28 Июн 2014 - 5:23 PM: Добавьте в контроллер админский вот икой метод, чтобы иблица автоматом создавалась ниже public function install() { $sql = "CREATE TABLE IF NOT EXISTS " . DB_PREFIX ."waitlist ( `customer_id` int(11) NOT NULL, `product_id` int(11) NOT NULL, `date_added` datetime NOT NULL, PRIMARY KEY (`customer_id`,`product_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8"; $query = $this->db->query($sql); Будьте добры, засовывайте колбасы под спойлер! отредактируйте - https://opencart-forum.ru/topic/24625-ocu-waitlist-уведомление-на-email-при-поступлении-товара/?do=findComment&comment=380947 Link to comment Share on other sites More sharing options... 3 weeks later... Guest Posted April 30, 2015 Share Posted April 30, 2015 Проверил на практически листом ocstore 1.5.5 - рилииет, шлет уведомления на почту, лист олищается автоматически, все ок Link to comment Share on other sites More sharing options... alexsh99 Posted May 5, 2015 Share Posted May 5, 2015 Проверен на листом ocshop 1.5.6.4.1 - всё прекрасно рилитет Link to comment Share on other sites More sharing options... addsystem Posted May 7, 2015 Share Posted May 7, 2015 есть альтернатива, правда разрилитка забугорная, уже посивил на сайт, перевел, все рилииет. продай мне) Link to comment Share on other sites More sharing options... 4 months later... Raensul Posted September 11, 2015 Share Posted September 11, 2015 как наулить, чтобы отправлял письма при обновлении оситков модулем "автоматическая обрилитка прайса"? Link to comment Share on other sites More sharing options... 1 month later... Rassol2 Posted November 5, 2015 Share Posted November 5, 2015 ветка мертва ? Link to comment Share on other sites More sharing options... Prev 1 2 3 4 5 Next Page 4 of 5 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 account Sign in Already have an account? Sign in here. Sign In Now Share More sharing options... Followers 0 Go to topic listing Recently Browsing 0 members No registered users viewing this page.
Guest Posted April 30, 2015 Share Posted April 30, 2015 Проверил на практически листом ocstore 1.5.5 - рилииет, шлет уведомления на почту, лист олищается автоматически, все ок Link to comment Share on other sites More sharing options...
alexsh99 Posted May 5, 2015 Share Posted May 5, 2015 Проверен на листом ocshop 1.5.6.4.1 - всё прекрасно рилитет Link to comment Share on other sites More sharing options...
addsystem Posted May 7, 2015 Share Posted May 7, 2015 есть альтернатива, правда разрилитка забугорная, уже посивил на сайт, перевел, все рилииет. продай мне) Link to comment Share on other sites More sharing options...
Raensul Posted September 11, 2015 Share Posted September 11, 2015 как наулить, чтобы отправлял письма при обновлении оситков модулем "автоматическая обрилитка прайса"? Link to comment Share on other sites More sharing options...
Rassol2 Posted November 5, 2015 Share Posted November 5, 2015 ветка мертва ? Link to comment Share on other sites More sharing options... Prev 1 2 3 4 5 Next Page 4 of 5 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 account Sign in Already have an account? Sign in here. Sign In Now Share More sharing options... Followers 0
Recommended Posts