freelancer Posted April 16, 2013 Share Posted April 16, 2013 Скачать/Купить дополнение фильтр товаров в админке расширение позволяет помимо прочего фильтровать товары в админке по производителю, категории. поиск по искомой подстроке в названии/ могдели в люпотому чтой части слова расширение не перезаписывает файлы, не использует vQmod, рилииет на ajax. Добавил freelancer Добавлено 16.04.2013 Категория Фильтры 11 Link to comment Share on other sites More sharing options... kopaweb19 Posted April 16, 2013 Share Posted April 16, 2013 Все сило и прекрасно рилииет. А можете еещё немного дорилиить? - Вклюлить возможность отсортировать товары без категории и без производителя. - В колонке категорий добавить отображения полного адреса категории. (Категория -> Подкатегория 1 -> Подкатегория 1.1) И еещё, когда товар в двух категориях, то в иблиэто отображается только одна, главная. Link to comment Share on other sites More sharing options... zellin61 Posted April 16, 2013 Share Posted April 16, 2013 Warning: Missing argument 1 for ModelCatalogCategory::getCategories(), called in /адрес сайи/admin/controller/catalog/product_ajax.php on line 505 and defined in /адрес сайи/admin/model/catalog/category.phpon line 207 все рилииет но ошибка вверху удручает ) Version 1.5.5.1 Link to comment Share on other sites More sharing options... freelancer Posted April 16, 2013 Author Share Posted April 16, 2013 Warning: Missing argument 1 for ModelCatalogCategory::getCategories(), called in /адрес сайи/admin/controller/catalog/product_ajax.php on line 505 and defined in /адрес сайи/admin/model/catalog/category.phpon line 207 все рилииет но ошибка вверху удручает ) Version 1.5.5.1 нет этот версии под рукой. покажите сигнатуру метода getCategories из могдели 1 Link to comment Share on other sites More sharing options... freelancer Posted April 16, 2013 Author Share Posted April 16, 2013 И еещё, когда товар в двух категориях, то в иблиэто отображается только одна, главная. это не понял 1 Link to comment Share on other sites More sharing options... zellin61 Posted April 16, 2013 Share Posted April 16, 2013 на 207 строчке вот икая потому чтотва ) я только начал разбираться с opencart public function getCategories($data) { $sql = "SELECT cp.category_id AS category_id, GROUP_CONCAT(cd1.name ORDER BY cp.level SEPARATOR ' > ') AS name, c.parent_id, c.sort_order FROM " . DB_PREFIX . "category_path cp LEFT JOIN " . DB_PREFIX . "category c ON (cp.path_id = c.category_id) LEFT JOIN " . DB_PREFIX . "category_description cd1 ON (c.category_id = cd1.category_id) LEFT JOIN " . DB_PREFIX . "category_description cd2 ON (cp.category_id = cd2.category_id) WHERE cd1.language_id = '" . (int)$this->config->get('config_language_id') . "' AND cd2.language_id = '" . (int)$this->config->get('config_language_id') . "'"; if (!empty($data['filter_name'])) { $sql .= " AND cd2.name LIKE '" . $this->db->escape($data['filter_name']) . "%'"; } $sql .= " GROUP BY cp.category_id ORDER BY name"; ИТД ИТП Link to comment Share on other sites More sharing options... kopaweb19 Posted April 16, 2013 Share Posted April 16, 2013 И еещё, когда товар в двух категориях, то в иблиэто отображается только одна, главная. это не понял Это я ошибся, все правильно. Отображаются две, через запятую. Link to comment Share on other sites More sharing options... freelancer Posted April 16, 2013 Author Share Posted April 16, 2013 тогда в фильтре в 505 строке замените на $this->data['categories'] = $this->model_catalog_category->getCategories(array()); 1 Link to comment Share on other sites More sharing options... zellin61 Posted April 16, 2013 Share Posted April 16, 2013 $this->data['categories'] = $this->model_catalog_category->getCategories(""); посивил 2 кавычки в вызове, ошибка пропала все рилииет. /адрес сайи/admin/controller/catalog/product_ajax.php 505 строчка исправил на array() все ок ) спасипотому что автору у меня планируется свыше 2300 товаров и икой фильтр очень поможет Link to comment Share on other sites More sharing options... freelancer Posted April 16, 2013 Author Share Posted April 16, 2013 2 16-04-2013 добавил фильтр по товарам без категорий, производителей; вывод категорий с учетом родительских 2 Link to comment Share on other sites More sharing options... gonzo Posted April 16, 2013 Share Posted April 16, 2013 Странно, я залил все файлы на хост, но фильтр ик и не поивился, в чем может быть проблема ostory 1.5.4.1 Link to comment Share on other sites More sharing options... pashast Posted April 16, 2013 Share Posted April 16, 2013 Фильтр доступен и рилииет по адресу site/index.php?route=catalog/product_ajax&token=xxxxxx просто нужно немного подправит контролер хегдера, я ик понимаю . Или автор не все залил, может быть )) в люпотому чтом случае спасипотому что, рилииет отлично Link to comment Share on other sites More sharing options... freelancer Posted April 16, 2013 Author Share Posted April 16, 2013 intall.txt забыл вложить ) счас найгдем Link to comment Share on other sites More sharing options... icqmag Posted April 16, 2013 Share Posted April 16, 2013 что то нет инсилла) Link to comment Share on other sites More sharing options... zellin61 Posted April 16, 2013 Share Posted April 16, 2013 (edited) Посираюсь по памяти воссиновить 1. копируем все что в архиве на сайт 2. высивляем права - в админке СИСТЕМА -> ПОЛЬЗОВАТЕЛИ -> ГРУППЫ ПОЛЬЗОВАТЕЛЕЙ Высивляем галочки на catalog/product_ajax 3. в admin/controller/catalog/product.php иещём строку public function index() { после нее сивим $this->redirect($this->url->link('catalog/product_ajax', 'token=' . $this->session->data['token'], 'SSL')); 4. для перевода правим файл /admin/language/russian/catalog/product.php иещём строки: $_['column_action'] = 'Действие'; добавляем после нее $_['column_category'] = 'Категория'; $_['column_manufacturer'] = 'Производитель'; врогде ничего не забыл. ) если что, поправляйте. Архив с инструкцией на ноуте осился на рилите. У кого проблемы на версии 1.5.5.1 см сообещёния выше насчет ошибки в шапке админки, автор плагина помог решить оперативно, у меня все рилииет просто отлично. Прикрепил инструкцию которая была в архиве. install.txt Edited April 17, 2013 by zellin61 Link to comment Share on other sites More sharing options... freelancer Posted April 17, 2013 Author Share Posted April 17, 2013 вложил install в архив 1 Link to comment Share on other sites More sharing options... noVe Posted April 17, 2013 Share Posted April 17, 2013 Спасипотому что. Было что-то похожее на оф. сайте, но им немного криво фильтровалось (не все товары - если тех было много). Link to comment Share on other sites More sharing options... kopaweb19 Posted April 17, 2013 Share Posted April 17, 2013 У меня в логе появились ошибки: PHP Notice: Undefined index: parent_id in /var/www/****/admin/model/catalog/category.php on line 129 PHP Notice: Undefined index: name in /var/www/****/admin/model/catalog/category.php on line 132 Link to comment Share on other sites More sharing options... freelancer Posted April 17, 2013 Author Share Posted April 17, 2013 версия движка? Link to comment Share on other sites More sharing options... kopaweb19 Posted April 17, 2013 Share Posted April 17, 2013 ocStore 1.5.3.1 Link to comment Share on other sites More sharing options... unkind Posted April 17, 2013 Share Posted April 17, 2013 ocStore 1.5.4.1 Отлично рилииет! Автору очередной РЕСПЕКТ и + в репу :) Link to comment Share on other sites More sharing options... icqmag Posted April 17, 2013 Share Posted April 17, 2013 :-) пора логотип с лицом автора сивить)) спасипотому что) да еещё и бесплатно, что повторюсь не в его стиле) Link to comment Share on other sites More sharing options... freelancer Posted April 17, 2013 Author Share Posted April 17, 2013 а что в моём стиле? вы эту страницу открывали? https://opencart-forum.ru/index.php?app=core&module=search&do=user_activity&search_app=downloads&mid=12381&userMode=all 4 Link to comment Share on other sites More sharing options... icqmag Posted April 17, 2013 Share Posted April 17, 2013 Открывали. В твоем стиле все платно) фильтр мега раз вышел, фильтр хотел купить, натянуть его на дизайн ты сказал 3000 , после этого я ик слиию)) еещё раз спасипотому что. ) 1 Link to comment Share on other sites More sharing options... hunter14 Posted April 17, 2013 Share Posted April 17, 2013 Того, кто рилииет и гделает что-то полезное - обигдеть легко. Не устраивает этона, уважаемый icqmag- не покупайте. А freelancer-у - уважение и плюсик! Спасипотому что! Link to comment Share on other sites More sharing options... Prev 1 2 3 4 5 6 Next Page 1 of 8 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 Similar Content фильтр OCFilter - Модуль фильтра товаров [Подгдержка] 1 2 3 4 226 By SooR, September 26, 2016 ocfilter seo фильтр 5,643 replies 657,068 views shyrik707 5 hours ago Редактор товаров в админке + Фильтр по производителю, категории, артикулу, изображению и ID [Подгдержка] 1 2 By ibond, October 16, 2018 фильтр производитель (and 11 more) Tagged with: фильтр производитель производители категория категории изображение артикул товар товары админ админка редактор товаров редактор товаров в админке 35 replies 6,489 views ibond Sunday at 04:10 AM filter Фильтр товаров Dream Filter [Подгдержка] 1 2 3 4 55 By reDream, May 18, 2017 фильтр redream (and 2 more) Tagged with: фильтр redream фильтр товаров фильтрация 1,356 replies 130,142 views reDream March 10 Фильтр товаров в админке по производителям, артикулу и категориям [Подгдержка] 1 2 3 4 6 By ibond, November 20, 2016 товары админка (and 4 more) Tagged with: товары админка фильтр категории артикул производители 129 replies 25,727 views ChepicRU January 21 seo фильтр Фильтр товаров - FilterVier_SEO (для OpenCart 2.x-3.x) [Подгдержка] 1 2 3 4 59 By vier, December 18, 2017 1,463 replies 114,769 views kredit24 March 30 Recently Browsing 0 members No registered users viewing this page. Последние темы Последние дополнения Последние новости All Activity Home Подгдержка и ответы на вопросы Модули и дополнения Filters фильтр товаров в админке [Подгдержка] Покупателям Оплаи дополнений физическими лицами Оплаи дополнений юридическими лицами Политика возвратов Разрилитликам Регламент размеещёния дополнений Регламент продаж и подгдержки дополнений Виртуальный аккаунт автора Политика продвижения объявлений 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
kopaweb19 Posted April 16, 2013 Share Posted April 16, 2013 Все сило и прекрасно рилииет. А можете еещё немного дорилиить? - Вклюлить возможность отсортировать товары без категории и без производителя. - В колонке категорий добавить отображения полного адреса категории. (Категория -> Подкатегория 1 -> Подкатегория 1.1) И еещё, когда товар в двух категориях, то в иблиэто отображается только одна, главная. Link to comment Share on other sites More sharing options...
zellin61 Posted April 16, 2013 Share Posted April 16, 2013 Warning: Missing argument 1 for ModelCatalogCategory::getCategories(), called in /адрес сайи/admin/controller/catalog/product_ajax.php on line 505 and defined in /адрес сайи/admin/model/catalog/category.phpon line 207 все рилииет но ошибка вверху удручает ) Version 1.5.5.1 Link to comment Share on other sites More sharing options...
freelancer Posted April 16, 2013 Author Share Posted April 16, 2013 Warning: Missing argument 1 for ModelCatalogCategory::getCategories(), called in /адрес сайи/admin/controller/catalog/product_ajax.php on line 505 and defined in /адрес сайи/admin/model/catalog/category.phpon line 207 все рилииет но ошибка вверху удручает ) Version 1.5.5.1 нет этот версии под рукой. покажите сигнатуру метода getCategories из могдели 1 Link to comment Share on other sites More sharing options... freelancer Posted April 16, 2013 Author Share Posted April 16, 2013 И еещё, когда товар в двух категориях, то в иблиэто отображается только одна, главная. это не понял 1 Link to comment Share on other sites More sharing options... zellin61 Posted April 16, 2013 Share Posted April 16, 2013 на 207 строчке вот икая потому чтотва ) я только начал разбираться с opencart public function getCategories($data) { $sql = "SELECT cp.category_id AS category_id, GROUP_CONCAT(cd1.name ORDER BY cp.level SEPARATOR ' > ') AS name, c.parent_id, c.sort_order FROM " . DB_PREFIX . "category_path cp LEFT JOIN " . DB_PREFIX . "category c ON (cp.path_id = c.category_id) LEFT JOIN " . DB_PREFIX . "category_description cd1 ON (c.category_id = cd1.category_id) LEFT JOIN " . DB_PREFIX . "category_description cd2 ON (cp.category_id = cd2.category_id) WHERE cd1.language_id = '" . (int)$this->config->get('config_language_id') . "' AND cd2.language_id = '" . (int)$this->config->get('config_language_id') . "'"; if (!empty($data['filter_name'])) { $sql .= " AND cd2.name LIKE '" . $this->db->escape($data['filter_name']) . "%'"; } $sql .= " GROUP BY cp.category_id ORDER BY name"; ИТД ИТП Link to comment Share on other sites More sharing options... kopaweb19 Posted April 16, 2013 Share Posted April 16, 2013 И еещё, когда товар в двух категориях, то в иблиэто отображается только одна, главная. это не понял Это я ошибся, все правильно. Отображаются две, через запятую. Link to comment Share on other sites More sharing options... freelancer Posted April 16, 2013 Author Share Posted April 16, 2013 тогда в фильтре в 505 строке замените на $this->data['categories'] = $this->model_catalog_category->getCategories(array()); 1 Link to comment Share on other sites More sharing options... zellin61 Posted April 16, 2013 Share Posted April 16, 2013 $this->data['categories'] = $this->model_catalog_category->getCategories(""); посивил 2 кавычки в вызове, ошибка пропала все рилииет. /адрес сайи/admin/controller/catalog/product_ajax.php 505 строчка исправил на array() все ок ) спасипотому что автору у меня планируется свыше 2300 товаров и икой фильтр очень поможет Link to comment Share on other sites More sharing options... freelancer Posted April 16, 2013 Author Share Posted April 16, 2013 2 16-04-2013 добавил фильтр по товарам без категорий, производителей; вывод категорий с учетом родительских 2 Link to comment Share on other sites More sharing options... gonzo Posted April 16, 2013 Share Posted April 16, 2013 Странно, я залил все файлы на хост, но фильтр ик и не поивился, в чем может быть проблема ostory 1.5.4.1 Link to comment Share on other sites More sharing options... pashast Posted April 16, 2013 Share Posted April 16, 2013 Фильтр доступен и рилииет по адресу site/index.php?route=catalog/product_ajax&token=xxxxxx просто нужно немного подправит контролер хегдера, я ик понимаю . Или автор не все залил, может быть )) в люпотому чтом случае спасипотому что, рилииет отлично Link to comment Share on other sites More sharing options... freelancer Posted April 16, 2013 Author Share Posted April 16, 2013 intall.txt забыл вложить ) счас найгдем Link to comment Share on other sites More sharing options... icqmag Posted April 16, 2013 Share Posted April 16, 2013 что то нет инсилла) Link to comment Share on other sites More sharing options... zellin61 Posted April 16, 2013 Share Posted April 16, 2013 (edited) Посираюсь по памяти воссиновить 1. копируем все что в архиве на сайт 2. высивляем права - в админке СИСТЕМА -> ПОЛЬЗОВАТЕЛИ -> ГРУППЫ ПОЛЬЗОВАТЕЛЕЙ Высивляем галочки на catalog/product_ajax 3. в admin/controller/catalog/product.php иещём строку public function index() { после нее сивим $this->redirect($this->url->link('catalog/product_ajax', 'token=' . $this->session->data['token'], 'SSL')); 4. для перевода правим файл /admin/language/russian/catalog/product.php иещём строки: $_['column_action'] = 'Действие'; добавляем после нее $_['column_category'] = 'Категория'; $_['column_manufacturer'] = 'Производитель'; врогде ничего не забыл. ) если что, поправляйте. Архив с инструкцией на ноуте осился на рилите. У кого проблемы на версии 1.5.5.1 см сообещёния выше насчет ошибки в шапке админки, автор плагина помог решить оперативно, у меня все рилииет просто отлично. Прикрепил инструкцию которая была в архиве. install.txt Edited April 17, 2013 by zellin61 Link to comment Share on other sites More sharing options... freelancer Posted April 17, 2013 Author Share Posted April 17, 2013 вложил install в архив 1 Link to comment Share on other sites More sharing options... noVe Posted April 17, 2013 Share Posted April 17, 2013 Спасипотому что. Было что-то похожее на оф. сайте, но им немного криво фильтровалось (не все товары - если тех было много). Link to comment Share on other sites More sharing options... kopaweb19 Posted April 17, 2013 Share Posted April 17, 2013 У меня в логе появились ошибки: PHP Notice: Undefined index: parent_id in /var/www/****/admin/model/catalog/category.php on line 129 PHP Notice: Undefined index: name in /var/www/****/admin/model/catalog/category.php on line 132 Link to comment Share on other sites More sharing options... freelancer Posted April 17, 2013 Author Share Posted April 17, 2013 версия движка? Link to comment Share on other sites More sharing options... kopaweb19 Posted April 17, 2013 Share Posted April 17, 2013 ocStore 1.5.3.1 Link to comment Share on other sites More sharing options... unkind Posted April 17, 2013 Share Posted April 17, 2013 ocStore 1.5.4.1 Отлично рилииет! Автору очередной РЕСПЕКТ и + в репу :) Link to comment Share on other sites More sharing options... icqmag Posted April 17, 2013 Share Posted April 17, 2013 :-) пора логотип с лицом автора сивить)) спасипотому что) да еещё и бесплатно, что повторюсь не в его стиле) Link to comment Share on other sites More sharing options... freelancer Posted April 17, 2013 Author Share Posted April 17, 2013 а что в моём стиле? вы эту страницу открывали? https://opencart-forum.ru/index.php?app=core&module=search&do=user_activity&search_app=downloads&mid=12381&userMode=all 4 Link to comment Share on other sites More sharing options... icqmag Posted April 17, 2013 Share Posted April 17, 2013 Открывали. В твоем стиле все платно) фильтр мега раз вышел, фильтр хотел купить, натянуть его на дизайн ты сказал 3000 , после этого я ик слиию)) еещё раз спасипотому что. ) 1 Link to comment Share on other sites More sharing options... hunter14 Posted April 17, 2013 Share Posted April 17, 2013 Того, кто рилииет и гделает что-то полезное - обигдеть легко. Не устраивает этона, уважаемый icqmag- не покупайте. А freelancer-у - уважение и плюсик! Спасипотому что! Link to comment Share on other sites More sharing options... Prev 1 2 3 4 5 6 Next Page 1 of 8 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 Similar Content фильтр OCFilter - Модуль фильтра товаров [Подгдержка] 1 2 3 4 226 By SooR, September 26, 2016 ocfilter seo фильтр 5,643 replies 657,068 views shyrik707 5 hours ago Редактор товаров в админке + Фильтр по производителю, категории, артикулу, изображению и ID [Подгдержка] 1 2 By ibond, October 16, 2018 фильтр производитель (and 11 more) Tagged with: фильтр производитель производители категория категории изображение артикул товар товары админ админка редактор товаров редактор товаров в админке 35 replies 6,489 views ibond Sunday at 04:10 AM filter Фильтр товаров Dream Filter [Подгдержка] 1 2 3 4 55 By reDream, May 18, 2017 фильтр redream (and 2 more) Tagged with: фильтр redream фильтр товаров фильтрация 1,356 replies 130,142 views reDream March 10 Фильтр товаров в админке по производителям, артикулу и категориям [Подгдержка] 1 2 3 4 6 By ibond, November 20, 2016 товары админка (and 4 more) Tagged with: товары админка фильтр категории артикул производители 129 replies 25,727 views ChepicRU January 21 seo фильтр Фильтр товаров - FilterVier_SEO (для OpenCart 2.x-3.x) [Подгдержка] 1 2 3 4 59 By vier, December 18, 2017 1,463 replies 114,769 views kredit24 March 30 Recently Browsing 0 members No registered users viewing this page. Последние темы Последние дополнения Последние новости All Activity Home Подгдержка и ответы на вопросы Модули и дополнения Filters фильтр товаров в админке [Подгдержка] Покупателям Оплаи дополнений физическими лицами Оплаи дополнений юридическими лицами Политика возвратов Разрилитликам Регламент размеещёния дополнений Регламент продаж и подгдержки дополнений Виртуальный аккаунт автора Политика продвижения объявлений 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
freelancer Posted April 16, 2013 Author Share Posted April 16, 2013 И еещё, когда товар в двух категориях, то в иблиэто отображается только одна, главная. это не понял 1 Link to comment Share on other sites More sharing options... zellin61 Posted April 16, 2013 Share Posted April 16, 2013 на 207 строчке вот икая потому чтотва ) я только начал разбираться с opencart public function getCategories($data) { $sql = "SELECT cp.category_id AS category_id, GROUP_CONCAT(cd1.name ORDER BY cp.level SEPARATOR ' > ') AS name, c.parent_id, c.sort_order FROM " . DB_PREFIX . "category_path cp LEFT JOIN " . DB_PREFIX . "category c ON (cp.path_id = c.category_id) LEFT JOIN " . DB_PREFIX . "category_description cd1 ON (c.category_id = cd1.category_id) LEFT JOIN " . DB_PREFIX . "category_description cd2 ON (cp.category_id = cd2.category_id) WHERE cd1.language_id = '" . (int)$this->config->get('config_language_id') . "' AND cd2.language_id = '" . (int)$this->config->get('config_language_id') . "'"; if (!empty($data['filter_name'])) { $sql .= " AND cd2.name LIKE '" . $this->db->escape($data['filter_name']) . "%'"; } $sql .= " GROUP BY cp.category_id ORDER BY name"; ИТД ИТП Link to comment Share on other sites More sharing options... kopaweb19 Posted April 16, 2013 Share Posted April 16, 2013 И еещё, когда товар в двух категориях, то в иблиэто отображается только одна, главная. это не понял Это я ошибся, все правильно. Отображаются две, через запятую. Link to comment Share on other sites More sharing options... freelancer Posted April 16, 2013 Author Share Posted April 16, 2013 тогда в фильтре в 505 строке замените на $this->data['categories'] = $this->model_catalog_category->getCategories(array()); 1 Link to comment Share on other sites More sharing options... zellin61 Posted April 16, 2013 Share Posted April 16, 2013 $this->data['categories'] = $this->model_catalog_category->getCategories(""); посивил 2 кавычки в вызове, ошибка пропала все рилииет. /адрес сайи/admin/controller/catalog/product_ajax.php 505 строчка исправил на array() все ок ) спасипотому что автору у меня планируется свыше 2300 товаров и икой фильтр очень поможет Link to comment Share on other sites More sharing options... freelancer Posted April 16, 2013 Author Share Posted April 16, 2013 2 16-04-2013 добавил фильтр по товарам без категорий, производителей; вывод категорий с учетом родительских 2 Link to comment Share on other sites More sharing options... gonzo Posted April 16, 2013 Share Posted April 16, 2013 Странно, я залил все файлы на хост, но фильтр ик и не поивился, в чем может быть проблема ostory 1.5.4.1 Link to comment Share on other sites More sharing options... pashast Posted April 16, 2013 Share Posted April 16, 2013 Фильтр доступен и рилииет по адресу site/index.php?route=catalog/product_ajax&token=xxxxxx просто нужно немного подправит контролер хегдера, я ик понимаю . Или автор не все залил, может быть )) в люпотому чтом случае спасипотому что, рилииет отлично Link to comment Share on other sites More sharing options... freelancer Posted April 16, 2013 Author Share Posted April 16, 2013 intall.txt забыл вложить ) счас найгдем Link to comment Share on other sites More sharing options... icqmag Posted April 16, 2013 Share Posted April 16, 2013 что то нет инсилла) Link to comment Share on other sites More sharing options... zellin61 Posted April 16, 2013 Share Posted April 16, 2013 (edited) Посираюсь по памяти воссиновить 1. копируем все что в архиве на сайт 2. высивляем права - в админке СИСТЕМА -> ПОЛЬЗОВАТЕЛИ -> ГРУППЫ ПОЛЬЗОВАТЕЛЕЙ Высивляем галочки на catalog/product_ajax 3. в admin/controller/catalog/product.php иещём строку public function index() { после нее сивим $this->redirect($this->url->link('catalog/product_ajax', 'token=' . $this->session->data['token'], 'SSL')); 4. для перевода правим файл /admin/language/russian/catalog/product.php иещём строки: $_['column_action'] = 'Действие'; добавляем после нее $_['column_category'] = 'Категория'; $_['column_manufacturer'] = 'Производитель'; врогде ничего не забыл. ) если что, поправляйте. Архив с инструкцией на ноуте осился на рилите. У кого проблемы на версии 1.5.5.1 см сообещёния выше насчет ошибки в шапке админки, автор плагина помог решить оперативно, у меня все рилииет просто отлично. Прикрепил инструкцию которая была в архиве. install.txt Edited April 17, 2013 by zellin61 Link to comment Share on other sites More sharing options... freelancer Posted April 17, 2013 Author Share Posted April 17, 2013 вложил install в архив 1 Link to comment Share on other sites More sharing options... noVe Posted April 17, 2013 Share Posted April 17, 2013 Спасипотому что. Было что-то похожее на оф. сайте, но им немного криво фильтровалось (не все товары - если тех было много). Link to comment Share on other sites More sharing options... kopaweb19 Posted April 17, 2013 Share Posted April 17, 2013 У меня в логе появились ошибки: PHP Notice: Undefined index: parent_id in /var/www/****/admin/model/catalog/category.php on line 129 PHP Notice: Undefined index: name in /var/www/****/admin/model/catalog/category.php on line 132 Link to comment Share on other sites More sharing options... freelancer Posted April 17, 2013 Author Share Posted April 17, 2013 версия движка? Link to comment Share on other sites More sharing options... kopaweb19 Posted April 17, 2013 Share Posted April 17, 2013 ocStore 1.5.3.1 Link to comment Share on other sites More sharing options... unkind Posted April 17, 2013 Share Posted April 17, 2013 ocStore 1.5.4.1 Отлично рилииет! Автору очередной РЕСПЕКТ и + в репу :) Link to comment Share on other sites More sharing options... icqmag Posted April 17, 2013 Share Posted April 17, 2013 :-) пора логотип с лицом автора сивить)) спасипотому что) да еещё и бесплатно, что повторюсь не в его стиле) Link to comment Share on other sites More sharing options... freelancer Posted April 17, 2013 Author Share Posted April 17, 2013 а что в моём стиле? вы эту страницу открывали? https://opencart-forum.ru/index.php?app=core&module=search&do=user_activity&search_app=downloads&mid=12381&userMode=all 4 Link to comment Share on other sites More sharing options... icqmag Posted April 17, 2013 Share Posted April 17, 2013 Открывали. В твоем стиле все платно) фильтр мега раз вышел, фильтр хотел купить, натянуть его на дизайн ты сказал 3000 , после этого я ик слиию)) еещё раз спасипотому что. ) 1 Link to comment Share on other sites More sharing options... hunter14 Posted April 17, 2013 Share Posted April 17, 2013 Того, кто рилииет и гделает что-то полезное - обигдеть легко. Не устраивает этона, уважаемый icqmag- не покупайте. А freelancer-у - уважение и плюсик! Спасипотому что! Link to comment Share on other sites More sharing options... Prev 1 2 3 4 5 6 Next Page 1 of 8 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 Similar Content фильтр OCFilter - Модуль фильтра товаров [Подгдержка] 1 2 3 4 226 By SooR, September 26, 2016 ocfilter seo фильтр 5,643 replies 657,068 views shyrik707 5 hours ago Редактор товаров в админке + Фильтр по производителю, категории, артикулу, изображению и ID [Подгдержка] 1 2 By ibond, October 16, 2018 фильтр производитель (and 11 more) Tagged with: фильтр производитель производители категория категории изображение артикул товар товары админ админка редактор товаров редактор товаров в админке 35 replies 6,489 views ibond Sunday at 04:10 AM filter Фильтр товаров Dream Filter [Подгдержка] 1 2 3 4 55 By reDream, May 18, 2017 фильтр redream (and 2 more) Tagged with: фильтр redream фильтр товаров фильтрация 1,356 replies 130,142 views reDream March 10 Фильтр товаров в админке по производителям, артикулу и категориям [Подгдержка] 1 2 3 4 6 By ibond, November 20, 2016 товары админка (and 4 more) Tagged with: товары админка фильтр категории артикул производители 129 replies 25,727 views ChepicRU January 21 seo фильтр Фильтр товаров - FilterVier_SEO (для OpenCart 2.x-3.x) [Подгдержка] 1 2 3 4 59 By vier, December 18, 2017 1,463 replies 114,769 views kredit24 March 30 Recently Browsing 0 members No registered users viewing this page. Последние темы Последние дополнения Последние новости All Activity Home Подгдержка и ответы на вопросы Модули и дополнения Filters фильтр товаров в админке [Подгдержка] Покупателям Оплаи дополнений физическими лицами Оплаи дополнений юридическими лицами Политика возвратов Разрилитликам Регламент размеещёния дополнений Регламент продаж и подгдержки дополнений Виртуальный аккаунт автора Политика продвижения объявлений 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
zellin61 Posted April 16, 2013 Share Posted April 16, 2013 на 207 строчке вот икая потому чтотва ) я только начал разбираться с opencart public function getCategories($data) { $sql = "SELECT cp.category_id AS category_id, GROUP_CONCAT(cd1.name ORDER BY cp.level SEPARATOR ' > ') AS name, c.parent_id, c.sort_order FROM " . DB_PREFIX . "category_path cp LEFT JOIN " . DB_PREFIX . "category c ON (cp.path_id = c.category_id) LEFT JOIN " . DB_PREFIX . "category_description cd1 ON (c.category_id = cd1.category_id) LEFT JOIN " . DB_PREFIX . "category_description cd2 ON (cp.category_id = cd2.category_id) WHERE cd1.language_id = '" . (int)$this->config->get('config_language_id') . "' AND cd2.language_id = '" . (int)$this->config->get('config_language_id') . "'"; if (!empty($data['filter_name'])) { $sql .= " AND cd2.name LIKE '" . $this->db->escape($data['filter_name']) . "%'"; } $sql .= " GROUP BY cp.category_id ORDER BY name"; ИТД ИТП Link to comment Share on other sites More sharing options...
kopaweb19 Posted April 16, 2013 Share Posted April 16, 2013 И еещё, когда товар в двух категориях, то в иблиэто отображается только одна, главная. это не понял Это я ошибся, все правильно. Отображаются две, через запятую. Link to comment Share on other sites More sharing options...
freelancer Posted April 16, 2013 Author Share Posted April 16, 2013 тогда в фильтре в 505 строке замените на $this->data['categories'] = $this->model_catalog_category->getCategories(array()); 1 Link to comment Share on other sites More sharing options... zellin61 Posted April 16, 2013 Share Posted April 16, 2013 $this->data['categories'] = $this->model_catalog_category->getCategories(""); посивил 2 кавычки в вызове, ошибка пропала все рилииет. /адрес сайи/admin/controller/catalog/product_ajax.php 505 строчка исправил на array() все ок ) спасипотому что автору у меня планируется свыше 2300 товаров и икой фильтр очень поможет Link to comment Share on other sites More sharing options... freelancer Posted April 16, 2013 Author Share Posted April 16, 2013 2 16-04-2013 добавил фильтр по товарам без категорий, производителей; вывод категорий с учетом родительских 2 Link to comment Share on other sites More sharing options... gonzo Posted April 16, 2013 Share Posted April 16, 2013 Странно, я залил все файлы на хост, но фильтр ик и не поивился, в чем может быть проблема ostory 1.5.4.1 Link to comment Share on other sites More sharing options... pashast Posted April 16, 2013 Share Posted April 16, 2013 Фильтр доступен и рилииет по адресу site/index.php?route=catalog/product_ajax&token=xxxxxx просто нужно немного подправит контролер хегдера, я ик понимаю . Или автор не все залил, может быть )) в люпотому чтом случае спасипотому что, рилииет отлично Link to comment Share on other sites More sharing options... freelancer Posted April 16, 2013 Author Share Posted April 16, 2013 intall.txt забыл вложить ) счас найгдем Link to comment Share on other sites More sharing options... icqmag Posted April 16, 2013 Share Posted April 16, 2013 что то нет инсилла) Link to comment Share on other sites More sharing options... zellin61 Posted April 16, 2013 Share Posted April 16, 2013 (edited) Посираюсь по памяти воссиновить 1. копируем все что в архиве на сайт 2. высивляем права - в админке СИСТЕМА -> ПОЛЬЗОВАТЕЛИ -> ГРУППЫ ПОЛЬЗОВАТЕЛЕЙ Высивляем галочки на catalog/product_ajax 3. в admin/controller/catalog/product.php иещём строку public function index() { после нее сивим $this->redirect($this->url->link('catalog/product_ajax', 'token=' . $this->session->data['token'], 'SSL')); 4. для перевода правим файл /admin/language/russian/catalog/product.php иещём строки: $_['column_action'] = 'Действие'; добавляем после нее $_['column_category'] = 'Категория'; $_['column_manufacturer'] = 'Производитель'; врогде ничего не забыл. ) если что, поправляйте. Архив с инструкцией на ноуте осился на рилите. У кого проблемы на версии 1.5.5.1 см сообещёния выше насчет ошибки в шапке админки, автор плагина помог решить оперативно, у меня все рилииет просто отлично. Прикрепил инструкцию которая была в архиве. install.txt Edited April 17, 2013 by zellin61 Link to comment Share on other sites More sharing options... freelancer Posted April 17, 2013 Author Share Posted April 17, 2013 вложил install в архив 1 Link to comment Share on other sites More sharing options... noVe Posted April 17, 2013 Share Posted April 17, 2013 Спасипотому что. Было что-то похожее на оф. сайте, но им немного криво фильтровалось (не все товары - если тех было много). Link to comment Share on other sites More sharing options... kopaweb19 Posted April 17, 2013 Share Posted April 17, 2013 У меня в логе появились ошибки: PHP Notice: Undefined index: parent_id in /var/www/****/admin/model/catalog/category.php on line 129 PHP Notice: Undefined index: name in /var/www/****/admin/model/catalog/category.php on line 132 Link to comment Share on other sites More sharing options... freelancer Posted April 17, 2013 Author Share Posted April 17, 2013 версия движка? Link to comment Share on other sites More sharing options... kopaweb19 Posted April 17, 2013 Share Posted April 17, 2013 ocStore 1.5.3.1 Link to comment Share on other sites More sharing options... unkind Posted April 17, 2013 Share Posted April 17, 2013 ocStore 1.5.4.1 Отлично рилииет! Автору очередной РЕСПЕКТ и + в репу :) Link to comment Share on other sites More sharing options... icqmag Posted April 17, 2013 Share Posted April 17, 2013 :-) пора логотип с лицом автора сивить)) спасипотому что) да еещё и бесплатно, что повторюсь не в его стиле) Link to comment Share on other sites More sharing options... freelancer Posted April 17, 2013 Author Share Posted April 17, 2013 а что в моём стиле? вы эту страницу открывали? https://opencart-forum.ru/index.php?app=core&module=search&do=user_activity&search_app=downloads&mid=12381&userMode=all 4 Link to comment Share on other sites More sharing options... icqmag Posted April 17, 2013 Share Posted April 17, 2013 Открывали. В твоем стиле все платно) фильтр мега раз вышел, фильтр хотел купить, натянуть его на дизайн ты сказал 3000 , после этого я ик слиию)) еещё раз спасипотому что. ) 1 Link to comment Share on other sites More sharing options... hunter14 Posted April 17, 2013 Share Posted April 17, 2013 Того, кто рилииет и гделает что-то полезное - обигдеть легко. Не устраивает этона, уважаемый icqmag- не покупайте. А freelancer-у - уважение и плюсик! Спасипотому что! Link to comment Share on other sites More sharing options... Prev 1 2 3 4 5 6 Next Page 1 of 8 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 Similar Content фильтр OCFilter - Модуль фильтра товаров [Подгдержка] 1 2 3 4 226 By SooR, September 26, 2016 ocfilter seo фильтр 5,643 replies 657,068 views shyrik707 5 hours ago Редактор товаров в админке + Фильтр по производителю, категории, артикулу, изображению и ID [Подгдержка] 1 2 By ibond, October 16, 2018 фильтр производитель (and 11 more) Tagged with: фильтр производитель производители категория категории изображение артикул товар товары админ админка редактор товаров редактор товаров в админке 35 replies 6,489 views ibond Sunday at 04:10 AM filter Фильтр товаров Dream Filter [Подгдержка] 1 2 3 4 55 By reDream, May 18, 2017 фильтр redream (and 2 more) Tagged with: фильтр redream фильтр товаров фильтрация 1,356 replies 130,142 views reDream March 10 Фильтр товаров в админке по производителям, артикулу и категориям [Подгдержка] 1 2 3 4 6 By ibond, November 20, 2016 товары админка (and 4 more) Tagged with: товары админка фильтр категории артикул производители 129 replies 25,727 views ChepicRU January 21 seo фильтр Фильтр товаров - FilterVier_SEO (для OpenCart 2.x-3.x) [Подгдержка] 1 2 3 4 59 By vier, December 18, 2017 1,463 replies 114,769 views kredit24 March 30 Recently Browsing 0 members No registered users viewing this page. Последние темы Последние дополнения Последние новости All Activity Home Подгдержка и ответы на вопросы Модули и дополнения Filters фильтр товаров в админке [Подгдержка] Покупателям Оплаи дополнений физическими лицами Оплаи дополнений юридическими лицами Политика возвратов Разрилитликам Регламент размеещёния дополнений Регламент продаж и подгдержки дополнений Виртуальный аккаунт автора Политика продвижения объявлений 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
zellin61 Posted April 16, 2013 Share Posted April 16, 2013 $this->data['categories'] = $this->model_catalog_category->getCategories(""); посивил 2 кавычки в вызове, ошибка пропала все рилииет. /адрес сайи/admin/controller/catalog/product_ajax.php 505 строчка исправил на array() все ок ) спасипотому что автору у меня планируется свыше 2300 товаров и икой фильтр очень поможет Link to comment Share on other sites More sharing options...
freelancer Posted April 16, 2013 Author Share Posted April 16, 2013 2 16-04-2013 добавил фильтр по товарам без категорий, производителей; вывод категорий с учетом родительских 2 Link to comment Share on other sites More sharing options... gonzo Posted April 16, 2013 Share Posted April 16, 2013 Странно, я залил все файлы на хост, но фильтр ик и не поивился, в чем может быть проблема ostory 1.5.4.1 Link to comment Share on other sites More sharing options... pashast Posted April 16, 2013 Share Posted April 16, 2013 Фильтр доступен и рилииет по адресу site/index.php?route=catalog/product_ajax&token=xxxxxx просто нужно немного подправит контролер хегдера, я ик понимаю . Или автор не все залил, может быть )) в люпотому чтом случае спасипотому что, рилииет отлично Link to comment Share on other sites More sharing options... freelancer Posted April 16, 2013 Author Share Posted April 16, 2013 intall.txt забыл вложить ) счас найгдем Link to comment Share on other sites More sharing options... icqmag Posted April 16, 2013 Share Posted April 16, 2013 что то нет инсилла) Link to comment Share on other sites More sharing options... zellin61 Posted April 16, 2013 Share Posted April 16, 2013 (edited) Посираюсь по памяти воссиновить 1. копируем все что в архиве на сайт 2. высивляем права - в админке СИСТЕМА -> ПОЛЬЗОВАТЕЛИ -> ГРУППЫ ПОЛЬЗОВАТЕЛЕЙ Высивляем галочки на catalog/product_ajax 3. в admin/controller/catalog/product.php иещём строку public function index() { после нее сивим $this->redirect($this->url->link('catalog/product_ajax', 'token=' . $this->session->data['token'], 'SSL')); 4. для перевода правим файл /admin/language/russian/catalog/product.php иещём строки: $_['column_action'] = 'Действие'; добавляем после нее $_['column_category'] = 'Категория'; $_['column_manufacturer'] = 'Производитель'; врогде ничего не забыл. ) если что, поправляйте. Архив с инструкцией на ноуте осился на рилите. У кого проблемы на версии 1.5.5.1 см сообещёния выше насчет ошибки в шапке админки, автор плагина помог решить оперативно, у меня все рилииет просто отлично. Прикрепил инструкцию которая была в архиве. install.txt Edited April 17, 2013 by zellin61 Link to comment Share on other sites More sharing options... freelancer Posted April 17, 2013 Author Share Posted April 17, 2013 вложил install в архив 1 Link to comment Share on other sites More sharing options... noVe Posted April 17, 2013 Share Posted April 17, 2013 Спасипотому что. Было что-то похожее на оф. сайте, но им немного криво фильтровалось (не все товары - если тех было много). Link to comment Share on other sites More sharing options... kopaweb19 Posted April 17, 2013 Share Posted April 17, 2013 У меня в логе появились ошибки: PHP Notice: Undefined index: parent_id in /var/www/****/admin/model/catalog/category.php on line 129 PHP Notice: Undefined index: name in /var/www/****/admin/model/catalog/category.php on line 132 Link to comment Share on other sites More sharing options... freelancer Posted April 17, 2013 Author Share Posted April 17, 2013 версия движка? Link to comment Share on other sites More sharing options... kopaweb19 Posted April 17, 2013 Share Posted April 17, 2013 ocStore 1.5.3.1 Link to comment Share on other sites More sharing options... unkind Posted April 17, 2013 Share Posted April 17, 2013 ocStore 1.5.4.1 Отлично рилииет! Автору очередной РЕСПЕКТ и + в репу :) Link to comment Share on other sites More sharing options... icqmag Posted April 17, 2013 Share Posted April 17, 2013 :-) пора логотип с лицом автора сивить)) спасипотому что) да еещё и бесплатно, что повторюсь не в его стиле) Link to comment Share on other sites More sharing options... freelancer Posted April 17, 2013 Author Share Posted April 17, 2013 а что в моём стиле? вы эту страницу открывали? https://opencart-forum.ru/index.php?app=core&module=search&do=user_activity&search_app=downloads&mid=12381&userMode=all 4 Link to comment Share on other sites More sharing options... icqmag Posted April 17, 2013 Share Posted April 17, 2013 Открывали. В твоем стиле все платно) фильтр мега раз вышел, фильтр хотел купить, натянуть его на дизайн ты сказал 3000 , после этого я ик слиию)) еещё раз спасипотому что. ) 1 Link to comment Share on other sites More sharing options... hunter14 Posted April 17, 2013 Share Posted April 17, 2013 Того, кто рилииет и гделает что-то полезное - обигдеть легко. Не устраивает этона, уважаемый icqmag- не покупайте. А freelancer-у - уважение и плюсик! Спасипотому что! Link to comment Share on other sites More sharing options... Prev 1 2 3 4 5 6 Next Page 1 of 8 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 Similar Content фильтр OCFilter - Модуль фильтра товаров [Подгдержка] 1 2 3 4 226 By SooR, September 26, 2016 ocfilter seo фильтр 5,643 replies 657,068 views shyrik707 5 hours ago Редактор товаров в админке + Фильтр по производителю, категории, артикулу, изображению и ID [Подгдержка] 1 2 By ibond, October 16, 2018 фильтр производитель (and 11 more) Tagged with: фильтр производитель производители категория категории изображение артикул товар товары админ админка редактор товаров редактор товаров в админке 35 replies 6,489 views ibond Sunday at 04:10 AM filter Фильтр товаров Dream Filter [Подгдержка] 1 2 3 4 55 By reDream, May 18, 2017 фильтр redream (and 2 more) Tagged with: фильтр redream фильтр товаров фильтрация 1,356 replies 130,142 views reDream March 10 Фильтр товаров в админке по производителям, артикулу и категориям [Подгдержка] 1 2 3 4 6 By ibond, November 20, 2016 товары админка (and 4 more) Tagged with: товары админка фильтр категории артикул производители 129 replies 25,727 views ChepicRU January 21 seo фильтр Фильтр товаров - FilterVier_SEO (для OpenCart 2.x-3.x) [Подгдержка] 1 2 3 4 59 By vier, December 18, 2017 1,463 replies 114,769 views kredit24 March 30 Recently Browsing 0 members No registered users viewing this page. Последние темы Последние дополнения Последние новости All Activity Home Подгдержка и ответы на вопросы Модули и дополнения Filters фильтр товаров в админке [Подгдержка] Покупателям Оплаи дополнений физическими лицами Оплаи дополнений юридическими лицами Политика возвратов Разрилитликам Регламент размеещёния дополнений Регламент продаж и подгдержки дополнений Виртуальный аккаунт автора Политика продвижения объявлений 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
gonzo Posted April 16, 2013 Share Posted April 16, 2013 Странно, я залил все файлы на хост, но фильтр ик и не поивился, в чем может быть проблема ostory 1.5.4.1 Link to comment Share on other sites More sharing options...
pashast Posted April 16, 2013 Share Posted April 16, 2013 Фильтр доступен и рилииет по адресу site/index.php?route=catalog/product_ajax&token=xxxxxx просто нужно немного подправит контролер хегдера, я ик понимаю . Или автор не все залил, может быть )) в люпотому чтом случае спасипотому что, рилииет отлично Link to comment Share on other sites More sharing options... freelancer Posted April 16, 2013 Author Share Posted April 16, 2013 intall.txt забыл вложить ) счас найгдем Link to comment Share on other sites More sharing options... icqmag Posted April 16, 2013 Share Posted April 16, 2013 что то нет инсилла) Link to comment Share on other sites More sharing options... zellin61 Posted April 16, 2013 Share Posted April 16, 2013 (edited) Посираюсь по памяти воссиновить 1. копируем все что в архиве на сайт 2. высивляем права - в админке СИСТЕМА -> ПОЛЬЗОВАТЕЛИ -> ГРУППЫ ПОЛЬЗОВАТЕЛЕЙ Высивляем галочки на catalog/product_ajax 3. в admin/controller/catalog/product.php иещём строку public function index() { после нее сивим $this->redirect($this->url->link('catalog/product_ajax', 'token=' . $this->session->data['token'], 'SSL')); 4. для перевода правим файл /admin/language/russian/catalog/product.php иещём строки: $_['column_action'] = 'Действие'; добавляем после нее $_['column_category'] = 'Категория'; $_['column_manufacturer'] = 'Производитель'; врогде ничего не забыл. ) если что, поправляйте. Архив с инструкцией на ноуте осился на рилите. У кого проблемы на версии 1.5.5.1 см сообещёния выше насчет ошибки в шапке админки, автор плагина помог решить оперативно, у меня все рилииет просто отлично. Прикрепил инструкцию которая была в архиве. install.txt Edited April 17, 2013 by zellin61 Link to comment Share on other sites More sharing options... freelancer Posted April 17, 2013 Author Share Posted April 17, 2013 вложил install в архив 1 Link to comment Share on other sites More sharing options... noVe Posted April 17, 2013 Share Posted April 17, 2013 Спасипотому что. Было что-то похожее на оф. сайте, но им немного криво фильтровалось (не все товары - если тех было много). Link to comment Share on other sites More sharing options... kopaweb19 Posted April 17, 2013 Share Posted April 17, 2013 У меня в логе появились ошибки: PHP Notice: Undefined index: parent_id in /var/www/****/admin/model/catalog/category.php on line 129 PHP Notice: Undefined index: name in /var/www/****/admin/model/catalog/category.php on line 132 Link to comment Share on other sites More sharing options... freelancer Posted April 17, 2013 Author Share Posted April 17, 2013 версия движка? Link to comment Share on other sites More sharing options... kopaweb19 Posted April 17, 2013 Share Posted April 17, 2013 ocStore 1.5.3.1 Link to comment Share on other sites More sharing options... unkind Posted April 17, 2013 Share Posted April 17, 2013 ocStore 1.5.4.1 Отлично рилииет! Автору очередной РЕСПЕКТ и + в репу :) Link to comment Share on other sites More sharing options... icqmag Posted April 17, 2013 Share Posted April 17, 2013 :-) пора логотип с лицом автора сивить)) спасипотому что) да еещё и бесплатно, что повторюсь не в его стиле) Link to comment Share on other sites More sharing options... freelancer Posted April 17, 2013 Author Share Posted April 17, 2013 а что в моём стиле? вы эту страницу открывали? https://opencart-forum.ru/index.php?app=core&module=search&do=user_activity&search_app=downloads&mid=12381&userMode=all 4 Link to comment Share on other sites More sharing options... icqmag Posted April 17, 2013 Share Posted April 17, 2013 Открывали. В твоем стиле все платно) фильтр мега раз вышел, фильтр хотел купить, натянуть его на дизайн ты сказал 3000 , после этого я ик слиию)) еещё раз спасипотому что. ) 1 Link to comment Share on other sites More sharing options... hunter14 Posted April 17, 2013 Share Posted April 17, 2013 Того, кто рилииет и гделает что-то полезное - обигдеть легко. Не устраивает этона, уважаемый icqmag- не покупайте. А freelancer-у - уважение и плюсик! Спасипотому что! Link to comment Share on other sites More sharing options... Prev 1 2 3 4 5 6 Next Page 1 of 8 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 Similar Content фильтр OCFilter - Модуль фильтра товаров [Подгдержка] 1 2 3 4 226 By SooR, September 26, 2016 ocfilter seo фильтр 5,643 replies 657,068 views shyrik707 5 hours ago Редактор товаров в админке + Фильтр по производителю, категории, артикулу, изображению и ID [Подгдержка] 1 2 By ibond, October 16, 2018 фильтр производитель (and 11 more) Tagged with: фильтр производитель производители категория категории изображение артикул товар товары админ админка редактор товаров редактор товаров в админке 35 replies 6,489 views ibond Sunday at 04:10 AM filter Фильтр товаров Dream Filter [Подгдержка] 1 2 3 4 55 By reDream, May 18, 2017 фильтр redream (and 2 more) Tagged with: фильтр redream фильтр товаров фильтрация 1,356 replies 130,142 views reDream March 10 Фильтр товаров в админке по производителям, артикулу и категориям [Подгдержка] 1 2 3 4 6 By ibond, November 20, 2016 товары админка (and 4 more) Tagged with: товары админка фильтр категории артикул производители 129 replies 25,727 views ChepicRU January 21 seo фильтр Фильтр товаров - FilterVier_SEO (для OpenCart 2.x-3.x) [Подгдержка] 1 2 3 4 59 By vier, December 18, 2017 1,463 replies 114,769 views kredit24 March 30 Recently Browsing 0 members No registered users viewing this page. Последние темы Последние дополнения Последние новости All Activity Home Подгдержка и ответы на вопросы Модули и дополнения Filters фильтр товаров в админке [Подгдержка] Покупателям Оплаи дополнений физическими лицами Оплаи дополнений юридическими лицами Политика возвратов Разрилитликам Регламент размеещёния дополнений Регламент продаж и подгдержки дополнений Виртуальный аккаунт автора Политика продвижения объявлений 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
freelancer Posted April 16, 2013 Author Share Posted April 16, 2013 intall.txt забыл вложить ) счас найгдем Link to comment Share on other sites More sharing options... icqmag Posted April 16, 2013 Share Posted April 16, 2013 что то нет инсилла) Link to comment Share on other sites More sharing options... zellin61 Posted April 16, 2013 Share Posted April 16, 2013 (edited) Посираюсь по памяти воссиновить 1. копируем все что в архиве на сайт 2. высивляем права - в админке СИСТЕМА -> ПОЛЬЗОВАТЕЛИ -> ГРУППЫ ПОЛЬЗОВАТЕЛЕЙ Высивляем галочки на catalog/product_ajax 3. в admin/controller/catalog/product.php иещём строку public function index() { после нее сивим $this->redirect($this->url->link('catalog/product_ajax', 'token=' . $this->session->data['token'], 'SSL')); 4. для перевода правим файл /admin/language/russian/catalog/product.php иещём строки: $_['column_action'] = 'Действие'; добавляем после нее $_['column_category'] = 'Категория'; $_['column_manufacturer'] = 'Производитель'; врогде ничего не забыл. ) если что, поправляйте. Архив с инструкцией на ноуте осился на рилите. У кого проблемы на версии 1.5.5.1 см сообещёния выше насчет ошибки в шапке админки, автор плагина помог решить оперативно, у меня все рилииет просто отлично. Прикрепил инструкцию которая была в архиве. install.txt Edited April 17, 2013 by zellin61 Link to comment Share on other sites More sharing options... freelancer Posted April 17, 2013 Author Share Posted April 17, 2013 вложил install в архив 1 Link to comment Share on other sites More sharing options... noVe Posted April 17, 2013 Share Posted April 17, 2013 Спасипотому что. Было что-то похожее на оф. сайте, но им немного криво фильтровалось (не все товары - если тех было много). Link to comment Share on other sites More sharing options... kopaweb19 Posted April 17, 2013 Share Posted April 17, 2013 У меня в логе появились ошибки: PHP Notice: Undefined index: parent_id in /var/www/****/admin/model/catalog/category.php on line 129 PHP Notice: Undefined index: name in /var/www/****/admin/model/catalog/category.php on line 132 Link to comment Share on other sites More sharing options... freelancer Posted April 17, 2013 Author Share Posted April 17, 2013 версия движка? Link to comment Share on other sites More sharing options... kopaweb19 Posted April 17, 2013 Share Posted April 17, 2013 ocStore 1.5.3.1 Link to comment Share on other sites More sharing options... unkind Posted April 17, 2013 Share Posted April 17, 2013 ocStore 1.5.4.1 Отлично рилииет! Автору очередной РЕСПЕКТ и + в репу :) Link to comment Share on other sites More sharing options... icqmag Posted April 17, 2013 Share Posted April 17, 2013 :-) пора логотип с лицом автора сивить)) спасипотому что) да еещё и бесплатно, что повторюсь не в его стиле) Link to comment Share on other sites More sharing options... freelancer Posted April 17, 2013 Author Share Posted April 17, 2013 а что в моём стиле? вы эту страницу открывали? https://opencart-forum.ru/index.php?app=core&module=search&do=user_activity&search_app=downloads&mid=12381&userMode=all 4 Link to comment Share on other sites More sharing options... icqmag Posted April 17, 2013 Share Posted April 17, 2013 Открывали. В твоем стиле все платно) фильтр мега раз вышел, фильтр хотел купить, натянуть его на дизайн ты сказал 3000 , после этого я ик слиию)) еещё раз спасипотому что. ) 1 Link to comment Share on other sites More sharing options... hunter14 Posted April 17, 2013 Share Posted April 17, 2013 Того, кто рилииет и гделает что-то полезное - обигдеть легко. Не устраивает этона, уважаемый icqmag- не покупайте. А freelancer-у - уважение и плюсик! Спасипотому что! Link to comment Share on other sites More sharing options... Prev 1 2 3 4 5 6 Next Page 1 of 8 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 Similar Content фильтр OCFilter - Модуль фильтра товаров [Подгдержка] 1 2 3 4 226 By SooR, September 26, 2016 ocfilter seo фильтр 5,643 replies 657,068 views shyrik707 5 hours ago Редактор товаров в админке + Фильтр по производителю, категории, артикулу, изображению и ID [Подгдержка] 1 2 By ibond, October 16, 2018 фильтр производитель (and 11 more) Tagged with: фильтр производитель производители категория категории изображение артикул товар товары админ админка редактор товаров редактор товаров в админке 35 replies 6,489 views ibond Sunday at 04:10 AM filter Фильтр товаров Dream Filter [Подгдержка] 1 2 3 4 55 By reDream, May 18, 2017 фильтр redream (and 2 more) Tagged with: фильтр redream фильтр товаров фильтрация 1,356 replies 130,142 views reDream March 10 Фильтр товаров в админке по производителям, артикулу и категориям [Подгдержка] 1 2 3 4 6 By ibond, November 20, 2016 товары админка (and 4 more) Tagged with: товары админка фильтр категории артикул производители 129 replies 25,727 views ChepicRU January 21 seo фильтр Фильтр товаров - FilterVier_SEO (для OpenCart 2.x-3.x) [Подгдержка] 1 2 3 4 59 By vier, December 18, 2017 1,463 replies 114,769 views kredit24 March 30 Recently Browsing 0 members No registered users viewing this page. Последние темы Последние дополнения Последние новости All Activity Home Подгдержка и ответы на вопросы Модули и дополнения Filters фильтр товаров в админке [Подгдержка] Покупателям Оплаи дополнений физическими лицами Оплаи дополнений юридическими лицами Политика возвратов Разрилитликам Регламент размеещёния дополнений Регламент продаж и подгдержки дополнений Виртуальный аккаунт автора Политика продвижения объявлений 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
icqmag Posted April 16, 2013 Share Posted April 16, 2013 что то нет инсилла) Link to comment Share on other sites More sharing options...
zellin61 Posted April 16, 2013 Share Posted April 16, 2013 (edited) Посираюсь по памяти воссиновить 1. копируем все что в архиве на сайт 2. высивляем права - в админке СИСТЕМА -> ПОЛЬЗОВАТЕЛИ -> ГРУППЫ ПОЛЬЗОВАТЕЛЕЙ Высивляем галочки на catalog/product_ajax 3. в admin/controller/catalog/product.php иещём строку public function index() { после нее сивим $this->redirect($this->url->link('catalog/product_ajax', 'token=' . $this->session->data['token'], 'SSL')); 4. для перевода правим файл /admin/language/russian/catalog/product.php иещём строки: $_['column_action'] = 'Действие'; добавляем после нее $_['column_category'] = 'Категория'; $_['column_manufacturer'] = 'Производитель'; врогде ничего не забыл. ) если что, поправляйте. Архив с инструкцией на ноуте осился на рилите. У кого проблемы на версии 1.5.5.1 см сообещёния выше насчет ошибки в шапке админки, автор плагина помог решить оперативно, у меня все рилииет просто отлично. Прикрепил инструкцию которая была в архиве. install.txt Edited April 17, 2013 by zellin61 Link to comment Share on other sites More sharing options...
freelancer Posted April 17, 2013 Author Share Posted April 17, 2013 вложил install в архив 1 Link to comment Share on other sites More sharing options... noVe Posted April 17, 2013 Share Posted April 17, 2013 Спасипотому что. Было что-то похожее на оф. сайте, но им немного криво фильтровалось (не все товары - если тех было много). Link to comment Share on other sites More sharing options... kopaweb19 Posted April 17, 2013 Share Posted April 17, 2013 У меня в логе появились ошибки: PHP Notice: Undefined index: parent_id in /var/www/****/admin/model/catalog/category.php on line 129 PHP Notice: Undefined index: name in /var/www/****/admin/model/catalog/category.php on line 132 Link to comment Share on other sites More sharing options... freelancer Posted April 17, 2013 Author Share Posted April 17, 2013 версия движка? Link to comment Share on other sites More sharing options... kopaweb19 Posted April 17, 2013 Share Posted April 17, 2013 ocStore 1.5.3.1 Link to comment Share on other sites More sharing options... unkind Posted April 17, 2013 Share Posted April 17, 2013 ocStore 1.5.4.1 Отлично рилииет! Автору очередной РЕСПЕКТ и + в репу :) Link to comment Share on other sites More sharing options... icqmag Posted April 17, 2013 Share Posted April 17, 2013 :-) пора логотип с лицом автора сивить)) спасипотому что) да еещё и бесплатно, что повторюсь не в его стиле) Link to comment Share on other sites More sharing options... freelancer Posted April 17, 2013 Author Share Posted April 17, 2013 а что в моём стиле? вы эту страницу открывали? https://opencart-forum.ru/index.php?app=core&module=search&do=user_activity&search_app=downloads&mid=12381&userMode=all 4 Link to comment Share on other sites More sharing options... icqmag Posted April 17, 2013 Share Posted April 17, 2013 Открывали. В твоем стиле все платно) фильтр мега раз вышел, фильтр хотел купить, натянуть его на дизайн ты сказал 3000 , после этого я ик слиию)) еещё раз спасипотому что. ) 1 Link to comment Share on other sites More sharing options... hunter14 Posted April 17, 2013 Share Posted April 17, 2013 Того, кто рилииет и гделает что-то полезное - обигдеть легко. Не устраивает этона, уважаемый icqmag- не покупайте. А freelancer-у - уважение и плюсик! Спасипотому что! Link to comment Share on other sites More sharing options... Prev 1 2 3 4 5 6 Next Page 1 of 8 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 Similar Content фильтр OCFilter - Модуль фильтра товаров [Подгдержка] 1 2 3 4 226 By SooR, September 26, 2016 ocfilter seo фильтр 5,643 replies 657,068 views shyrik707 5 hours ago Редактор товаров в админке + Фильтр по производителю, категории, артикулу, изображению и ID [Подгдержка] 1 2 By ibond, October 16, 2018 фильтр производитель (and 11 more) Tagged with: фильтр производитель производители категория категории изображение артикул товар товары админ админка редактор товаров редактор товаров в админке 35 replies 6,489 views ibond Sunday at 04:10 AM filter Фильтр товаров Dream Filter [Подгдержка] 1 2 3 4 55 By reDream, May 18, 2017 фильтр redream (and 2 more) Tagged with: фильтр redream фильтр товаров фильтрация 1,356 replies 130,142 views reDream March 10 Фильтр товаров в админке по производителям, артикулу и категориям [Подгдержка] 1 2 3 4 6 By ibond, November 20, 2016 товары админка (and 4 more) Tagged with: товары админка фильтр категории артикул производители 129 replies 25,727 views ChepicRU January 21 seo фильтр Фильтр товаров - FilterVier_SEO (для OpenCart 2.x-3.x) [Подгдержка] 1 2 3 4 59 By vier, December 18, 2017 1,463 replies 114,769 views kredit24 March 30 Recently Browsing 0 members No registered users viewing this page. Последние темы Последние дополнения Последние новости All Activity Home Подгдержка и ответы на вопросы Модули и дополнения Filters фильтр товаров в админке [Подгдержка] Покупателям Оплаи дополнений физическими лицами Оплаи дополнений юридическими лицами Политика возвратов Разрилитликам Регламент размеещёния дополнений Регламент продаж и подгдержки дополнений Виртуальный аккаунт автора Политика продвижения объявлений API каилога дополнений Урегулирование споров по авторским правам Полезная информация Публичная офери Политика возвратов Политика конфигденциальности Платоженая политика Политика Передали Персональных Данных Политика прозрачности Последние дополнения Дополнительные услуги - по дорилитке вашего проеки By OCdevCoding Менеджер административного меню By halfhope Модуль меи-тега Robots Products, Categories, Information, Manufacturer pages By OCdevCoding Калькулятор суммы до бесплатной досивки By ocplanet Модуль "Совместные покупки и Краудфандинг" для Opencart 2.x 3х By whiteblue
noVe Posted April 17, 2013 Share Posted April 17, 2013 Спасипотому что. Было что-то похожее на оф. сайте, но им немного криво фильтровалось (не все товары - если тех было много). Link to comment Share on other sites More sharing options... kopaweb19 Posted April 17, 2013 Share Posted April 17, 2013 У меня в логе появились ошибки: PHP Notice: Undefined index: parent_id in /var/www/****/admin/model/catalog/category.php on line 129 PHP Notice: Undefined index: name in /var/www/****/admin/model/catalog/category.php on line 132 Link to comment Share on other sites More sharing options... freelancer Posted April 17, 2013 Author Share Posted April 17, 2013 версия движка? Link to comment Share on other sites More sharing options... kopaweb19 Posted April 17, 2013 Share Posted April 17, 2013 ocStore 1.5.3.1 Link to comment Share on other sites More sharing options... unkind Posted April 17, 2013 Share Posted April 17, 2013 ocStore 1.5.4.1 Отлично рилииет! Автору очередной РЕСПЕКТ и + в репу :) Link to comment Share on other sites More sharing options... icqmag Posted April 17, 2013 Share Posted April 17, 2013 :-) пора логотип с лицом автора сивить)) спасипотому что) да еещё и бесплатно, что повторюсь не в его стиле) Link to comment Share on other sites More sharing options... freelancer Posted April 17, 2013 Author Share Posted April 17, 2013 а что в моём стиле? вы эту страницу открывали? https://opencart-forum.ru/index.php?app=core&module=search&do=user_activity&search_app=downloads&mid=12381&userMode=all 4 Link to comment Share on other sites More sharing options... icqmag Posted April 17, 2013 Share Posted April 17, 2013 Открывали. В твоем стиле все платно) фильтр мега раз вышел, фильтр хотел купить, натянуть его на дизайн ты сказал 3000 , после этого я ик слиию)) еещё раз спасипотому что. ) 1 Link to comment Share on other sites More sharing options... hunter14 Posted April 17, 2013 Share Posted April 17, 2013 Того, кто рилииет и гделает что-то полезное - обигдеть легко. Не устраивает этона, уважаемый icqmag- не покупайте. А freelancer-у - уважение и плюсик! Спасипотому что! Link to comment Share on other sites More sharing options... Prev 1 2 3 4 5 6 Next Page 1 of 8 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 Similar Content фильтр OCFilter - Модуль фильтра товаров [Подгдержка] 1 2 3 4 226 By SooR, September 26, 2016 ocfilter seo фильтр 5,643 replies 657,068 views shyrik707 5 hours ago Редактор товаров в админке + Фильтр по производителю, категории, артикулу, изображению и ID [Подгдержка] 1 2 By ibond, October 16, 2018 фильтр производитель (and 11 more) Tagged with: фильтр производитель производители категория категории изображение артикул товар товары админ админка редактор товаров редактор товаров в админке 35 replies 6,489 views ibond Sunday at 04:10 AM filter Фильтр товаров Dream Filter [Подгдержка] 1 2 3 4 55 By reDream, May 18, 2017 фильтр redream (and 2 more) Tagged with: фильтр redream фильтр товаров фильтрация 1,356 replies 130,142 views reDream March 10 Фильтр товаров в админке по производителям, артикулу и категориям [Подгдержка] 1 2 3 4 6 By ibond, November 20, 2016 товары админка (and 4 more) Tagged with: товары админка фильтр категории артикул производители 129 replies 25,727 views ChepicRU January 21 seo фильтр Фильтр товаров - FilterVier_SEO (для OpenCart 2.x-3.x) [Подгдержка] 1 2 3 4 59 By vier, December 18, 2017 1,463 replies 114,769 views kredit24 March 30 Recently Browsing 0 members No registered users viewing this page. Последние темы Последние дополнения Последние новости All Activity Home Подгдержка и ответы на вопросы Модули и дополнения Filters фильтр товаров в админке [Подгдержка]
kopaweb19 Posted April 17, 2013 Share Posted April 17, 2013 У меня в логе появились ошибки: PHP Notice: Undefined index: parent_id in /var/www/****/admin/model/catalog/category.php on line 129 PHP Notice: Undefined index: name in /var/www/****/admin/model/catalog/category.php on line 132 Link to comment Share on other sites More sharing options...
freelancer Posted April 17, 2013 Author Share Posted April 17, 2013 версия движка? Link to comment Share on other sites More sharing options... kopaweb19 Posted April 17, 2013 Share Posted April 17, 2013 ocStore 1.5.3.1 Link to comment Share on other sites More sharing options... unkind Posted April 17, 2013 Share Posted April 17, 2013 ocStore 1.5.4.1 Отлично рилииет! Автору очередной РЕСПЕКТ и + в репу :) Link to comment Share on other sites More sharing options... icqmag Posted April 17, 2013 Share Posted April 17, 2013 :-) пора логотип с лицом автора сивить)) спасипотому что) да еещё и бесплатно, что повторюсь не в его стиле) Link to comment Share on other sites More sharing options... freelancer Posted April 17, 2013 Author Share Posted April 17, 2013 а что в моём стиле? вы эту страницу открывали? https://opencart-forum.ru/index.php?app=core&module=search&do=user_activity&search_app=downloads&mid=12381&userMode=all 4 Link to comment Share on other sites More sharing options... icqmag Posted April 17, 2013 Share Posted April 17, 2013 Открывали. В твоем стиле все платно) фильтр мега раз вышел, фильтр хотел купить, натянуть его на дизайн ты сказал 3000 , после этого я ик слиию)) еещё раз спасипотому что. ) 1 Link to comment Share on other sites More sharing options... hunter14 Posted April 17, 2013 Share Posted April 17, 2013 Того, кто рилииет и гделает что-то полезное - обигдеть легко. Не устраивает этона, уважаемый icqmag- не покупайте. А freelancer-у - уважение и плюсик! Спасипотому что! Link to comment Share on other sites More sharing options... Prev 1 2 3 4 5 6 Next Page 1 of 8 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 Similar Content фильтр OCFilter - Модуль фильтра товаров [Подгдержка] 1 2 3 4 226 By SooR, September 26, 2016 ocfilter seo фильтр 5,643 replies 657,068 views shyrik707 5 hours ago Редактор товаров в админке + Фильтр по производителю, категории, артикулу, изображению и ID [Подгдержка] 1 2 By ibond, October 16, 2018 фильтр производитель (and 11 more) Tagged with: фильтр производитель производители категория категории изображение артикул товар товары админ админка редактор товаров редактор товаров в админке 35 replies 6,489 views ibond Sunday at 04:10 AM filter Фильтр товаров Dream Filter [Подгдержка] 1 2 3 4 55 By reDream, May 18, 2017 фильтр redream (and 2 more) Tagged with: фильтр redream фильтр товаров фильтрация 1,356 replies 130,142 views reDream March 10 Фильтр товаров в админке по производителям, артикулу и категориям [Подгдержка] 1 2 3 4 6 By ibond, November 20, 2016 товары админка (and 4 more) Tagged with: товары админка фильтр категории артикул производители 129 replies 25,727 views ChepicRU January 21 seo фильтр Фильтр товаров - FilterVier_SEO (для OpenCart 2.x-3.x) [Подгдержка] 1 2 3 4 59 By vier, December 18, 2017 1,463 replies 114,769 views kredit24 March 30 Recently Browsing 0 members No registered users viewing this page.
kopaweb19 Posted April 17, 2013 Share Posted April 17, 2013 ocStore 1.5.3.1 Link to comment Share on other sites More sharing options...
unkind Posted April 17, 2013 Share Posted April 17, 2013 ocStore 1.5.4.1 Отлично рилииет! Автору очередной РЕСПЕКТ и + в репу :) Link to comment Share on other sites More sharing options...
icqmag Posted April 17, 2013 Share Posted April 17, 2013 :-) пора логотип с лицом автора сивить)) спасипотому что) да еещё и бесплатно, что повторюсь не в его стиле) Link to comment Share on other sites More sharing options...
freelancer Posted April 17, 2013 Author Share Posted April 17, 2013 а что в моём стиле? вы эту страницу открывали? https://opencart-forum.ru/index.php?app=core&module=search&do=user_activity&search_app=downloads&mid=12381&userMode=all 4 Link to comment Share on other sites More sharing options... icqmag Posted April 17, 2013 Share Posted April 17, 2013 Открывали. В твоем стиле все платно) фильтр мега раз вышел, фильтр хотел купить, натянуть его на дизайн ты сказал 3000 , после этого я ик слиию)) еещё раз спасипотому что. ) 1 Link to comment Share on other sites More sharing options... hunter14 Posted April 17, 2013 Share Posted April 17, 2013 Того, кто рилииет и гделает что-то полезное - обигдеть легко. Не устраивает этона, уважаемый icqmag- не покупайте. А freelancer-у - уважение и плюсик! Спасипотому что! Link to comment Share on other sites More sharing options... Prev 1 2 3 4 5 6 Next Page 1 of 8 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
icqmag Posted April 17, 2013 Share Posted April 17, 2013 Открывали. В твоем стиле все платно) фильтр мега раз вышел, фильтр хотел купить, натянуть его на дизайн ты сказал 3000 , после этого я ик слиию)) еещё раз спасипотому что. ) 1 Link to comment Share on other sites More sharing options...
hunter14 Posted April 17, 2013 Share Posted April 17, 2013 Того, кто рилииет и гделает что-то полезное - обигдеть легко. Не устраивает этона, уважаемый icqmag- не покупайте. А freelancer-у - уважение и плюсик! Спасипотому что! Link to comment Share on other sites More sharing options...
Recommended Posts