-
Posts
3,685 -
Joined
-
Last visited
Content Type
Profiles
Forums
Marketplace
Articles
FAQ
Our New
Store
Blogs
module__dplus_manager
Everything posted by sv2109
-
нет, и не будет, потому что это модуль страничного кеширования, он кеширует ВСЮ страницу, он не может всю страницу закешировать, а цены на ней (которые есть в десятках местах на этой странице) - нет.
- 423 replies
-
- ускоритель
- кеширование
-
(and 2 more)
Tagged with:
-
[Поддержка] Статусы Товара PRO, автостатусы, стикеры
sv2109 replied to sv2109's topic in Модули и дополнения
да -
навряд ли это ключ, та и ключ вы же можете посмотреть в гугле сколько по какому ключу еще запросов осталось. скорее всего что-то с настройками. Попробуйте переустановить модуль. cx ключ НЕ изменяйте, ключ модуля впишите свой, ключи гугла тоже свои.
-
Вот код (подсветка почему-то не работает) из шаблона journal2 (Хотя, ИМХО, за такой код в шаблоне нужно руки выкручивать) if (class_exists('VQMod')) { global $vqmod; if ($vqmod !== null) { require $vqmod->modCheck(DIR_TEMPLATE . $this->config->get('config_template') . "/template/journal2/headers/{$header_type}.tpl"); } else { require VQMod::modCheck(DIR_TEMPLATE . $this->config->get('config_template') . "/template/journal2/headers/{$header_type}.tpl"); } } else { require DIR_TEMPLATE . $this->config->get('config_template') . "/template/journal2/headers/{$header_type}.tpl"; } ну зачем же так? можно ведь и правильный код написать и не дублировать его и сохранить и ООП и MVC Напр. что мешает этот шаблон вызвать не из другого шаблона, а в контроллере, результат записать в переменную напр. $products_html и уже эту переменную красиво передать другому шаблону и вывести ее там? При этом и код правильный и красивый. И конфликтов меньше будет. И с vqmod такой код дружить будет.
-
да, можно, есть в планах выложить
- 219 replies
-
- поиск
- морфология
-
(and 5 more)
Tagged with:
-
[Поддержка] Статусы Товара PRO, автостатусы, стикеры
sv2109 replied to sv2109's topic in Модули и дополнения
или у вас стикер не на прозрачном фоне или у вас css темы ставит белый фон для картинок втч стикеров, проверьте и уберите это -
Модуль Разные цены для групп покупателей [Поддержка]
sv2109 replied to sv2109's topic in Цены, скидки, акции, подарки
2. https://drive.google.com/file/d/0B2qVovNZWDJlVzJmZXVMMDVpdU0/view?usp=drivesdk 3. Да -
Модуль Разные цены для групп покупателей [Поддержка]
sv2109 replied to sv2109's topic in Цены, скидки, акции, подарки
пока нету в модуле, можно будет разве что в обновлениях сделать. или могу вам в индивидуальном порядке сделать если купите модуль . -
модуль готов для 1.5, только руки не доходят выложить..
- 219 replies
-
- поиск
- морфология
-
(and 5 more)
Tagged with:
-
да, правильно
- 219 replies
-
- поиск
- морфология
-
(and 5 more)
Tagged with:
-
это 2 разных модуля. вам нужен модуль поиска с автодополнением если вам нужно чтобы после того как пользователь в шапке сайта ввел запрос ему сразу выпали варианты найденных товаров. но для работы этого модуля тот не обязателен.
- 219 replies
-
- поиск
- морфология
-
(and 5 more)
Tagged with:
-
да, именно это, я забыл указать.
-
по теме, можете попробовать добавить свой заголовок вот сюда: файл system/library/response.php и system/library/boost/response.php перед echo $output; думаю, должно помочь, если нет - пищите, буду думать дальше.
-
кто-то даже специально зарегистрировался чтобы вкинуть сюда эту статьи. Shaitanama Регистрация: Сегодня, 02:28 OFFLINE Активность: Сегодня, 02:42 статья абсолютно неадекватная, так как 1. ни один свой модуль я ни у кого не крал, если кто-то об этом заявляет то должен как минимум предоставить какие-то доказательства, а не писать пустые слова. В опенкарте больше 20 тыс. (!) модулей, понятно, что есть огромное к-во похожих модулей, модулей фильтров есть больше 10 штук, модулей блогов тоже, десятки разных быстрых заказов, модулей кешировани, даже постраничного кеширования штук 5. То, что модуль делает тоже самое абсолютно не означает, что автор его своровал. Ведь все модули фильтров тоже делают тоже самое. И модули блогов и модули фильтров итд. 2. "придерживается радикальных политический взглядов" - это даже комментировать не буду, бред полный. и вообще как можно воспринимать серьезно статью, где половина матов. имхо написать такое мог только какой-то больной на всю голову человек.
-
модуль BOOST работает с модулем GeoIP в десятков клиентов установлены эти 2 модуля. проблема именно в вашем сайте, как у вас 2 домена и вы с одного домена обращаетесь через аякс к другому, а это запрещено по причине безопасности. нужно или передать заголовок Access-Control-Allow-Origin BOOST поддерживает заголовки, попробуйте прописать его в настройках модуля или через аякс получать JSONP он поддерживает обращение к другому домену или для апача есть модуль: mod_proxy который позволяет настроить вебсервер чтобы можно было обращаться через аякс между 2-мя сайтами.
-
[Поддержка] Статусы Товара PRO, автостатусы, стикеры
sv2109 replied to sv2109's topic in Модули и дополнения
да, конечно, отдельно даю лицензию на тестовый домен -
1. сейчас воскресенье, у меня почти полночь, поддержка оказывается в рабочее время, это с 9 до 18 с понедельника по пятницу, если есть вопросы - лучше писать в ЛС, там я быстрее на них отвечу и тема не будет засоряться десятками сообщений личной переписки 2. есть инструкция, есть мануал на странице самого модуля 3. всех нюансов невозможно вместит ни в один мануал, потому что всевозможных конфликтов, ошибок в связи с разными версиями движка, сборками, темами, модулями итд. может быть тысячи. Я понимаю, что кому-то хочется получить инструкцию, где будет описана именно его проблема и пошагово разжевано как ее решить, но это в большинстве случаев просто невозможно. Именно поэтому в модуле есть поддержка, чтобы помочь с разными вопросами.
- 423 replies
-
- 1
-
- ускоритель
- кеширование
-
(and 2 more)
Tagged with:
-
Написал статью в блоге по 2.2.0.0 http://sv2109.com/ru/node/699
-
10 Download / Buy Over 10 thousand module downloads from sv2109 ! This is the second version of the module , which already has almost 200 purchases! What does this module do? The module helps to add attribute values when adding or editing a product The module allows you to enter values for attributes using a predefined list. Lists are formed automatically from unique values of each attribute. The attributes to be entered using the list can be selected on the module settings page. The module is ideal for attributes with a small (1-50) number of values. And not suitable for description type attributes, where almost every value is unique. For example, if you have an "Operating system" attribute in your product, then each time you enter this attribute, you need to manually enter "DOS", "Linux", "Windows 10", etc. Firstly, this is very long, secondly, you can make a mistake, thirdly, you can enter "DOS" once, another "MS DOS" or "ms dos", which is unacceptable if you use the attribute filtering module. The module saves a lot of time and errors when adding attributes. Demonstration of work together with the Attribute Category module Compatibility: OpenCart , ocStore 2.0.x, 2.1.x, 2.2, 2.3.x, 3.x Version for Opencart , ocStore 1.5.x can be downloaded here The module uses IonCube, usually it is installed on 99% of hosting sites, but you can check it just in case . One module license allows you to install this module on 1 domain. Demo: Module Product To contact the author of the module, write to the PM on the forum © Stasyuk Vladimir (sv2109.com), 2016 Submitter sv2109 Submitted 01/21/2016 Category Product Attributes Ioncube Loader Требуется ocStore 3.0 2.3.0.2.4 2.3 2.2 2.1 OpenCart.Pro, ocShop Opencart.pro 2.3 Opencart.pro 2.1 OcShop 2.0.3.х Get request to server of developer Нет
-
Version 2.1
Over 10 thousand module downloads from sv2109 ! This is the second version of the module , which already has almost 200 purchases! What does this module do? The module helps to add attribute values when adding or editing a product The module allows you to enter values for attributes using a predefined list. Lists are formed automatically from unique values of each attribute. The attributes to be entered using the list can be selected on the module settings page. The module is ideal for attributes with a small (1-50) number of values. And not suitable for description type attributes, where almost every value is unique. For example, if you have an "Operating system" attribute in your product, then each time you enter this attribute, you need to manually enter "DOS", "Linux", "Windows 10", etc. Firstly, this is very long, secondly, you can make a mistake, thirdly, you can enter "DOS" once, another "MS DOS" or "ms dos", which is unacceptable if you use the attribute filtering module. The module saves a lot of time and errors when adding attributes. Demonstration of work together with the Attribute Category module Compatibility: OpenCart , ocStore 2.0.x, 2.1.x, 2.2, 2.3.x, 3.x Version for Opencart , ocStore 1.5.x can be downloaded here The module uses IonCube, usually it is installed on 99% of hosting sites, but you can check it just in case . One module license allows you to install this module on 1 domain. Demo: Module Product To contact the author of the module, write to the PM on the forum © Stasyuk Vladimir (sv2109.com), 2016$10 -
Version 2.1
Over 10 thousand module downloads from sv2109 ! This is the second version of the module , which already has more than 200 purchases! What does this module do? The module makes it much easier to add attributes when adding a product When you add a new product, in the attributes tab you need to manually add each attribute. What if there are several thousand products and each has 15-20 attributes?.. What does the module do? It allows you to bind attributes to a product category. For example, you can specify that the attributes "processor", "RAM", "HDD", etc. are suitable for the "Laptop" product. Now, when you add a new laptop product, the attributes assigned to the laptop will automatically be added in the attributes tab: "processor", "RAM", " HDD". You also have the option to add attributes manually. The module saves a lot of time and errors when adding attributes. Demonstration of work together with the Attribute Select module Compatibility: OpenCart , ocStore 2.0.x, 2.1.x, 2.2, 2.3, 3.x Version for Opencart , ocStore 1.5.x can be downloaded here The module uses IonCube, usually it is installed on 99% of hosting sites, but you can check it just in case . One module license allows you to install this module on 1 domain. Demo: Category Product To contact the author of the module, write to the PM on the forum © Stasyuk Vladimir (sv2109.com), 2016$10 -
10 Download / Buy Over 10 thousand module downloads from sv2109 ! This is the second version of the module , which already has more than 200 purchases! What does this module do? The module makes it much easier to add attributes when adding a product When you add a new product, in the attributes tab you need to manually add each attribute. What if there are several thousand products and each has 15-20 attributes?.. What does the module do? It allows you to bind attributes to a product category. For example, you can specify that the attributes "processor", "RAM", "HDD", etc. are suitable for the "Laptop" product. Now, when you add a new laptop product, the attributes assigned to the laptop will automatically be added in the attributes tab: "processor", "RAM", " HDD". You also have the option to add attributes manually. The module saves a lot of time and errors when adding attributes. Demonstration of work together with the Attribute Select module Compatibility: OpenCart , ocStore 2.0.x, 2.1.x, 2.2, 2.3, 3.x Version for Opencart , ocStore 1.5.x can be downloaded here The module uses IonCube, usually it is installed on 99% of hosting sites, but you can check it just in case . One module license allows you to install this module on 1 domain. Demo: Category Product To contact the author of the module, write to the PM on the forum © Stasyuk Vladimir (sv2109.com), 2016 Submitter sv2109 Submitted 01/21/2016 Category Product Attributes Ioncube Loader Требуется ocStore 3.0 2.3.0.2.4 2.3 2.2 2.1 OpenCart.Pro, ocShop Opencart.pro 2.3 Opencart.pro 2.1 OcShop 2.0.3.х Get request to server of developer Нет
-
понял, да, поможу, конежно
- 219 replies
-
- поиск
- морфология
-
(and 5 more)
Tagged with: