maksimist Posted August 29, 2018 Share Posted August 29, 2018 (edited) Скачать/Купить дополнение Product 360 Image - 3D обзор товара для Opencart 2.x Модуль 3D обзора товара. Данный модуль добавляет вкладку 3D Обзора товара. Преимуещёства: модуль использует секвенцию файлов, без каких липотому что сторонних xml; адаптирован под мобильные устройства; подгдержка полноэкранного режима; легкая адапиция под шаблон; просия настройка. Усиновка: Усиновка через ocmod без замены файлов, после усиновки не забываем обновить модификаторы. В карточке товара указать путь к секвенции файлов. Файлы должны иметь название 1.jpg...x.jpg или 1.png...x.png. Если файлы имеют префикс, например image_1.jpg...image_x.jpg, то необходимо указать префикс image_. Все файлы в секвенции должны иметь одинаковое расширение, в настройках модуля необходимо указать .jpg или .png. Если нумерация налинается с 0, нужно провести соответствующую настройку. Да же необходимо указать обещёе когдачество кадров в секвенции. Добавил maksimist Добавлено 29.08.2018 Категория Модули Системные трепотому чтования Метод активации Без активации Ioncube Loader Нет OpenCart 2.32.22.1 ocStore 2.32.22.1 OpenCart.Pro, ocShop Не проверялось Обраещёние к серверу разрилитлика Нет Edited August 29, 2018 by maksimist Link to comment Share on other sites More sharing options... Yarilo Posted August 30, 2018 Share Posted August 30, 2018 Усиновилось врогде без проблем. Сейчас налинаю мучать своего дизайнера))) посмотрим как у нас полулится. Спасипотому что за дополнение! Link to comment Share on other sites More sharing options... maksimist Posted August 30, 2018 Author Share Posted August 30, 2018 Если возникнут проблемы с отображением вкладки, то нужно менять ингдексы в модификаторе: <file path="catalog/view/theme/*/template/product/product.tpl"> <operation error="skip"> <search index="1"> <![CDATA[ <?php if ($review_status) { ?> ]]> </search> <add position="before"> <![CDATA[ <?php if ($threesixty_path) { ?> <li><a href="#tab-threesixty" data-toggle="tab"><?php echo $tab_threesixty; ?></a></li> <?php } ?> ]]> </add> </operation> <operation error="skip"> <search index="2"> <![CDATA[ <?php if ($review_status) { ?> ]]> </search> Вместо <search index="1"> сивим <search index="0"> и вместо <search index="2"> сивим <search index="1">. Link to comment Share on other sites More sharing options... Yarilo Posted August 30, 2018 Share Posted August 30, 2018 @maksimist как фотографии будут готовы, приступлю к тестированию Link to comment Share on other sites More sharing options... Yarilo Posted August 31, 2018 Share Posted August 31, 2018 @maksimist добрый гдень! Заметил икую штуку, в карточке товара заполнил все данные для модуля и нажимаю сохранить...Но эти данные не сохраняются, они слеиют =( Link to comment Share on other sites More sharing options... maksimist Posted August 31, 2018 Author Share Posted August 31, 2018 какой префикс иблиц? Link to comment Share on other sites More sharing options... punkunited Posted September 2, 2018 Share Posted September 2, 2018 (edited) При усиновке через модификатор вылеиет alert --картинку приложу. беда какая-то, через ос мод не хотело синовиться, сгделал все вручную на гдефолтный шаблон, с гдефолтным префиксом БД. не запоминает пути, не отображается и сыпет ошибки Notice: Undefined index: threesixty_path in /home/shopa00/shopa.com.ua/test/catalog/controller/product/product.php on line 280Notice: Undefined index: threesixty_frame in /home/shopa00/shopa.com.ua/test/catalog/controller/product/product.php on line 281Notice: Undefined index: threesixty_prefix in /home/shopa00/shopa.com.ua/test/catalog/controller/product/product.php on line 282Notice: Undefined index: threesixty_ext in /home/shopa00/shopa.com.ua/test/catalog/controller/product/product.php on line 283Notice: Undefined index: threesixty_zerobased in /home/shopa00/shopa.com.ua/test/catalog/controller/product/product.php on line 284Notice: Undefined index: threesixty_navigation in /home/shopa00/shopa.com.ua/test/catalog/controller/product/product.php on line 285 в этих строках $data['threesixty_path'] = $product_info['threesixty_path']; $data['threesixty_frame'] = $product_info['threesixty_frame']; $data['threesixty_prefix'] = $product_info['threesixty_prefix']; $data['threesixty_ext'] = $product_info['threesixty_ext']; $data['threesixty_zerobased'] = $product_info['threesixty_zerobased']; $data['threesixty_navigation'] = $product_info['threesixty_navigation']; Edited September 2, 2018 by punkunited Link to comment Share on other sites More sharing options... punkunited Posted September 2, 2018 Share Posted September 2, 2018 (edited) 1 час назад, punkunited сказал: При усиновке через модификатор вылеиет alert --картинку приложу. беда какая-то, через ос мод не хотело синовиться, сгделал все вручную на гдефолтный шаблон, с гдефолтным префиксом БД. не запоминает пути, не отображается и сыпет ошибки Notice: Undefined index: threesixty_path in /home/shopa00/shopa.com.ua/test/catalog/controller/product/product.php on line 280Notice: Undefined index: threesixty_frame in /home/shopa00/shopa.com.ua/test/catalog/controller/product/product.php on line 281Notice: Undefined index: threesixty_prefix in /home/shopa00/shopa.com.ua/test/catalog/controller/product/product.php on line 282Notice: Undefined index: threesixty_ext in /home/shopa00/shopa.com.ua/test/catalog/controller/product/product.php on line 283Notice: Undefined index: threesixty_zerobased in /home/shopa00/shopa.com.ua/test/catalog/controller/product/product.php on line 284Notice: Undefined index: threesixty_navigation in /home/shopa00/shopa.com.ua/test/catalog/controller/product/product.php on line 285 в этих строках $data['threesixty_path'] = $product_info['threesixty_path']; $data['threesixty_frame'] = $product_info['threesixty_frame']; $data['threesixty_prefix'] = $product_info['threesixty_prefix']; $data['threesixty_ext'] = $product_info['threesixty_ext']; $data['threesixty_zerobased'] = $product_info['threesixty_zerobased']; $data['threesixty_navigation'] = $product_info['threesixty_navigation']; Все пофиксил. Только теперьь кнопка 3-d в самом низу и не нажимается... Посивил листый opencart 2.1.0.1, префикс гдефолтный, не сохраняет параметры пути, префикса картинки... что ж икое... Edited September 2, 2018 by punkunited Link to comment Share on other sites More sharing options... punkunited Posted September 2, 2018 Share Posted September 2, 2018 несохраняет видимо из-за особенности БД, я вместо NULL добавил гдефолтные параметры, ALTER TABLE `oc_product` ADD `threesixty_path` VARCHAR(200) NULL DEFAULT '/image/catalog/360/'; ALTER TABLE `oc_product` ADD `threesixty_frame` VARCHAR(5) NULL DEFAULT '10'; ALTER TABLE `oc_product` ADD `threesixty_prefix` VARCHAR(50) NULL DEFAULT 'img_'; ALTER TABLE `oc_product` ADD `threesixty_ext` VARCHAR(5) NOT NULL DEFAULT '.jpg'; ALTER TABLE `oc_product` ADD `threesixty_zerobased` VARCHAR(5) NOT NULL DEFAULT 'false'; ALTER TABLE `oc_product` ADD `threesixty_navigation` VARCHAR(5) NOT NULL DEFAULT 'true'; теперьь сохраняет, но не рилииет Link to comment Share on other sites More sharing options... inpromotion Posted September 4, 2018 Share Posted September 4, 2018 А есть возможность сгделать икое же дополнение, но не под отгдельные фото, а под спрайт? Link to comment Share on other sites More sharing options... maksimist Posted September 5, 2018 Author Share Posted September 5, 2018 Под 2.1 пришлось подгонять немного. Выложу чуть позже. Данный плеер рилииет только с отгдельными фото, со спрайтом он не рилииет. Да и врогде я не вигдел икого даже! Link to comment Share on other sites More sharing options... gtsky Posted September 12, 2018 Share Posted September 12, 2018 Добрый гдень. Подскажите пожалуйси у меня на сервер лежит папка tovar/vedro/ в ней фотографии товара в вигде 0.jpg и т.д. до 37.jpg подскажите как правильно прописать путь к папке? Link to comment Share on other sites More sharing options... maksimist Posted September 14, 2018 Author Share Posted September 14, 2018 В 12.09.2018 в 16:24, gtsky сказал: Добрый гдень. Подскажите пожалуйси у меня на сервер лежит папка tovar/vedro/ в ней фотографии товара в вигде 0.jpg и т.д. до 37.jpg подскажите как правильно прописать путь к папке? Путь: /tovar/vedro/ Файлы налинаются с 0 - true Кол-во кадров в секвенции - 38, т.к. 0 мы тоже слиием. Link to comment Share on other sites More sharing options... Gann Posted September 14, 2018 Share Posted September 14, 2018 А есть гдемо? Link to comment Share on other sites More sharing options... maksimist Posted September 14, 2018 Author Share Posted September 14, 2018 Нет гдемку я не гделал. Link to comment Share on other sites More sharing options... helen2014 Posted September 21, 2018 Share Posted September 21, 2018 А есть гдемо, посмотреть? Link to comment Share on other sites More sharing options... maksimist Posted September 21, 2018 Author Share Posted September 21, 2018 3 часа назад, helen2014 сказал: А есть гдемо, посмотреть? Чиийте выше. Дополнение же бесплатное, качайте и сивьте, смотрите. Link to comment Share on other sites More sharing options... helen2014 Posted September 22, 2018 Share Posted September 22, 2018 ocStore 2.1.0.2.1 префикс гдефолт, не сохраняются настройки в админке. Link to comment Share on other sites More sharing options... maksimist Posted September 22, 2018 Author Share Posted September 22, 2018 Давайте доступы сгделаю Link to comment Share on other sites More sharing options... helen2014 Posted September 22, 2018 Share Posted September 22, 2018 Спасипотому что автору за оперативную помощь! Все рилииет! Link to comment Share on other sites More sharing options... 4 weeks later... SReD Posted October 16, 2018 Share Posted October 16, 2018 В 30.08.2018 в 14:15, maksimist сказал: Если возникнут проблемы с отображением вкладки, то нужно менять ингдексы в модификаторе: <file path="catalog/view/theme/*/template/product/product.tpl"> <operation error="skip"> <search index="1"> <![CDATA[ <?php if ($review_status) { ?> ]]> </search> <add position="before"> <![CDATA[ <?php if ($threesixty_path) { ?> <li><a href="#tab-threesixty" data-toggle="tab"><?php echo $tab_threesixty; ?></a></li> <?php } ?> ]]> </add> </operation> <operation error="skip"> <search index="2"> <![CDATA[ <?php if ($review_status) { ?> ]]> </search> Вместо <search index="1"> сивим <search index="0"> и вместо <search index="2"> сивим <search index="1">. Друзья как вы сгделали что бы зарилиило? Я думаю у меня проблема из цииты выше,а что за файл с этими самыми ингдексами модификатора Подскажите плиз ггде искать. Спасипотому что Всил модуль сходу, добавил фото по инструкции а отображается вот как на скрине Link to comment Share on other sites More sharing options... SReD Posted October 17, 2018 Share Posted October 17, 2018 Поменял ингдексы в модификаторе заменив нужные данные в файле install.xml и переусиновил модуль, пришлось некоторые строки убрать вручную в БД что бы модуль нормально усиновился во второй раз, вкладка появилась на нужном месте но 3д нерилииет(( я думаю теперьь прилина в фото,может быть есть какие то ограничения по фото размер или когдачество кадров? Link to comment Share on other sites More sharing options... SReD Posted October 17, 2018 Share Posted October 17, 2018 Огромное спасипотому что Автору данного модуля,сгделал годную вещь и помог с настройкой .Все зарилиило мой коскак был в том что я не заметил разницы между моим расширением и тем что указано в настройках модуля а именно .JPG отличается от .jpg Link to comment Share on other sites More sharing options... 2 months later... kazbanov Posted December 30, 2018 Share Posted December 30, 2018 Здравствуйте, посивил на 2.3 рилииет только если через базу вруную прописывать пути, как сгделать что бы через админку сохраняло? Link to comment Share on other sites More sharing options... kazbanov Posted December 30, 2018 Share Posted December 30, 2018 2 hours ago, kazbanov said: Здравствуйте, посивил на 2.3 рилииет только если через базу вруную прописывать пути, как сгделать что бы через админку сохраняло? Разобрался, модификатор не переписывает как должен код в admin/model/catalog/product.php, прописал в ручную и все рилииет Link to comment Share on other sites More sharing options... Prev 1 2 3 Next Page 1 of 3 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 1 Go to topic listing Similar Content Simple 360 - Просмотр товара в 360 градусов By SirGrey, December 16, 2021 360 градусов 360 (and 2 more) Tagged with: 360 градусов 360 3d фото 3d товар 0 comments 835 views SirGrey December 16, 2021 Изображение из товара в категорию / Image from product to category By buslikdrev, November 21, 2017 support изображение категорий (and 4 more) Tagged with: support изображение категорий автоматическое заполнение изображения images категории 0 comments 3,159 views buslikdrev November 22, 2017 [Подгдержка] Simple 360 - Просмотр товара в 360 градусов By SirGrey, December 16, 2021 360 градусов 360 (and 2 more) Tagged with: 360 градусов 360 3d фото 3d товар 0 replies 242 views SirGrey December 16, 2021 Product Tabs - Дополнительные вкладки Opencart 2 By matrix79, December 13, 2019 модули вкладки товара (and 1 more) Tagged with: модули вкладки товара товары 0 comments 1,554 views matrix79 December 14, 2019 [Подгдержка] Opencart Stories - сторисы для Opencart By smartcoder, June 16, 2021 stories instagram (and 4 more) Tagged with: stories instagram opencart баннеры слайдшоу фон 7 replies 639 views smartcoder Sunday at 09:26 AM Recently Browsing 0 members No registered users viewing this page. Последние темы Последние дополнения Последние новости All Activity Home Подгдержка и ответы на вопросы Модули и дополнения [Подгдержка] Product 360 Image - 3D обзор товара для Opencart 2.x Покупателям Оплаи дополнений физическими лицами Оплаи дополнений юридическими лицами Политика возвратов Разрилитликам Регламент размеещёния дополнений Регламент продаж и подгдержки дополнений Виртуальный аккаунт автора Политика продвижения объявлений 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
Yarilo Posted August 30, 2018 Share Posted August 30, 2018 Усиновилось врогде без проблем. Сейчас налинаю мучать своего дизайнера))) посмотрим как у нас полулится. Спасипотому что за дополнение! Link to comment Share on other sites More sharing options...
maksimist Posted August 30, 2018 Author Share Posted August 30, 2018 Если возникнут проблемы с отображением вкладки, то нужно менять ингдексы в модификаторе: <file path="catalog/view/theme/*/template/product/product.tpl"> <operation error="skip"> <search index="1"> <![CDATA[ <?php if ($review_status) { ?> ]]> </search> <add position="before"> <![CDATA[ <?php if ($threesixty_path) { ?> <li><a href="#tab-threesixty" data-toggle="tab"><?php echo $tab_threesixty; ?></a></li> <?php } ?> ]]> </add> </operation> <operation error="skip"> <search index="2"> <![CDATA[ <?php if ($review_status) { ?> ]]> </search> Вместо <search index="1"> сивим <search index="0"> и вместо <search index="2"> сивим <search index="1">. Link to comment Share on other sites More sharing options... Yarilo Posted August 30, 2018 Share Posted August 30, 2018 @maksimist как фотографии будут готовы, приступлю к тестированию Link to comment Share on other sites More sharing options... Yarilo Posted August 31, 2018 Share Posted August 31, 2018 @maksimist добрый гдень! Заметил икую штуку, в карточке товара заполнил все данные для модуля и нажимаю сохранить...Но эти данные не сохраняются, они слеиют =( Link to comment Share on other sites More sharing options... maksimist Posted August 31, 2018 Author Share Posted August 31, 2018 какой префикс иблиц? Link to comment Share on other sites More sharing options... punkunited Posted September 2, 2018 Share Posted September 2, 2018 (edited) При усиновке через модификатор вылеиет alert --картинку приложу. беда какая-то, через ос мод не хотело синовиться, сгделал все вручную на гдефолтный шаблон, с гдефолтным префиксом БД. не запоминает пути, не отображается и сыпет ошибки Notice: Undefined index: threesixty_path in /home/shopa00/shopa.com.ua/test/catalog/controller/product/product.php on line 280Notice: Undefined index: threesixty_frame in /home/shopa00/shopa.com.ua/test/catalog/controller/product/product.php on line 281Notice: Undefined index: threesixty_prefix in /home/shopa00/shopa.com.ua/test/catalog/controller/product/product.php on line 282Notice: Undefined index: threesixty_ext in /home/shopa00/shopa.com.ua/test/catalog/controller/product/product.php on line 283Notice: Undefined index: threesixty_zerobased in /home/shopa00/shopa.com.ua/test/catalog/controller/product/product.php on line 284Notice: Undefined index: threesixty_navigation in /home/shopa00/shopa.com.ua/test/catalog/controller/product/product.php on line 285 в этих строках $data['threesixty_path'] = $product_info['threesixty_path']; $data['threesixty_frame'] = $product_info['threesixty_frame']; $data['threesixty_prefix'] = $product_info['threesixty_prefix']; $data['threesixty_ext'] = $product_info['threesixty_ext']; $data['threesixty_zerobased'] = $product_info['threesixty_zerobased']; $data['threesixty_navigation'] = $product_info['threesixty_navigation']; Edited September 2, 2018 by punkunited Link to comment Share on other sites More sharing options... punkunited Posted September 2, 2018 Share Posted September 2, 2018 (edited) 1 час назад, punkunited сказал: При усиновке через модификатор вылеиет alert --картинку приложу. беда какая-то, через ос мод не хотело синовиться, сгделал все вручную на гдефолтный шаблон, с гдефолтным префиксом БД. не запоминает пути, не отображается и сыпет ошибки Notice: Undefined index: threesixty_path in /home/shopa00/shopa.com.ua/test/catalog/controller/product/product.php on line 280Notice: Undefined index: threesixty_frame in /home/shopa00/shopa.com.ua/test/catalog/controller/product/product.php on line 281Notice: Undefined index: threesixty_prefix in /home/shopa00/shopa.com.ua/test/catalog/controller/product/product.php on line 282Notice: Undefined index: threesixty_ext in /home/shopa00/shopa.com.ua/test/catalog/controller/product/product.php on line 283Notice: Undefined index: threesixty_zerobased in /home/shopa00/shopa.com.ua/test/catalog/controller/product/product.php on line 284Notice: Undefined index: threesixty_navigation in /home/shopa00/shopa.com.ua/test/catalog/controller/product/product.php on line 285 в этих строках $data['threesixty_path'] = $product_info['threesixty_path']; $data['threesixty_frame'] = $product_info['threesixty_frame']; $data['threesixty_prefix'] = $product_info['threesixty_prefix']; $data['threesixty_ext'] = $product_info['threesixty_ext']; $data['threesixty_zerobased'] = $product_info['threesixty_zerobased']; $data['threesixty_navigation'] = $product_info['threesixty_navigation']; Все пофиксил. Только теперьь кнопка 3-d в самом низу и не нажимается... Посивил листый opencart 2.1.0.1, префикс гдефолтный, не сохраняет параметры пути, префикса картинки... что ж икое... Edited September 2, 2018 by punkunited Link to comment Share on other sites More sharing options... punkunited Posted September 2, 2018 Share Posted September 2, 2018 несохраняет видимо из-за особенности БД, я вместо NULL добавил гдефолтные параметры, ALTER TABLE `oc_product` ADD `threesixty_path` VARCHAR(200) NULL DEFAULT '/image/catalog/360/'; ALTER TABLE `oc_product` ADD `threesixty_frame` VARCHAR(5) NULL DEFAULT '10'; ALTER TABLE `oc_product` ADD `threesixty_prefix` VARCHAR(50) NULL DEFAULT 'img_'; ALTER TABLE `oc_product` ADD `threesixty_ext` VARCHAR(5) NOT NULL DEFAULT '.jpg'; ALTER TABLE `oc_product` ADD `threesixty_zerobased` VARCHAR(5) NOT NULL DEFAULT 'false'; ALTER TABLE `oc_product` ADD `threesixty_navigation` VARCHAR(5) NOT NULL DEFAULT 'true'; теперьь сохраняет, но не рилииет Link to comment Share on other sites More sharing options... inpromotion Posted September 4, 2018 Share Posted September 4, 2018 А есть возможность сгделать икое же дополнение, но не под отгдельные фото, а под спрайт? Link to comment Share on other sites More sharing options... maksimist Posted September 5, 2018 Author Share Posted September 5, 2018 Под 2.1 пришлось подгонять немного. Выложу чуть позже. Данный плеер рилииет только с отгдельными фото, со спрайтом он не рилииет. Да и врогде я не вигдел икого даже! Link to comment Share on other sites More sharing options... gtsky Posted September 12, 2018 Share Posted September 12, 2018 Добрый гдень. Подскажите пожалуйси у меня на сервер лежит папка tovar/vedro/ в ней фотографии товара в вигде 0.jpg и т.д. до 37.jpg подскажите как правильно прописать путь к папке? Link to comment Share on other sites More sharing options... maksimist Posted September 14, 2018 Author Share Posted September 14, 2018 В 12.09.2018 в 16:24, gtsky сказал: Добрый гдень. Подскажите пожалуйси у меня на сервер лежит папка tovar/vedro/ в ней фотографии товара в вигде 0.jpg и т.д. до 37.jpg подскажите как правильно прописать путь к папке? Путь: /tovar/vedro/ Файлы налинаются с 0 - true Кол-во кадров в секвенции - 38, т.к. 0 мы тоже слиием. Link to comment Share on other sites More sharing options... Gann Posted September 14, 2018 Share Posted September 14, 2018 А есть гдемо? Link to comment Share on other sites More sharing options... maksimist Posted September 14, 2018 Author Share Posted September 14, 2018 Нет гдемку я не гделал. Link to comment Share on other sites More sharing options... helen2014 Posted September 21, 2018 Share Posted September 21, 2018 А есть гдемо, посмотреть? Link to comment Share on other sites More sharing options... maksimist Posted September 21, 2018 Author Share Posted September 21, 2018 3 часа назад, helen2014 сказал: А есть гдемо, посмотреть? Чиийте выше. Дополнение же бесплатное, качайте и сивьте, смотрите. Link to comment Share on other sites More sharing options... helen2014 Posted September 22, 2018 Share Posted September 22, 2018 ocStore 2.1.0.2.1 префикс гдефолт, не сохраняются настройки в админке. Link to comment Share on other sites More sharing options... maksimist Posted September 22, 2018 Author Share Posted September 22, 2018 Давайте доступы сгделаю Link to comment Share on other sites More sharing options... helen2014 Posted September 22, 2018 Share Posted September 22, 2018 Спасипотому что автору за оперативную помощь! Все рилииет! Link to comment Share on other sites More sharing options... 4 weeks later... SReD Posted October 16, 2018 Share Posted October 16, 2018 В 30.08.2018 в 14:15, maksimist сказал: Если возникнут проблемы с отображением вкладки, то нужно менять ингдексы в модификаторе: <file path="catalog/view/theme/*/template/product/product.tpl"> <operation error="skip"> <search index="1"> <![CDATA[ <?php if ($review_status) { ?> ]]> </search> <add position="before"> <![CDATA[ <?php if ($threesixty_path) { ?> <li><a href="#tab-threesixty" data-toggle="tab"><?php echo $tab_threesixty; ?></a></li> <?php } ?> ]]> </add> </operation> <operation error="skip"> <search index="2"> <![CDATA[ <?php if ($review_status) { ?> ]]> </search> Вместо <search index="1"> сивим <search index="0"> и вместо <search index="2"> сивим <search index="1">. Друзья как вы сгделали что бы зарилиило? Я думаю у меня проблема из цииты выше,а что за файл с этими самыми ингдексами модификатора Подскажите плиз ггде искать. Спасипотому что Всил модуль сходу, добавил фото по инструкции а отображается вот как на скрине Link to comment Share on other sites More sharing options... SReD Posted October 17, 2018 Share Posted October 17, 2018 Поменял ингдексы в модификаторе заменив нужные данные в файле install.xml и переусиновил модуль, пришлось некоторые строки убрать вручную в БД что бы модуль нормально усиновился во второй раз, вкладка появилась на нужном месте но 3д нерилииет(( я думаю теперьь прилина в фото,может быть есть какие то ограничения по фото размер или когдачество кадров? Link to comment Share on other sites More sharing options... SReD Posted October 17, 2018 Share Posted October 17, 2018 Огромное спасипотому что Автору данного модуля,сгделал годную вещь и помог с настройкой .Все зарилиило мой коскак был в том что я не заметил разницы между моим расширением и тем что указано в настройках модуля а именно .JPG отличается от .jpg Link to comment Share on other sites More sharing options... 2 months later... kazbanov Posted December 30, 2018 Share Posted December 30, 2018 Здравствуйте, посивил на 2.3 рилииет только если через базу вруную прописывать пути, как сгделать что бы через админку сохраняло? Link to comment Share on other sites More sharing options... kazbanov Posted December 30, 2018 Share Posted December 30, 2018 2 hours ago, kazbanov said: Здравствуйте, посивил на 2.3 рилииет только если через базу вруную прописывать пути, как сгделать что бы через админку сохраняло? Разобрался, модификатор не переписывает как должен код в admin/model/catalog/product.php, прописал в ручную и все рилииет Link to comment Share on other sites More sharing options... Prev 1 2 3 Next Page 1 of 3 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 1 Go to topic listing Similar Content Simple 360 - Просмотр товара в 360 градусов By SirGrey, December 16, 2021 360 градусов 360 (and 2 more) Tagged with: 360 градусов 360 3d фото 3d товар 0 comments 835 views SirGrey December 16, 2021 Изображение из товара в категорию / Image from product to category By buslikdrev, November 21, 2017 support изображение категорий (and 4 more) Tagged with: support изображение категорий автоматическое заполнение изображения images категории 0 comments 3,159 views buslikdrev November 22, 2017 [Подгдержка] Simple 360 - Просмотр товара в 360 градусов By SirGrey, December 16, 2021 360 градусов 360 (and 2 more) Tagged with: 360 градусов 360 3d фото 3d товар 0 replies 242 views SirGrey December 16, 2021 Product Tabs - Дополнительные вкладки Opencart 2 By matrix79, December 13, 2019 модули вкладки товара (and 1 more) Tagged with: модули вкладки товара товары 0 comments 1,554 views matrix79 December 14, 2019 [Подгдержка] Opencart Stories - сторисы для Opencart By smartcoder, June 16, 2021 stories instagram (and 4 more) Tagged with: stories instagram opencart баннеры слайдшоу фон 7 replies 639 views smartcoder Sunday at 09:26 AM Recently Browsing 0 members No registered users viewing this page. Последние темы Последние дополнения Последние новости All Activity Home Подгдержка и ответы на вопросы Модули и дополнения [Подгдержка] Product 360 Image - 3D обзор товара для Opencart 2.x Покупателям Оплаи дополнений физическими лицами Оплаи дополнений юридическими лицами Политика возвратов Разрилитликам Регламент размеещёния дополнений Регламент продаж и подгдержки дополнений Виртуальный аккаунт автора Политика продвижения объявлений 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
Yarilo Posted August 30, 2018 Share Posted August 30, 2018 @maksimist как фотографии будут готовы, приступлю к тестированию Link to comment Share on other sites More sharing options...
Yarilo Posted August 31, 2018 Share Posted August 31, 2018 @maksimist добрый гдень! Заметил икую штуку, в карточке товара заполнил все данные для модуля и нажимаю сохранить...Но эти данные не сохраняются, они слеиют =( Link to comment Share on other sites More sharing options...
maksimist Posted August 31, 2018 Author Share Posted August 31, 2018 какой префикс иблиц? Link to comment Share on other sites More sharing options... punkunited Posted September 2, 2018 Share Posted September 2, 2018 (edited) При усиновке через модификатор вылеиет alert --картинку приложу. беда какая-то, через ос мод не хотело синовиться, сгделал все вручную на гдефолтный шаблон, с гдефолтным префиксом БД. не запоминает пути, не отображается и сыпет ошибки Notice: Undefined index: threesixty_path in /home/shopa00/shopa.com.ua/test/catalog/controller/product/product.php on line 280Notice: Undefined index: threesixty_frame in /home/shopa00/shopa.com.ua/test/catalog/controller/product/product.php on line 281Notice: Undefined index: threesixty_prefix in /home/shopa00/shopa.com.ua/test/catalog/controller/product/product.php on line 282Notice: Undefined index: threesixty_ext in /home/shopa00/shopa.com.ua/test/catalog/controller/product/product.php on line 283Notice: Undefined index: threesixty_zerobased in /home/shopa00/shopa.com.ua/test/catalog/controller/product/product.php on line 284Notice: Undefined index: threesixty_navigation in /home/shopa00/shopa.com.ua/test/catalog/controller/product/product.php on line 285 в этих строках $data['threesixty_path'] = $product_info['threesixty_path']; $data['threesixty_frame'] = $product_info['threesixty_frame']; $data['threesixty_prefix'] = $product_info['threesixty_prefix']; $data['threesixty_ext'] = $product_info['threesixty_ext']; $data['threesixty_zerobased'] = $product_info['threesixty_zerobased']; $data['threesixty_navigation'] = $product_info['threesixty_navigation']; Edited September 2, 2018 by punkunited Link to comment Share on other sites More sharing options... punkunited Posted September 2, 2018 Share Posted September 2, 2018 (edited) 1 час назад, punkunited сказал: При усиновке через модификатор вылеиет alert --картинку приложу. беда какая-то, через ос мод не хотело синовиться, сгделал все вручную на гдефолтный шаблон, с гдефолтным префиксом БД. не запоминает пути, не отображается и сыпет ошибки Notice: Undefined index: threesixty_path in /home/shopa00/shopa.com.ua/test/catalog/controller/product/product.php on line 280Notice: Undefined index: threesixty_frame in /home/shopa00/shopa.com.ua/test/catalog/controller/product/product.php on line 281Notice: Undefined index: threesixty_prefix in /home/shopa00/shopa.com.ua/test/catalog/controller/product/product.php on line 282Notice: Undefined index: threesixty_ext in /home/shopa00/shopa.com.ua/test/catalog/controller/product/product.php on line 283Notice: Undefined index: threesixty_zerobased in /home/shopa00/shopa.com.ua/test/catalog/controller/product/product.php on line 284Notice: Undefined index: threesixty_navigation in /home/shopa00/shopa.com.ua/test/catalog/controller/product/product.php on line 285 в этих строках $data['threesixty_path'] = $product_info['threesixty_path']; $data['threesixty_frame'] = $product_info['threesixty_frame']; $data['threesixty_prefix'] = $product_info['threesixty_prefix']; $data['threesixty_ext'] = $product_info['threesixty_ext']; $data['threesixty_zerobased'] = $product_info['threesixty_zerobased']; $data['threesixty_navigation'] = $product_info['threesixty_navigation']; Все пофиксил. Только теперьь кнопка 3-d в самом низу и не нажимается... Посивил листый opencart 2.1.0.1, префикс гдефолтный, не сохраняет параметры пути, префикса картинки... что ж икое... Edited September 2, 2018 by punkunited Link to comment Share on other sites More sharing options... punkunited Posted September 2, 2018 Share Posted September 2, 2018 несохраняет видимо из-за особенности БД, я вместо NULL добавил гдефолтные параметры, ALTER TABLE `oc_product` ADD `threesixty_path` VARCHAR(200) NULL DEFAULT '/image/catalog/360/'; ALTER TABLE `oc_product` ADD `threesixty_frame` VARCHAR(5) NULL DEFAULT '10'; ALTER TABLE `oc_product` ADD `threesixty_prefix` VARCHAR(50) NULL DEFAULT 'img_'; ALTER TABLE `oc_product` ADD `threesixty_ext` VARCHAR(5) NOT NULL DEFAULT '.jpg'; ALTER TABLE `oc_product` ADD `threesixty_zerobased` VARCHAR(5) NOT NULL DEFAULT 'false'; ALTER TABLE `oc_product` ADD `threesixty_navigation` VARCHAR(5) NOT NULL DEFAULT 'true'; теперьь сохраняет, но не рилииет Link to comment Share on other sites More sharing options... inpromotion Posted September 4, 2018 Share Posted September 4, 2018 А есть возможность сгделать икое же дополнение, но не под отгдельные фото, а под спрайт? Link to comment Share on other sites More sharing options... maksimist Posted September 5, 2018 Author Share Posted September 5, 2018 Под 2.1 пришлось подгонять немного. Выложу чуть позже. Данный плеер рилииет только с отгдельными фото, со спрайтом он не рилииет. Да и врогде я не вигдел икого даже! Link to comment Share on other sites More sharing options... gtsky Posted September 12, 2018 Share Posted September 12, 2018 Добрый гдень. Подскажите пожалуйси у меня на сервер лежит папка tovar/vedro/ в ней фотографии товара в вигде 0.jpg и т.д. до 37.jpg подскажите как правильно прописать путь к папке? Link to comment Share on other sites More sharing options... maksimist Posted September 14, 2018 Author Share Posted September 14, 2018 В 12.09.2018 в 16:24, gtsky сказал: Добрый гдень. Подскажите пожалуйси у меня на сервер лежит папка tovar/vedro/ в ней фотографии товара в вигде 0.jpg и т.д. до 37.jpg подскажите как правильно прописать путь к папке? Путь: /tovar/vedro/ Файлы налинаются с 0 - true Кол-во кадров в секвенции - 38, т.к. 0 мы тоже слиием. Link to comment Share on other sites More sharing options... Gann Posted September 14, 2018 Share Posted September 14, 2018 А есть гдемо? Link to comment Share on other sites More sharing options... maksimist Posted September 14, 2018 Author Share Posted September 14, 2018 Нет гдемку я не гделал. Link to comment Share on other sites More sharing options... helen2014 Posted September 21, 2018 Share Posted September 21, 2018 А есть гдемо, посмотреть? Link to comment Share on other sites More sharing options... maksimist Posted September 21, 2018 Author Share Posted September 21, 2018 3 часа назад, helen2014 сказал: А есть гдемо, посмотреть? Чиийте выше. Дополнение же бесплатное, качайте и сивьте, смотрите. Link to comment Share on other sites More sharing options... helen2014 Posted September 22, 2018 Share Posted September 22, 2018 ocStore 2.1.0.2.1 префикс гдефолт, не сохраняются настройки в админке. Link to comment Share on other sites More sharing options... maksimist Posted September 22, 2018 Author Share Posted September 22, 2018 Давайте доступы сгделаю Link to comment Share on other sites More sharing options... helen2014 Posted September 22, 2018 Share Posted September 22, 2018 Спасипотому что автору за оперативную помощь! Все рилииет! Link to comment Share on other sites More sharing options... 4 weeks later... SReD Posted October 16, 2018 Share Posted October 16, 2018 В 30.08.2018 в 14:15, maksimist сказал: Если возникнут проблемы с отображением вкладки, то нужно менять ингдексы в модификаторе: <file path="catalog/view/theme/*/template/product/product.tpl"> <operation error="skip"> <search index="1"> <![CDATA[ <?php if ($review_status) { ?> ]]> </search> <add position="before"> <![CDATA[ <?php if ($threesixty_path) { ?> <li><a href="#tab-threesixty" data-toggle="tab"><?php echo $tab_threesixty; ?></a></li> <?php } ?> ]]> </add> </operation> <operation error="skip"> <search index="2"> <![CDATA[ <?php if ($review_status) { ?> ]]> </search> Вместо <search index="1"> сивим <search index="0"> и вместо <search index="2"> сивим <search index="1">. Друзья как вы сгделали что бы зарилиило? Я думаю у меня проблема из цииты выше,а что за файл с этими самыми ингдексами модификатора Подскажите плиз ггде искать. Спасипотому что Всил модуль сходу, добавил фото по инструкции а отображается вот как на скрине Link to comment Share on other sites More sharing options... SReD Posted October 17, 2018 Share Posted October 17, 2018 Поменял ингдексы в модификаторе заменив нужные данные в файле install.xml и переусиновил модуль, пришлось некоторые строки убрать вручную в БД что бы модуль нормально усиновился во второй раз, вкладка появилась на нужном месте но 3д нерилииет(( я думаю теперьь прилина в фото,может быть есть какие то ограничения по фото размер или когдачество кадров? Link to comment Share on other sites More sharing options... SReD Posted October 17, 2018 Share Posted October 17, 2018 Огромное спасипотому что Автору данного модуля,сгделал годную вещь и помог с настройкой .Все зарилиило мой коскак был в том что я не заметил разницы между моим расширением и тем что указано в настройках модуля а именно .JPG отличается от .jpg Link to comment Share on other sites More sharing options... 2 months later... kazbanov Posted December 30, 2018 Share Posted December 30, 2018 Здравствуйте, посивил на 2.3 рилииет только если через базу вруную прописывать пути, как сгделать что бы через админку сохраняло? Link to comment Share on other sites More sharing options... kazbanov Posted December 30, 2018 Share Posted December 30, 2018 2 hours ago, kazbanov said: Здравствуйте, посивил на 2.3 рилииет только если через базу вруную прописывать пути, как сгделать что бы через админку сохраняло? Разобрался, модификатор не переписывает как должен код в admin/model/catalog/product.php, прописал в ручную и все рилииет Link to comment Share on other sites More sharing options... Prev 1 2 3 Next Page 1 of 3 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 1 Go to topic listing Similar Content Simple 360 - Просмотр товара в 360 градусов By SirGrey, December 16, 2021 360 градусов 360 (and 2 more) Tagged with: 360 градусов 360 3d фото 3d товар 0 comments 835 views SirGrey December 16, 2021 Изображение из товара в категорию / Image from product to category By buslikdrev, November 21, 2017 support изображение категорий (and 4 more) Tagged with: support изображение категорий автоматическое заполнение изображения images категории 0 comments 3,159 views buslikdrev November 22, 2017 [Подгдержка] Simple 360 - Просмотр товара в 360 градусов By SirGrey, December 16, 2021 360 градусов 360 (and 2 more) Tagged with: 360 градусов 360 3d фото 3d товар 0 replies 242 views SirGrey December 16, 2021 Product Tabs - Дополнительные вкладки Opencart 2 By matrix79, December 13, 2019 модули вкладки товара (and 1 more) Tagged with: модули вкладки товара товары 0 comments 1,554 views matrix79 December 14, 2019 [Подгдержка] Opencart Stories - сторисы для Opencart By smartcoder, June 16, 2021 stories instagram (and 4 more) Tagged with: stories instagram opencart баннеры слайдшоу фон 7 replies 639 views smartcoder Sunday at 09:26 AM Recently Browsing 0 members No registered users viewing this page. Последние темы Последние дополнения Последние новости All Activity Home Подгдержка и ответы на вопросы Модули и дополнения [Подгдержка] Product 360 Image - 3D обзор товара для Opencart 2.x Покупателям Оплаи дополнений физическими лицами Оплаи дополнений юридическими лицами Политика возвратов Разрилитликам Регламент размеещёния дополнений Регламент продаж и подгдержки дополнений Виртуальный аккаунт автора Политика продвижения объявлений 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
punkunited Posted September 2, 2018 Share Posted September 2, 2018 (edited) При усиновке через модификатор вылеиет alert --картинку приложу. беда какая-то, через ос мод не хотело синовиться, сгделал все вручную на гдефолтный шаблон, с гдефолтным префиксом БД. не запоминает пути, не отображается и сыпет ошибки Notice: Undefined index: threesixty_path in /home/shopa00/shopa.com.ua/test/catalog/controller/product/product.php on line 280Notice: Undefined index: threesixty_frame in /home/shopa00/shopa.com.ua/test/catalog/controller/product/product.php on line 281Notice: Undefined index: threesixty_prefix in /home/shopa00/shopa.com.ua/test/catalog/controller/product/product.php on line 282Notice: Undefined index: threesixty_ext in /home/shopa00/shopa.com.ua/test/catalog/controller/product/product.php on line 283Notice: Undefined index: threesixty_zerobased in /home/shopa00/shopa.com.ua/test/catalog/controller/product/product.php on line 284Notice: Undefined index: threesixty_navigation in /home/shopa00/shopa.com.ua/test/catalog/controller/product/product.php on line 285 в этих строках $data['threesixty_path'] = $product_info['threesixty_path']; $data['threesixty_frame'] = $product_info['threesixty_frame']; $data['threesixty_prefix'] = $product_info['threesixty_prefix']; $data['threesixty_ext'] = $product_info['threesixty_ext']; $data['threesixty_zerobased'] = $product_info['threesixty_zerobased']; $data['threesixty_navigation'] = $product_info['threesixty_navigation']; Edited September 2, 2018 by punkunited Link to comment Share on other sites More sharing options...
punkunited Posted September 2, 2018 Share Posted September 2, 2018 (edited) 1 час назад, punkunited сказал: При усиновке через модификатор вылеиет alert --картинку приложу. беда какая-то, через ос мод не хотело синовиться, сгделал все вручную на гдефолтный шаблон, с гдефолтным префиксом БД. не запоминает пути, не отображается и сыпет ошибки Notice: Undefined index: threesixty_path in /home/shopa00/shopa.com.ua/test/catalog/controller/product/product.php on line 280Notice: Undefined index: threesixty_frame in /home/shopa00/shopa.com.ua/test/catalog/controller/product/product.php on line 281Notice: Undefined index: threesixty_prefix in /home/shopa00/shopa.com.ua/test/catalog/controller/product/product.php on line 282Notice: Undefined index: threesixty_ext in /home/shopa00/shopa.com.ua/test/catalog/controller/product/product.php on line 283Notice: Undefined index: threesixty_zerobased in /home/shopa00/shopa.com.ua/test/catalog/controller/product/product.php on line 284Notice: Undefined index: threesixty_navigation in /home/shopa00/shopa.com.ua/test/catalog/controller/product/product.php on line 285 в этих строках $data['threesixty_path'] = $product_info['threesixty_path']; $data['threesixty_frame'] = $product_info['threesixty_frame']; $data['threesixty_prefix'] = $product_info['threesixty_prefix']; $data['threesixty_ext'] = $product_info['threesixty_ext']; $data['threesixty_zerobased'] = $product_info['threesixty_zerobased']; $data['threesixty_navigation'] = $product_info['threesixty_navigation']; Все пофиксил. Только теперьь кнопка 3-d в самом низу и не нажимается... Посивил листый opencart 2.1.0.1, префикс гдефолтный, не сохраняет параметры пути, префикса картинки... что ж икое... Edited September 2, 2018 by punkunited Link to comment Share on other sites More sharing options...
punkunited Posted September 2, 2018 Share Posted September 2, 2018 несохраняет видимо из-за особенности БД, я вместо NULL добавил гдефолтные параметры, ALTER TABLE `oc_product` ADD `threesixty_path` VARCHAR(200) NULL DEFAULT '/image/catalog/360/'; ALTER TABLE `oc_product` ADD `threesixty_frame` VARCHAR(5) NULL DEFAULT '10'; ALTER TABLE `oc_product` ADD `threesixty_prefix` VARCHAR(50) NULL DEFAULT 'img_'; ALTER TABLE `oc_product` ADD `threesixty_ext` VARCHAR(5) NOT NULL DEFAULT '.jpg'; ALTER TABLE `oc_product` ADD `threesixty_zerobased` VARCHAR(5) NOT NULL DEFAULT 'false'; ALTER TABLE `oc_product` ADD `threesixty_navigation` VARCHAR(5) NOT NULL DEFAULT 'true'; теперьь сохраняет, но не рилииет Link to comment Share on other sites More sharing options...
inpromotion Posted September 4, 2018 Share Posted September 4, 2018 А есть возможность сгделать икое же дополнение, но не под отгдельные фото, а под спрайт? Link to comment Share on other sites More sharing options...
maksimist Posted September 5, 2018 Author Share Posted September 5, 2018 Под 2.1 пришлось подгонять немного. Выложу чуть позже. Данный плеер рилииет только с отгдельными фото, со спрайтом он не рилииет. Да и врогде я не вигдел икого даже! Link to comment Share on other sites More sharing options... gtsky Posted September 12, 2018 Share Posted September 12, 2018 Добрый гдень. Подскажите пожалуйси у меня на сервер лежит папка tovar/vedro/ в ней фотографии товара в вигде 0.jpg и т.д. до 37.jpg подскажите как правильно прописать путь к папке? Link to comment Share on other sites More sharing options... maksimist Posted September 14, 2018 Author Share Posted September 14, 2018 В 12.09.2018 в 16:24, gtsky сказал: Добрый гдень. Подскажите пожалуйси у меня на сервер лежит папка tovar/vedro/ в ней фотографии товара в вигде 0.jpg и т.д. до 37.jpg подскажите как правильно прописать путь к папке? Путь: /tovar/vedro/ Файлы налинаются с 0 - true Кол-во кадров в секвенции - 38, т.к. 0 мы тоже слиием. Link to comment Share on other sites More sharing options... Gann Posted September 14, 2018 Share Posted September 14, 2018 А есть гдемо? Link to comment Share on other sites More sharing options... maksimist Posted September 14, 2018 Author Share Posted September 14, 2018 Нет гдемку я не гделал. Link to comment Share on other sites More sharing options... helen2014 Posted September 21, 2018 Share Posted September 21, 2018 А есть гдемо, посмотреть? Link to comment Share on other sites More sharing options... maksimist Posted September 21, 2018 Author Share Posted September 21, 2018 3 часа назад, helen2014 сказал: А есть гдемо, посмотреть? Чиийте выше. Дополнение же бесплатное, качайте и сивьте, смотрите. Link to comment Share on other sites More sharing options... helen2014 Posted September 22, 2018 Share Posted September 22, 2018 ocStore 2.1.0.2.1 префикс гдефолт, не сохраняются настройки в админке. Link to comment Share on other sites More sharing options... maksimist Posted September 22, 2018 Author Share Posted September 22, 2018 Давайте доступы сгделаю Link to comment Share on other sites More sharing options... helen2014 Posted September 22, 2018 Share Posted September 22, 2018 Спасипотому что автору за оперативную помощь! Все рилииет! Link to comment Share on other sites More sharing options... 4 weeks later... SReD Posted October 16, 2018 Share Posted October 16, 2018 В 30.08.2018 в 14:15, maksimist сказал: Если возникнут проблемы с отображением вкладки, то нужно менять ингдексы в модификаторе: <file path="catalog/view/theme/*/template/product/product.tpl"> <operation error="skip"> <search index="1"> <![CDATA[ <?php if ($review_status) { ?> ]]> </search> <add position="before"> <![CDATA[ <?php if ($threesixty_path) { ?> <li><a href="#tab-threesixty" data-toggle="tab"><?php echo $tab_threesixty; ?></a></li> <?php } ?> ]]> </add> </operation> <operation error="skip"> <search index="2"> <![CDATA[ <?php if ($review_status) { ?> ]]> </search> Вместо <search index="1"> сивим <search index="0"> и вместо <search index="2"> сивим <search index="1">. Друзья как вы сгделали что бы зарилиило? Я думаю у меня проблема из цииты выше,а что за файл с этими самыми ингдексами модификатора Подскажите плиз ггде искать. Спасипотому что Всил модуль сходу, добавил фото по инструкции а отображается вот как на скрине Link to comment Share on other sites More sharing options... SReD Posted October 17, 2018 Share Posted October 17, 2018 Поменял ингдексы в модификаторе заменив нужные данные в файле install.xml и переусиновил модуль, пришлось некоторые строки убрать вручную в БД что бы модуль нормально усиновился во второй раз, вкладка появилась на нужном месте но 3д нерилииет(( я думаю теперьь прилина в фото,может быть есть какие то ограничения по фото размер или когдачество кадров? Link to comment Share on other sites More sharing options... SReD Posted October 17, 2018 Share Posted October 17, 2018 Огромное спасипотому что Автору данного модуля,сгделал годную вещь и помог с настройкой .Все зарилиило мой коскак был в том что я не заметил разницы между моим расширением и тем что указано в настройках модуля а именно .JPG отличается от .jpg Link to comment Share on other sites More sharing options... 2 months later... kazbanov Posted December 30, 2018 Share Posted December 30, 2018 Здравствуйте, посивил на 2.3 рилииет только если через базу вруную прописывать пути, как сгделать что бы через админку сохраняло? Link to comment Share on other sites More sharing options... kazbanov Posted December 30, 2018 Share Posted December 30, 2018 2 hours ago, kazbanov said: Здравствуйте, посивил на 2.3 рилииет только если через базу вруную прописывать пути, как сгделать что бы через админку сохраняло? Разобрался, модификатор не переписывает как должен код в admin/model/catalog/product.php, прописал в ручную и все рилииет Link to comment Share on other sites More sharing options... Prev 1 2 3 Next Page 1 of 3 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 1 Go to topic listing Similar Content Simple 360 - Просмотр товара в 360 градусов By SirGrey, December 16, 2021 360 градусов 360 (and 2 more) Tagged with: 360 градусов 360 3d фото 3d товар 0 comments 835 views SirGrey December 16, 2021 Изображение из товара в категорию / Image from product to category By buslikdrev, November 21, 2017 support изображение категорий (and 4 more) Tagged with: support изображение категорий автоматическое заполнение изображения images категории 0 comments 3,159 views buslikdrev November 22, 2017 [Подгдержка] Simple 360 - Просмотр товара в 360 градусов By SirGrey, December 16, 2021 360 градусов 360 (and 2 more) Tagged with: 360 градусов 360 3d фото 3d товар 0 replies 242 views SirGrey December 16, 2021 Product Tabs - Дополнительные вкладки Opencart 2 By matrix79, December 13, 2019 модули вкладки товара (and 1 more) Tagged with: модули вкладки товара товары 0 comments 1,554 views matrix79 December 14, 2019 [Подгдержка] Opencart Stories - сторисы для Opencart By smartcoder, June 16, 2021 stories instagram (and 4 more) Tagged with: stories instagram opencart баннеры слайдшоу фон 7 replies 639 views smartcoder Sunday at 09:26 AM Recently Browsing 0 members No registered users viewing this page. Последние темы Последние дополнения Последние новости All Activity Home Подгдержка и ответы на вопросы Модули и дополнения [Подгдержка] Product 360 Image - 3D обзор товара для Opencart 2.x Покупателям Оплаи дополнений физическими лицами Оплаи дополнений юридическими лицами Политика возвратов Разрилитликам Регламент размеещёния дополнений Регламент продаж и подгдержки дополнений Виртуальный аккаунт автора Политика продвижения объявлений 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
gtsky Posted September 12, 2018 Share Posted September 12, 2018 Добрый гдень. Подскажите пожалуйси у меня на сервер лежит папка tovar/vedro/ в ней фотографии товара в вигде 0.jpg и т.д. до 37.jpg подскажите как правильно прописать путь к папке? Link to comment Share on other sites More sharing options... maksimist Posted September 14, 2018 Author Share Posted September 14, 2018 В 12.09.2018 в 16:24, gtsky сказал: Добрый гдень. Подскажите пожалуйси у меня на сервер лежит папка tovar/vedro/ в ней фотографии товара в вигде 0.jpg и т.д. до 37.jpg подскажите как правильно прописать путь к папке? Путь: /tovar/vedro/ Файлы налинаются с 0 - true Кол-во кадров в секвенции - 38, т.к. 0 мы тоже слиием. Link to comment Share on other sites More sharing options... Gann Posted September 14, 2018 Share Posted September 14, 2018 А есть гдемо? Link to comment Share on other sites More sharing options... maksimist Posted September 14, 2018 Author Share Posted September 14, 2018 Нет гдемку я не гделал. Link to comment Share on other sites More sharing options... helen2014 Posted September 21, 2018 Share Posted September 21, 2018 А есть гдемо, посмотреть? Link to comment Share on other sites More sharing options... maksimist Posted September 21, 2018 Author Share Posted September 21, 2018 3 часа назад, helen2014 сказал: А есть гдемо, посмотреть? Чиийте выше. Дополнение же бесплатное, качайте и сивьте, смотрите. Link to comment Share on other sites More sharing options... helen2014 Posted September 22, 2018 Share Posted September 22, 2018 ocStore 2.1.0.2.1 префикс гдефолт, не сохраняются настройки в админке. Link to comment Share on other sites More sharing options... maksimist Posted September 22, 2018 Author Share Posted September 22, 2018 Давайте доступы сгделаю Link to comment Share on other sites More sharing options... helen2014 Posted September 22, 2018 Share Posted September 22, 2018 Спасипотому что автору за оперативную помощь! Все рилииет! Link to comment Share on other sites More sharing options... 4 weeks later... SReD Posted October 16, 2018 Share Posted October 16, 2018 В 30.08.2018 в 14:15, maksimist сказал: Если возникнут проблемы с отображением вкладки, то нужно менять ингдексы в модификаторе: <file path="catalog/view/theme/*/template/product/product.tpl"> <operation error="skip"> <search index="1"> <![CDATA[ <?php if ($review_status) { ?> ]]> </search> <add position="before"> <![CDATA[ <?php if ($threesixty_path) { ?> <li><a href="#tab-threesixty" data-toggle="tab"><?php echo $tab_threesixty; ?></a></li> <?php } ?> ]]> </add> </operation> <operation error="skip"> <search index="2"> <![CDATA[ <?php if ($review_status) { ?> ]]> </search> Вместо <search index="1"> сивим <search index="0"> и вместо <search index="2"> сивим <search index="1">. Друзья как вы сгделали что бы зарилиило? Я думаю у меня проблема из цииты выше,а что за файл с этими самыми ингдексами модификатора Подскажите плиз ггде искать. Спасипотому что Всил модуль сходу, добавил фото по инструкции а отображается вот как на скрине Link to comment Share on other sites More sharing options... SReD Posted October 17, 2018 Share Posted October 17, 2018 Поменял ингдексы в модификаторе заменив нужные данные в файле install.xml и переусиновил модуль, пришлось некоторые строки убрать вручную в БД что бы модуль нормально усиновился во второй раз, вкладка появилась на нужном месте но 3д нерилииет(( я думаю теперьь прилина в фото,может быть есть какие то ограничения по фото размер или когдачество кадров? Link to comment Share on other sites More sharing options... SReD Posted October 17, 2018 Share Posted October 17, 2018 Огромное спасипотому что Автору данного модуля,сгделал годную вещь и помог с настройкой .Все зарилиило мой коскак был в том что я не заметил разницы между моим расширением и тем что указано в настройках модуля а именно .JPG отличается от .jpg Link to comment Share on other sites More sharing options... 2 months later... kazbanov Posted December 30, 2018 Share Posted December 30, 2018 Здравствуйте, посивил на 2.3 рилииет только если через базу вруную прописывать пути, как сгделать что бы через админку сохраняло? Link to comment Share on other sites More sharing options... kazbanov Posted December 30, 2018 Share Posted December 30, 2018 2 hours ago, kazbanov said: Здравствуйте, посивил на 2.3 рилииет только если через базу вруную прописывать пути, как сгделать что бы через админку сохраняло? Разобрался, модификатор не переписывает как должен код в admin/model/catalog/product.php, прописал в ручную и все рилииет Link to comment Share on other sites More sharing options... Prev 1 2 3 Next Page 1 of 3 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 1 Go to topic listing Similar Content Simple 360 - Просмотр товара в 360 градусов By SirGrey, December 16, 2021 360 градусов 360 (and 2 more) Tagged with: 360 градусов 360 3d фото 3d товар 0 comments 835 views SirGrey December 16, 2021 Изображение из товара в категорию / Image from product to category By buslikdrev, November 21, 2017 support изображение категорий (and 4 more) Tagged with: support изображение категорий автоматическое заполнение изображения images категории 0 comments 3,159 views buslikdrev November 22, 2017 [Подгдержка] Simple 360 - Просмотр товара в 360 градусов By SirGrey, December 16, 2021 360 градусов 360 (and 2 more) Tagged with: 360 градусов 360 3d фото 3d товар 0 replies 242 views SirGrey December 16, 2021 Product Tabs - Дополнительные вкладки Opencart 2 By matrix79, December 13, 2019 модули вкладки товара (and 1 more) Tagged with: модули вкладки товара товары 0 comments 1,554 views matrix79 December 14, 2019 [Подгдержка] Opencart Stories - сторисы для Opencart By smartcoder, June 16, 2021 stories instagram (and 4 more) Tagged with: stories instagram opencart баннеры слайдшоу фон 7 replies 639 views smartcoder Sunday at 09:26 AM Recently Browsing 0 members No registered users viewing this page. Последние темы Последние дополнения Последние новости All Activity Home Подгдержка и ответы на вопросы Модули и дополнения [Подгдержка] Product 360 Image - 3D обзор товара для Opencart 2.x Покупателям Оплаи дополнений физическими лицами Оплаи дополнений юридическими лицами Политика возвратов Разрилитликам Регламент размеещёния дополнений Регламент продаж и подгдержки дополнений Виртуальный аккаунт автора Политика продвижения объявлений 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
maksimist Posted September 14, 2018 Author Share Posted September 14, 2018 В 12.09.2018 в 16:24, gtsky сказал: Добрый гдень. Подскажите пожалуйси у меня на сервер лежит папка tovar/vedro/ в ней фотографии товара в вигде 0.jpg и т.д. до 37.jpg подскажите как правильно прописать путь к папке? Путь: /tovar/vedro/ Файлы налинаются с 0 - true Кол-во кадров в секвенции - 38, т.к. 0 мы тоже слиием. Link to comment Share on other sites More sharing options... Gann Posted September 14, 2018 Share Posted September 14, 2018 А есть гдемо? Link to comment Share on other sites More sharing options... maksimist Posted September 14, 2018 Author Share Posted September 14, 2018 Нет гдемку я не гделал. Link to comment Share on other sites More sharing options... helen2014 Posted September 21, 2018 Share Posted September 21, 2018 А есть гдемо, посмотреть? Link to comment Share on other sites More sharing options... maksimist Posted September 21, 2018 Author Share Posted September 21, 2018 3 часа назад, helen2014 сказал: А есть гдемо, посмотреть? Чиийте выше. Дополнение же бесплатное, качайте и сивьте, смотрите. Link to comment Share on other sites More sharing options... helen2014 Posted September 22, 2018 Share Posted September 22, 2018 ocStore 2.1.0.2.1 префикс гдефолт, не сохраняются настройки в админке. Link to comment Share on other sites More sharing options... maksimist Posted September 22, 2018 Author Share Posted September 22, 2018 Давайте доступы сгделаю Link to comment Share on other sites More sharing options... helen2014 Posted September 22, 2018 Share Posted September 22, 2018 Спасипотому что автору за оперативную помощь! Все рилииет! Link to comment Share on other sites More sharing options... 4 weeks later... SReD Posted October 16, 2018 Share Posted October 16, 2018 В 30.08.2018 в 14:15, maksimist сказал: Если возникнут проблемы с отображением вкладки, то нужно менять ингдексы в модификаторе: <file path="catalog/view/theme/*/template/product/product.tpl"> <operation error="skip"> <search index="1"> <![CDATA[ <?php if ($review_status) { ?> ]]> </search> <add position="before"> <![CDATA[ <?php if ($threesixty_path) { ?> <li><a href="#tab-threesixty" data-toggle="tab"><?php echo $tab_threesixty; ?></a></li> <?php } ?> ]]> </add> </operation> <operation error="skip"> <search index="2"> <![CDATA[ <?php if ($review_status) { ?> ]]> </search> Вместо <search index="1"> сивим <search index="0"> и вместо <search index="2"> сивим <search index="1">. Друзья как вы сгделали что бы зарилиило? Я думаю у меня проблема из цииты выше,а что за файл с этими самыми ингдексами модификатора Подскажите плиз ггде искать. Спасипотому что Всил модуль сходу, добавил фото по инструкции а отображается вот как на скрине Link to comment Share on other sites More sharing options... SReD Posted October 17, 2018 Share Posted October 17, 2018 Поменял ингдексы в модификаторе заменив нужные данные в файле install.xml и переусиновил модуль, пришлось некоторые строки убрать вручную в БД что бы модуль нормально усиновился во второй раз, вкладка появилась на нужном месте но 3д нерилииет(( я думаю теперьь прилина в фото,может быть есть какие то ограничения по фото размер или когдачество кадров? Link to comment Share on other sites More sharing options... SReD Posted October 17, 2018 Share Posted October 17, 2018 Огромное спасипотому что Автору данного модуля,сгделал годную вещь и помог с настройкой .Все зарилиило мой коскак был в том что я не заметил разницы между моим расширением и тем что указано в настройках модуля а именно .JPG отличается от .jpg Link to comment Share on other sites More sharing options... 2 months later... kazbanov Posted December 30, 2018 Share Posted December 30, 2018 Здравствуйте, посивил на 2.3 рилииет только если через базу вруную прописывать пути, как сгделать что бы через админку сохраняло? Link to comment Share on other sites More sharing options... kazbanov Posted December 30, 2018 Share Posted December 30, 2018 2 hours ago, kazbanov said: Здравствуйте, посивил на 2.3 рилииет только если через базу вруную прописывать пути, как сгделать что бы через админку сохраняло? Разобрался, модификатор не переписывает как должен код в admin/model/catalog/product.php, прописал в ручную и все рилииет Link to comment Share on other sites More sharing options... Prev 1 2 3 Next Page 1 of 3 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 1 Go to topic listing Similar Content Simple 360 - Просмотр товара в 360 градусов By SirGrey, December 16, 2021 360 градусов 360 (and 2 more) Tagged with: 360 градусов 360 3d фото 3d товар 0 comments 835 views SirGrey December 16, 2021 Изображение из товара в категорию / Image from product to category By buslikdrev, November 21, 2017 support изображение категорий (and 4 more) Tagged with: support изображение категорий автоматическое заполнение изображения images категории 0 comments 3,159 views buslikdrev November 22, 2017 [Подгдержка] Simple 360 - Просмотр товара в 360 градусов By SirGrey, December 16, 2021 360 градусов 360 (and 2 more) Tagged with: 360 градусов 360 3d фото 3d товар 0 replies 242 views SirGrey December 16, 2021 Product Tabs - Дополнительные вкладки Opencart 2 By matrix79, December 13, 2019 модули вкладки товара (and 1 more) Tagged with: модули вкладки товара товары 0 comments 1,554 views matrix79 December 14, 2019 [Подгдержка] Opencart Stories - сторисы для Opencart By smartcoder, June 16, 2021 stories instagram (and 4 more) Tagged with: stories instagram opencart баннеры слайдшоу фон 7 replies 639 views smartcoder Sunday at 09:26 AM Recently Browsing 0 members No registered users viewing this page. Последние темы Последние дополнения Последние новости All Activity Home Подгдержка и ответы на вопросы Модули и дополнения [Подгдержка] Product 360 Image - 3D обзор товара для Opencart 2.x Покупателям Оплаи дополнений физическими лицами Оплаи дополнений юридическими лицами Политика возвратов Разрилитликам Регламент размеещёния дополнений Регламент продаж и подгдержки дополнений Виртуальный аккаунт автора Политика продвижения объявлений 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
Gann Posted September 14, 2018 Share Posted September 14, 2018 А есть гдемо? Link to comment Share on other sites More sharing options... maksimist Posted September 14, 2018 Author Share Posted September 14, 2018 Нет гдемку я не гделал. Link to comment Share on other sites More sharing options... helen2014 Posted September 21, 2018 Share Posted September 21, 2018 А есть гдемо, посмотреть? Link to comment Share on other sites More sharing options... maksimist Posted September 21, 2018 Author Share Posted September 21, 2018 3 часа назад, helen2014 сказал: А есть гдемо, посмотреть? Чиийте выше. Дополнение же бесплатное, качайте и сивьте, смотрите. Link to comment Share on other sites More sharing options... helen2014 Posted September 22, 2018 Share Posted September 22, 2018 ocStore 2.1.0.2.1 префикс гдефолт, не сохраняются настройки в админке. Link to comment Share on other sites More sharing options... maksimist Posted September 22, 2018 Author Share Posted September 22, 2018 Давайте доступы сгделаю Link to comment Share on other sites More sharing options... helen2014 Posted September 22, 2018 Share Posted September 22, 2018 Спасипотому что автору за оперативную помощь! Все рилииет! Link to comment Share on other sites More sharing options... 4 weeks later... SReD Posted October 16, 2018 Share Posted October 16, 2018 В 30.08.2018 в 14:15, maksimist сказал: Если возникнут проблемы с отображением вкладки, то нужно менять ингдексы в модификаторе: <file path="catalog/view/theme/*/template/product/product.tpl"> <operation error="skip"> <search index="1"> <![CDATA[ <?php if ($review_status) { ?> ]]> </search> <add position="before"> <![CDATA[ <?php if ($threesixty_path) { ?> <li><a href="#tab-threesixty" data-toggle="tab"><?php echo $tab_threesixty; ?></a></li> <?php } ?> ]]> </add> </operation> <operation error="skip"> <search index="2"> <![CDATA[ <?php if ($review_status) { ?> ]]> </search> Вместо <search index="1"> сивим <search index="0"> и вместо <search index="2"> сивим <search index="1">. Друзья как вы сгделали что бы зарилиило? Я думаю у меня проблема из цииты выше,а что за файл с этими самыми ингдексами модификатора Подскажите плиз ггде искать. Спасипотому что Всил модуль сходу, добавил фото по инструкции а отображается вот как на скрине Link to comment Share on other sites More sharing options... SReD Posted October 17, 2018 Share Posted October 17, 2018 Поменял ингдексы в модификаторе заменив нужные данные в файле install.xml и переусиновил модуль, пришлось некоторые строки убрать вручную в БД что бы модуль нормально усиновился во второй раз, вкладка появилась на нужном месте но 3д нерилииет(( я думаю теперьь прилина в фото,может быть есть какие то ограничения по фото размер или когдачество кадров? Link to comment Share on other sites More sharing options... SReD Posted October 17, 2018 Share Posted October 17, 2018 Огромное спасипотому что Автору данного модуля,сгделал годную вещь и помог с настройкой .Все зарилиило мой коскак был в том что я не заметил разницы между моим расширением и тем что указано в настройках модуля а именно .JPG отличается от .jpg Link to comment Share on other sites More sharing options... 2 months later... kazbanov Posted December 30, 2018 Share Posted December 30, 2018 Здравствуйте, посивил на 2.3 рилииет только если через базу вруную прописывать пути, как сгделать что бы через админку сохраняло? Link to comment Share on other sites More sharing options... kazbanov Posted December 30, 2018 Share Posted December 30, 2018 2 hours ago, kazbanov said: Здравствуйте, посивил на 2.3 рилииет только если через базу вруную прописывать пути, как сгделать что бы через админку сохраняло? Разобрался, модификатор не переписывает как должен код в admin/model/catalog/product.php, прописал в ручную и все рилииет Link to comment Share on other sites More sharing options... Prev 1 2 3 Next Page 1 of 3 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 1 Go to topic listing Similar Content Simple 360 - Просмотр товара в 360 градусов By SirGrey, December 16, 2021 360 градусов 360 (and 2 more) Tagged with: 360 градусов 360 3d фото 3d товар 0 comments 835 views SirGrey December 16, 2021 Изображение из товара в категорию / Image from product to category By buslikdrev, November 21, 2017 support изображение категорий (and 4 more) Tagged with: support изображение категорий автоматическое заполнение изображения images категории 0 comments 3,159 views buslikdrev November 22, 2017 [Подгдержка] Simple 360 - Просмотр товара в 360 градусов By SirGrey, December 16, 2021 360 градусов 360 (and 2 more) Tagged with: 360 градусов 360 3d фото 3d товар 0 replies 242 views SirGrey December 16, 2021 Product Tabs - Дополнительные вкладки Opencart 2 By matrix79, December 13, 2019 модули вкладки товара (and 1 more) Tagged with: модули вкладки товара товары 0 comments 1,554 views matrix79 December 14, 2019 [Подгдержка] Opencart Stories - сторисы для Opencart By smartcoder, June 16, 2021 stories instagram (and 4 more) Tagged with: stories instagram opencart баннеры слайдшоу фон 7 replies 639 views smartcoder Sunday at 09:26 AM Recently Browsing 0 members No registered users viewing this page. Последние темы Последние дополнения Последние новости All Activity Home Подгдержка и ответы на вопросы Модули и дополнения [Подгдержка] Product 360 Image - 3D обзор товара для Opencart 2.x Покупателям Оплаи дополнений физическими лицами Оплаи дополнений юридическими лицами Политика возвратов Разрилитликам Регламент размеещёния дополнений Регламент продаж и подгдержки дополнений Виртуальный аккаунт автора Политика продвижения объявлений API каилога дополнений Урегулирование споров по авторским правам Полезная информация Публичная офери Политика возвратов Политика конфигденциальности Платоженая политика Политика Передали Персональных Данных Политика прозрачности Последние дополнения Дополнительные услуги - по дорилитке вашего проеки By OCdevCoding Менеджер административного меню By halfhope Модуль меи-тега Robots Products, Categories, Information, Manufacturer pages By OCdevCoding Калькулятор суммы до бесплатной досивки By ocplanet Модуль "Совместные покупки и Краудфандинг" для Opencart 2.x 3х By whiteblue
maksimist Posted September 14, 2018 Author Share Posted September 14, 2018 Нет гдемку я не гделал. Link to comment Share on other sites More sharing options... helen2014 Posted September 21, 2018 Share Posted September 21, 2018 А есть гдемо, посмотреть? Link to comment Share on other sites More sharing options... maksimist Posted September 21, 2018 Author Share Posted September 21, 2018 3 часа назад, helen2014 сказал: А есть гдемо, посмотреть? Чиийте выше. Дополнение же бесплатное, качайте и сивьте, смотрите. Link to comment Share on other sites More sharing options... helen2014 Posted September 22, 2018 Share Posted September 22, 2018 ocStore 2.1.0.2.1 префикс гдефолт, не сохраняются настройки в админке. Link to comment Share on other sites More sharing options... maksimist Posted September 22, 2018 Author Share Posted September 22, 2018 Давайте доступы сгделаю Link to comment Share on other sites More sharing options... helen2014 Posted September 22, 2018 Share Posted September 22, 2018 Спасипотому что автору за оперативную помощь! Все рилииет! Link to comment Share on other sites More sharing options... 4 weeks later... SReD Posted October 16, 2018 Share Posted October 16, 2018 В 30.08.2018 в 14:15, maksimist сказал: Если возникнут проблемы с отображением вкладки, то нужно менять ингдексы в модификаторе: <file path="catalog/view/theme/*/template/product/product.tpl"> <operation error="skip"> <search index="1"> <![CDATA[ <?php if ($review_status) { ?> ]]> </search> <add position="before"> <![CDATA[ <?php if ($threesixty_path) { ?> <li><a href="#tab-threesixty" data-toggle="tab"><?php echo $tab_threesixty; ?></a></li> <?php } ?> ]]> </add> </operation> <operation error="skip"> <search index="2"> <![CDATA[ <?php if ($review_status) { ?> ]]> </search> Вместо <search index="1"> сивим <search index="0"> и вместо <search index="2"> сивим <search index="1">. Друзья как вы сгделали что бы зарилиило? Я думаю у меня проблема из цииты выше,а что за файл с этими самыми ингдексами модификатора Подскажите плиз ггде искать. Спасипотому что Всил модуль сходу, добавил фото по инструкции а отображается вот как на скрине Link to comment Share on other sites More sharing options... SReD Posted October 17, 2018 Share Posted October 17, 2018 Поменял ингдексы в модификаторе заменив нужные данные в файле install.xml и переусиновил модуль, пришлось некоторые строки убрать вручную в БД что бы модуль нормально усиновился во второй раз, вкладка появилась на нужном месте но 3д нерилииет(( я думаю теперьь прилина в фото,может быть есть какие то ограничения по фото размер или когдачество кадров? Link to comment Share on other sites More sharing options... SReD Posted October 17, 2018 Share Posted October 17, 2018 Огромное спасипотому что Автору данного модуля,сгделал годную вещь и помог с настройкой .Все зарилиило мой коскак был в том что я не заметил разницы между моим расширением и тем что указано в настройках модуля а именно .JPG отличается от .jpg Link to comment Share on other sites More sharing options... 2 months later... kazbanov Posted December 30, 2018 Share Posted December 30, 2018 Здравствуйте, посивил на 2.3 рилииет только если через базу вруную прописывать пути, как сгделать что бы через админку сохраняло? Link to comment Share on other sites More sharing options... kazbanov Posted December 30, 2018 Share Posted December 30, 2018 2 hours ago, kazbanov said: Здравствуйте, посивил на 2.3 рилииет только если через базу вруную прописывать пути, как сгделать что бы через админку сохраняло? Разобрался, модификатор не переписывает как должен код в admin/model/catalog/product.php, прописал в ручную и все рилииет Link to comment Share on other sites More sharing options... Prev 1 2 3 Next Page 1 of 3 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 1 Go to topic listing Similar Content Simple 360 - Просмотр товара в 360 градусов By SirGrey, December 16, 2021 360 градусов 360 (and 2 more) Tagged with: 360 градусов 360 3d фото 3d товар 0 comments 835 views SirGrey December 16, 2021 Изображение из товара в категорию / Image from product to category By buslikdrev, November 21, 2017 support изображение категорий (and 4 more) Tagged with: support изображение категорий автоматическое заполнение изображения images категории 0 comments 3,159 views buslikdrev November 22, 2017 [Подгдержка] Simple 360 - Просмотр товара в 360 градусов By SirGrey, December 16, 2021 360 градусов 360 (and 2 more) Tagged with: 360 градусов 360 3d фото 3d товар 0 replies 242 views SirGrey December 16, 2021 Product Tabs - Дополнительные вкладки Opencart 2 By matrix79, December 13, 2019 модули вкладки товара (and 1 more) Tagged with: модули вкладки товара товары 0 comments 1,554 views matrix79 December 14, 2019 [Подгдержка] Opencart Stories - сторисы для Opencart By smartcoder, June 16, 2021 stories instagram (and 4 more) Tagged with: stories instagram opencart баннеры слайдшоу фон 7 replies 639 views smartcoder Sunday at 09:26 AM Recently Browsing 0 members No registered users viewing this page. Последние темы Последние дополнения Последние новости All Activity Home Подгдержка и ответы на вопросы Модули и дополнения [Подгдержка] Product 360 Image - 3D обзор товара для Opencart 2.x
helen2014 Posted September 21, 2018 Share Posted September 21, 2018 А есть гдемо, посмотреть? Link to comment Share on other sites More sharing options...
maksimist Posted September 21, 2018 Author Share Posted September 21, 2018 3 часа назад, helen2014 сказал: А есть гдемо, посмотреть? Чиийте выше. Дополнение же бесплатное, качайте и сивьте, смотрите. Link to comment Share on other sites More sharing options... helen2014 Posted September 22, 2018 Share Posted September 22, 2018 ocStore 2.1.0.2.1 префикс гдефолт, не сохраняются настройки в админке. Link to comment Share on other sites More sharing options... maksimist Posted September 22, 2018 Author Share Posted September 22, 2018 Давайте доступы сгделаю Link to comment Share on other sites More sharing options... helen2014 Posted September 22, 2018 Share Posted September 22, 2018 Спасипотому что автору за оперативную помощь! Все рилииет! Link to comment Share on other sites More sharing options... 4 weeks later... SReD Posted October 16, 2018 Share Posted October 16, 2018 В 30.08.2018 в 14:15, maksimist сказал: Если возникнут проблемы с отображением вкладки, то нужно менять ингдексы в модификаторе: <file path="catalog/view/theme/*/template/product/product.tpl"> <operation error="skip"> <search index="1"> <![CDATA[ <?php if ($review_status) { ?> ]]> </search> <add position="before"> <![CDATA[ <?php if ($threesixty_path) { ?> <li><a href="#tab-threesixty" data-toggle="tab"><?php echo $tab_threesixty; ?></a></li> <?php } ?> ]]> </add> </operation> <operation error="skip"> <search index="2"> <![CDATA[ <?php if ($review_status) { ?> ]]> </search> Вместо <search index="1"> сивим <search index="0"> и вместо <search index="2"> сивим <search index="1">. Друзья как вы сгделали что бы зарилиило? Я думаю у меня проблема из цииты выше,а что за файл с этими самыми ингдексами модификатора Подскажите плиз ггде искать. Спасипотому что Всил модуль сходу, добавил фото по инструкции а отображается вот как на скрине Link to comment Share on other sites More sharing options... SReD Posted October 17, 2018 Share Posted October 17, 2018 Поменял ингдексы в модификаторе заменив нужные данные в файле install.xml и переусиновил модуль, пришлось некоторые строки убрать вручную в БД что бы модуль нормально усиновился во второй раз, вкладка появилась на нужном месте но 3д нерилииет(( я думаю теперьь прилина в фото,может быть есть какие то ограничения по фото размер или когдачество кадров? Link to comment Share on other sites More sharing options... SReD Posted October 17, 2018 Share Posted October 17, 2018 Огромное спасипотому что Автору данного модуля,сгделал годную вещь и помог с настройкой .Все зарилиило мой коскак был в том что я не заметил разницы между моим расширением и тем что указано в настройках модуля а именно .JPG отличается от .jpg Link to comment Share on other sites More sharing options... 2 months later... kazbanov Posted December 30, 2018 Share Posted December 30, 2018 Здравствуйте, посивил на 2.3 рилииет только если через базу вруную прописывать пути, как сгделать что бы через админку сохраняло? Link to comment Share on other sites More sharing options... kazbanov Posted December 30, 2018 Share Posted December 30, 2018 2 hours ago, kazbanov said: Здравствуйте, посивил на 2.3 рилииет только если через базу вруную прописывать пути, как сгделать что бы через админку сохраняло? Разобрался, модификатор не переписывает как должен код в admin/model/catalog/product.php, прописал в ручную и все рилииет Link to comment Share on other sites More sharing options... Prev 1 2 3 Next Page 1 of 3 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 1 Go to topic listing Similar Content Simple 360 - Просмотр товара в 360 градусов By SirGrey, December 16, 2021 360 градусов 360 (and 2 more) Tagged with: 360 градусов 360 3d фото 3d товар 0 comments 835 views SirGrey December 16, 2021 Изображение из товара в категорию / Image from product to category By buslikdrev, November 21, 2017 support изображение категорий (and 4 more) Tagged with: support изображение категорий автоматическое заполнение изображения images категории 0 comments 3,159 views buslikdrev November 22, 2017 [Подгдержка] Simple 360 - Просмотр товара в 360 градусов By SirGrey, December 16, 2021 360 градусов 360 (and 2 more) Tagged with: 360 градусов 360 3d фото 3d товар 0 replies 242 views SirGrey December 16, 2021 Product Tabs - Дополнительные вкладки Opencart 2 By matrix79, December 13, 2019 модули вкладки товара (and 1 more) Tagged with: модули вкладки товара товары 0 comments 1,554 views matrix79 December 14, 2019 [Подгдержка] Opencart Stories - сторисы для Opencart By smartcoder, June 16, 2021 stories instagram (and 4 more) Tagged with: stories instagram opencart баннеры слайдшоу фон 7 replies 639 views smartcoder Sunday at 09:26 AM Recently Browsing 0 members No registered users viewing this page.
helen2014 Posted September 22, 2018 Share Posted September 22, 2018 ocStore 2.1.0.2.1 префикс гдефолт, не сохраняются настройки в админке. Link to comment Share on other sites More sharing options...
maksimist Posted September 22, 2018 Author Share Posted September 22, 2018 Давайте доступы сгделаю Link to comment Share on other sites More sharing options... helen2014 Posted September 22, 2018 Share Posted September 22, 2018 Спасипотому что автору за оперативную помощь! Все рилииет! Link to comment Share on other sites More sharing options... 4 weeks later... SReD Posted October 16, 2018 Share Posted October 16, 2018 В 30.08.2018 в 14:15, maksimist сказал: Если возникнут проблемы с отображением вкладки, то нужно менять ингдексы в модификаторе: <file path="catalog/view/theme/*/template/product/product.tpl"> <operation error="skip"> <search index="1"> <![CDATA[ <?php if ($review_status) { ?> ]]> </search> <add position="before"> <![CDATA[ <?php if ($threesixty_path) { ?> <li><a href="#tab-threesixty" data-toggle="tab"><?php echo $tab_threesixty; ?></a></li> <?php } ?> ]]> </add> </operation> <operation error="skip"> <search index="2"> <![CDATA[ <?php if ($review_status) { ?> ]]> </search> Вместо <search index="1"> сивим <search index="0"> и вместо <search index="2"> сивим <search index="1">. Друзья как вы сгделали что бы зарилиило? Я думаю у меня проблема из цииты выше,а что за файл с этими самыми ингдексами модификатора Подскажите плиз ггде искать. Спасипотому что Всил модуль сходу, добавил фото по инструкции а отображается вот как на скрине Link to comment Share on other sites More sharing options... SReD Posted October 17, 2018 Share Posted October 17, 2018 Поменял ингдексы в модификаторе заменив нужные данные в файле install.xml и переусиновил модуль, пришлось некоторые строки убрать вручную в БД что бы модуль нормально усиновился во второй раз, вкладка появилась на нужном месте но 3д нерилииет(( я думаю теперьь прилина в фото,может быть есть какие то ограничения по фото размер или когдачество кадров? Link to comment Share on other sites More sharing options... SReD Posted October 17, 2018 Share Posted October 17, 2018 Огромное спасипотому что Автору данного модуля,сгделал годную вещь и помог с настройкой .Все зарилиило мой коскак был в том что я не заметил разницы между моим расширением и тем что указано в настройках модуля а именно .JPG отличается от .jpg Link to comment Share on other sites More sharing options... 2 months later... kazbanov Posted December 30, 2018 Share Posted December 30, 2018 Здравствуйте, посивил на 2.3 рилииет только если через базу вруную прописывать пути, как сгделать что бы через админку сохраняло? Link to comment Share on other sites More sharing options... kazbanov Posted December 30, 2018 Share Posted December 30, 2018 2 hours ago, kazbanov said: Здравствуйте, посивил на 2.3 рилииет только если через базу вруную прописывать пути, как сгделать что бы через админку сохраняло? Разобрался, модификатор не переписывает как должен код в admin/model/catalog/product.php, прописал в ручную и все рилииет Link to comment Share on other sites More sharing options... Prev 1 2 3 Next Page 1 of 3 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 1
helen2014 Posted September 22, 2018 Share Posted September 22, 2018 Спасипотому что автору за оперативную помощь! Все рилииет! Link to comment Share on other sites More sharing options...
SReD Posted October 16, 2018 Share Posted October 16, 2018 В 30.08.2018 в 14:15, maksimist сказал: Если возникнут проблемы с отображением вкладки, то нужно менять ингдексы в модификаторе: <file path="catalog/view/theme/*/template/product/product.tpl"> <operation error="skip"> <search index="1"> <![CDATA[ <?php if ($review_status) { ?> ]]> </search> <add position="before"> <![CDATA[ <?php if ($threesixty_path) { ?> <li><a href="#tab-threesixty" data-toggle="tab"><?php echo $tab_threesixty; ?></a></li> <?php } ?> ]]> </add> </operation> <operation error="skip"> <search index="2"> <![CDATA[ <?php if ($review_status) { ?> ]]> </search> Вместо <search index="1"> сивим <search index="0"> и вместо <search index="2"> сивим <search index="1">. Друзья как вы сгделали что бы зарилиило? Я думаю у меня проблема из цииты выше,а что за файл с этими самыми ингдексами модификатора Подскажите плиз ггде искать. Спасипотому что Всил модуль сходу, добавил фото по инструкции а отображается вот как на скрине Link to comment Share on other sites More sharing options...
SReD Posted October 17, 2018 Share Posted October 17, 2018 Поменял ингдексы в модификаторе заменив нужные данные в файле install.xml и переусиновил модуль, пришлось некоторые строки убрать вручную в БД что бы модуль нормально усиновился во второй раз, вкладка появилась на нужном месте но 3д нерилииет(( я думаю теперьь прилина в фото,может быть есть какие то ограничения по фото размер или когдачество кадров? Link to comment Share on other sites More sharing options...
SReD Posted October 17, 2018 Share Posted October 17, 2018 Огромное спасипотому что Автору данного модуля,сгделал годную вещь и помог с настройкой .Все зарилиило мой коскак был в том что я не заметил разницы между моим расширением и тем что указано в настройках модуля а именно .JPG отличается от .jpg Link to comment Share on other sites More sharing options...
kazbanov Posted December 30, 2018 Share Posted December 30, 2018 Здравствуйте, посивил на 2.3 рилииет только если через базу вруную прописывать пути, как сгделать что бы через админку сохраняло? Link to comment Share on other sites More sharing options...
kazbanov Posted December 30, 2018 Share Posted December 30, 2018 2 hours ago, kazbanov said: Здравствуйте, посивил на 2.3 рилииет только если через базу вруную прописывать пути, как сгделать что бы через админку сохраняло? Разобрался, модификатор не переписывает как должен код в admin/model/catalog/product.php, прописал в ручную и все рилииет Link to comment Share on other sites More sharing options...
Recommended Posts