support 446 Posted July 2, 2012 Author Report Share Posted July 2, 2012 karaush Либо пришлите в личку ещё раз описание проблемы, доступ в админку, доступ на ftp. Попробую глянуть. Quote Link to post Share on other sites
support 446 Posted July 2, 2012 Author Report Share Posted July 2, 2012 karaush В /templates/шаблон/source/boxes/products_filter.php попробуйте поменять: $specs_query_raw = "select s.specifications_id, s.products_column_name, s.filter_class, s.filter_show_all, s.filter_display, sd.specification_name, sd.specification_prefix, sd.specification_suffix from " . TABLE_SPECIFICATION . " s, " . TABLE_SPECIFICATION_DESCRIPTION . " sd, " . TABLE_SPECIFICATION_GROUPS . " sg, " . TABLE_SPECIFICATIONS_TO_CATEGORIES . " s2c where s.specification_group_id = sg.specification_group_id and sg.specification_group_id = s2c.specification_group_id and sd.specifications_id = s.specifications_id ".$get_category." and s.show_filter = 'True' and sg.show_filter = 'True' and sd.language_id = '" . $_SESSION['languages_id'] . "' order by s.specification_sort_order, sd.specification_name "; [/code] на: [code] $specs_query_raw = "select distinct s.specifications_id, s.products_column_name, s.filter_class, s.filter_show_all, s.filter_display, sd.specification_name, sd.specification_prefix, sd.specification_suffix from " . TABLE_SPECIFICATION . " s, " . TABLE_SPECIFICATION_DESCRIPTION . " sd, " . TABLE_SPECIFICATION_GROUPS . " sg, " . TABLE_SPECIFICATIONS_TO_CATEGORIES . " s2c where s.specification_group_id = sg.specification_group_id and sg.specification_group_id = s2c.specification_group_id and sd.specifications_id = s.specifications_id ".$get_category." and s.show_filter = 'True' and sg.show_filter = 'True' and sd.language_id = '" . $_SESSION['languages_id'] . "' order by s.specification_sort_order, sd.specification_name "; Quote Link to post Share on other sites
eugenem 11 Posted July 6, 2012 Report Share Posted July 6, 2012 Столкнулся с одной странной проблемой с аджаксатрибутами. Магазин обновлялся до 168, но при обновлении бралась только база и накатывалось до последней версии. Сами файлы - сборка 1.68. Так вот при заходе в карточку товара подгружается во вкладку "Атрибуты товара" главная страница магазина, вместо того, что там должно быть. Ни кто с проблемами похожими не столкнулся? Quote Link to post Share on other sites
support 446 Posted July 6, 2012 Author Report Share Posted July 6, 2012 admin_access таблицу обновляли?! Добавляли туда новую запись для модуля атрибутов? Quote Link to post Share on other sites
eugenem 11 Posted July 6, 2012 Report Share Posted July 6, 2012 Я все патчи накатил, в том числе последний Quote Link to post Share on other sites
support 446 Posted July 6, 2012 Author Report Share Posted July 6, 2012 А вот так что открывается?! http://vamshop.loc/admin/attributeManager/attributeManager.php Quote Link to post Share on other sites
eugenem 11 Posted July 6, 2012 Report Share Posted July 6, 2012 Перекидывает вот так - http://vamshop.loc/account.php Quote Link to post Share on other sites
eugenem 11 Posted July 6, 2012 Report Share Posted July 6, 2012 Глянул в пхпмайадмин таблицу admin_access - есть attributeManager, для пользователя id1 - 1, для остальных нет доступа. А я заходил не под первым админом. Руками прописал 1 для себя, вроде работает нормально. Суть в общем такая - если есть админы, кроме основного, нужно им потом руками добавить доступ на attributeManager, иначе товар редактировать не получится. Quote Link to post Share on other sites
support 446 Posted July 6, 2012 Author Report Share Posted July 6, 2012 Хорошо, что разобрались. Quote Link to post Share on other sites
eugenem 11 Posted July 20, 2012 Report Share Posted July 20, 2012 Не работает сравнение при выборе производителя. Например выбираем на демо Нокию. вот так http://demo.vamhost.ru/index.php?manufacturers_id=1 . Дальше выбираем товары и жмем сравнить - вылетает ошибка. Quote Link to post Share on other sites
support 446 Posted July 20, 2012 Author Report Share Posted July 20, 2012 Если не сложно, зарегистируйте на http://vamshop.ru/forum/tracker/ Quote Link to post Share on other sites
eugenem 11 Posted July 20, 2012 Report Share Posted July 20, 2012 Добавил ошибку, только провтыкал версию указать, получилось 1.66 Quote Link to post Share on other sites
support 446 Posted July 20, 2012 Author Report Share Posted July 20, 2012 Спасибо, будем разбираться. Проблема в-общем и так понятна, не подставляется id категории, т.к. он неизвестен при сортировке по производителю, но как лучше решить, посмотрим. Quote Link to post Share on other sites
eugenem 11 Posted August 1, 2012 Report Share Posted August 1, 2012 В модуле сравнения includes/modules/comparison.php на 62-63 строках вставка: <div class="contentContainer"> <div class="contentText"> [/CODE] в конце закрывающие теги отсутствуют... И вообще, большая просьба, перенести в следующей версии все элементы - название, цена, кнопки купить и т.п. в отдельные метки шаблона. Quote Link to post Share on other sites
eugenem 11 Posted August 1, 2012 Report Share Posted August 1, 2012 Еще момент по сравнению. У меня не виделись кнопки "купить", что заработало, заменил: if (AJAX_CART == 'true' && !vam_has_product_attributes($id)) { $buy_button = '<a class="button" href="'.vam_href_link(basename($PHP_SELF), 'action=buy_now&BUYproducts_id='.$products_id.'&'.vam_get_all_get_params(array ('action')), 'NONSSL').'" onclick="doBuyNow(\''.$id.'\',\'1\'); return false;">'.vam_image_button('buy.png', '').'</a>'; } else { $buy_button = '<a class="button" href="'.vam_href_link(basename($PHP_SELF), 'action=buy_now&BUYproducts_id='.$products_id.'&'.vam_get_all_get_params(array ('action')), 'NONSSL').'">'.vam_image_button('buy.png', '').'</a>'; } [/CODE] на [CODE] if (AJAX_CART == 'true' && !vam_has_product_attributes($id)) { $buy_button = '<a href="'.vam_href_link(basename($PHP_SELF), 'action=buy_now&BUYproducts_id='.$id.'&'.vam_get_all_get_params(array ('action')), 'NONSSL').'" onclick="doBuyNow(\''.$id.'\',\'1\'); return false;">'.vam_image('templates/'.CURRENT_TEMPLATE.'/buttons/' . $_SESSION['language'] . '/button_buy_now.png', TEXT_BUY.$name.TEXT_NOW).'</a>'; } else { $buy_button = '<a href="'.vam_href_link(basename($PHP_SELF), 'action=buy_now&BUYproducts_id='.$id.'&'.vam_get_all_get_params(array ('action')), 'NONSSL').'">'.vam_image('templates/'.CURRENT_TEMPLATE.'/buttons/' . $_SESSION['language'] . '/button_buy_now.png', TEXT_BUY.$name.TEXT_NOW).'</a>'; } Quote Link to post Share on other sites
support 446 Posted August 1, 2012 Author Report Share Posted August 1, 2012 Спасибо. Только все пожелания регистрируйте через vamshop.ru/forum/tracker , если не сложно. Quote Link to post Share on other sites
support 446 Posted September 20, 2012 Author Report Share Posted September 20, 2012 karaush В текущий код, в Админке - Каталог - Спецификации, в настройках фильтров была новая опция добавлена - Показывать на главной. Что б контролировать, что выводить на главной странице в фильтрах. Если есть желание проверить, как работает, напишите, выложу код. Quote Link to post Share on other sites
-Inna- 0 Posted September 20, 2012 Report Share Posted September 20, 2012 Меня часто спрашивают можно ли получать только поддержку на форуме без покупки дистрибутива - если да то сколько это стоит и как это делаеться Quote Link to post Share on other sites
support 446 Posted September 20, 2012 Author Report Share Posted September 20, 2012 Можно. Оформляется заказ на http://vamshop.ru/uslugi.html Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.