golovko Posted February 12, 2017 Share Posted February 12, 2017 Google Analytics для анализа страницы добавляет значение ?gclid=Test в ссылке карточки товара, например http://shop-store.com/a106-temnaya-karkasnaya.html?gclid=Test но SeoPro перенаправляет на http://shop-store.com/a106-temnaya-karkasnaya.html и значение ?gclid=Test из ссылки пропадает. Это не позволяет корректно собирать все данные в Google Analytics. Как можно добавить исключение в SeoPro для ссылок в которых есть значения gclid ? Link to comment Share on other sites More sharing options...
AlexDW Posted February 12, 2017 Share Posted February 12, 2017 здесь смотрите Link to comment Share on other sites More sharing options... markimax Posted February 12, 2017 Share Posted February 12, 2017 3 минуты назад, AlexDW сказал: здесь смотрите Вообще это ошибка seo_pro Причем очень, очень старая (я Руслану о ней писал ооочень давно) Что это за самодеятельность - чистить все параметры "кроме", алгоритм должен быть от обратного Link to comment Share on other sites More sharing options... AlexDW Posted February 12, 2017 Share Posted February 12, 2017 2 минуты назад, markimax сказал: Что это за самодеятельность - чистить все параметры "кроме", алгоритм должен быть от обратного в ocStore 2302 это уже встроено в настройки Link to comment Share on other sites More sharing options... golovko Posted February 12, 2017 Author Share Posted February 12, 2017 1 час назад, AlexDW сказал: здесь смотрите вставил, но не работает (версия ocstore 2.1.0.2.1) switch ($route) { case 'product/product': if (isset($data['product_id'])) { $tmp = $data; $data = array(); if ($this->config->get('config_seo_url_include_path')) { $data['path'] = $this->getPathByProduct($tmp['product_id']); if (!$data['path']) return $link; } $data['product_id'] = $tmp['product_id']; if (isset($tmp['tracking'])) { $data['tracking'] = $tmp['tracking']; } // --- add below if (isset($tmp['utm_medium'])) { $data['utm_medium'] = $tmp['utm_medium']; } if (isset($tmp['utm_source'])) { $data['utm_source'] = $tmp['utm_source']; } if (isset($tmp['utm_campaign'])) { $data['utm_campaign'] = $tmp['utm_campaign']; } if (isset($tmp['utm_content'])) { $data['utm_content'] = $tmp['utm_content']; } if (isset($tmp['yclid'])) { $data['yclid'] = $tmp['yclid']; } if (isset($tmp['ymclid'])) { $data['ymclid'] = $tmp['ymclid']; } if (isset($tmp['gclid'])) { $data['gclid'] = $tmp['gclid']; } if (isset($tmp['utm_term'])) { $data['utm_term'] = $tmp['utm_term']; } if (isset($tmp['type'])) { $data['type'] = $tmp['type']; } if (isset($tmp['block'])) { $data['block'] = $tmp['block']; } if (isset($tmp['position'])) { $data['position'] = $tmp['position']; } if (isset($tmp['keyword'])) { $data['keyword'] = $tmp['keyword']; } // --- add above Link to comment Share on other sites More sharing options... golovko Posted February 12, 2017 Author Share Posted February 12, 2017 В чем может быть проблема? Link to comment Share on other sites More sharing options... AlexDW Posted February 12, 2017 Share Posted February 12, 2017 чего и куда именно вставили-то? Link to comment Share on other sites More sharing options... golovko Posted February 12, 2017 Author Share Posted February 12, 2017 20 минут назад, AlexDW сказал: чего и куда именно вставили-то? в файле /catalog/controller/common/seo_pro.php вставил все, что выше может попробовать удалить строку // --- add below Link to comment Share on other sites More sharing options... AlexDW Posted February 12, 2017 Share Posted February 12, 2017 22 минуты назад, golovko сказал: вставил все, что выше ясно, почему-то так и подумал верните все исправления назад (лучше всего - заменить файл оригиналом из дистрибутива) откройте файл, найдите код if (isset($tmp['tracking'])) { $data['tracking'] = $tmp['tracking']; } после добавьте if (isset($tmp['utm_medium'])) { $data['utm_medium'] = $tmp['utm_medium']; } if (isset($tmp['utm_source'])) { $data['utm_source'] = $tmp['utm_source']; } if (isset($tmp['utm_campaign'])) { $data['utm_campaign'] = $tmp['utm_campaign']; } if (isset($tmp['utm_content'])) { $data['utm_content'] = $tmp['utm_content']; } if (isset($tmp['yclid'])) { $data['yclid'] = $tmp['yclid']; } if (isset($tmp['ymclid'])) { $data['ymclid'] = $tmp['ymclid']; } if (isset($tmp['gclid'])) { $data['gclid'] = $tmp['gclid']; } if (isset($tmp['utm_term'])) { $data['utm_term'] = $tmp['utm_term']; } if (isset($tmp['type'])) { $data['type'] = $tmp['type']; } if (isset($tmp['block'])) { $data['block'] = $tmp['block']; } if (isset($tmp['position'])) { $data['position'] = $tmp['position']; } if (isset($tmp['keyword'])) { $data['keyword'] = $tmp['keyword']; } сохраните файл и очистите содержимое папки system\storage\cache Link to comment Share on other sites More sharing options... golovko Posted February 12, 2017 Author Share Posted February 12, 2017 25 минут назад, AlexDW сказал: откройте файл, найдите код if (isset($tmp['tracking'])) { $data['tracking'] = $tmp['tracking']; } после добавьте дело в том, что я так и сделал. Я ничего из файла не удалял, только добавил те строки. Вот файл seo_pro.php Link to comment Share on other sites More sharing options... AlexDW Posted February 12, 2017 Share Posted February 12, 2017 системный кеш чистили? Link to comment Share on other sites More sharing options... golovko Posted February 12, 2017 Author Share Posted February 12, 2017 1 минуту назад, AlexDW сказал: системный кеш чистили? да, удалил все файлы из папки system\storage\cach Link to comment Share on other sites More sharing options... golovko Posted February 12, 2017 Author Share Posted February 12, 2017 может из .htaccess нужно удалить какой-то редирект? Link to comment Share on other sites More sharing options... AlexDW Posted February 12, 2017 Share Posted February 12, 2017 если родной - то скорей уж грешить в сторону какого-нибудь кешера Link to comment Share on other sites More sharing options... chukcha Posted February 12, 2017 Share Posted February 12, 2017 системный кеш или кеш модификаторов Link to comment Share on other sites More sharing options... chukcha Posted February 12, 2017 Share Posted February 12, 2017 7 часов назад, markimax сказал: (я Руслану о ней писал ооочень давно) Есть две политики прав Разрешаем все, а потом отбираем Запрещаем все, а потом выдаем И обе имеют право на жизнь Link to comment Share on other sites More sharing options... golovko Posted February 12, 2017 Author Share Posted February 12, 2017 14 минут назад, AlexDW сказал: если родной - то скорей уж грешить в сторону какого-нибудь кешера у меня ссылки на страницы карточек товаров заканчиваются .html а смотрел у других - ссылка в конце без .html может в этом проблема? Link to comment Share on other sites More sharing options... golovko Posted February 12, 2017 Author Share Posted February 12, 2017 20 минут назад, chukcha сказал: системный кеш или кеш модификаторов где-то это обсуждалось на форуме? я даже не знаю с чего начать Link to comment Share on other sites More sharing options... chukcha Posted February 12, 2017 Share Posted February 12, 2017 Обновить модификаторы Очень сложно гадать, вытягивать по частям, не зная, какие у вас настройки. А включен ли se_pro Какое окончание у ссылок? И т.д. Link to comment Share on other sites More sharing options... markimax Posted February 12, 2017 Share Posted February 12, 2017 33 минуты назад, chukcha сказал: Есть две политики прав Разрешаем все, а потом отбираем Запрещаем все, а потом выдаем И обе имеют право на жизнь Не в этом "случае" В этом случае - чистая самодеятельность Link to comment Share on other sites More sharing options... chukcha Posted February 12, 2017 Share Posted February 12, 2017 Цитата У каждого было особое мненье, Как лезть нам по этой горе. Аркаша, Алеша, Юраша, Климаша И самый настойчивый я. Link to comment Share on other sites More sharing options... 2 years later... hosman Posted October 17, 2019 Share Posted October 17, 2019 Всем привет! Ребят подскажите, у меня модуль формирует такой скрипт <script src="index.php?route=extension/module/options_combinations/option_script&product_id=50&options_like_images_image=0&options_like_images_width=24&options_like_images_height=24&options_like_images_radius=&options_like_list_width=24&options_like_list_height=24&options_like_list_radius=&config_opt_comb_stock=1&config_opt_comb_text_dimensions=Dimensions%3A&config_opt_comb_text_dimensions_length=L%3A&config_opt_comb_text_dimensions_width=W%3A&config_opt_comb_text_dimensions_height=H%3A&v=20191017065427" type="text/javascript"></script> но seo pro переадресовывает его на карточку товара, из-за этого модуль не работает. Каким образом можно добавить исключение? Opencart 3 Link to comment Share on other sites More sharing options... 7 months later... Weiss1985 Posted June 14, 2020 Share Posted June 14, 2020 Как исключить из seopro все что идет за /autoparts/ к примеру /autoparts/citroen/jumpy-box-16~xx/ Link to comment Share on other sites More sharing options... 9 months later... Kahtec Posted March 25, 2021 Share Posted March 25, 2021 Подскажите темному: Как в SeoPro добавить исключение, чтобы не получался 301 редирект с https://japan-power.ru/yandex_marketplace/stocks на https://japan-power.ru/index.php?route=extension/module/yandex_marketplace/stocks Пишите в личку, договоримся Link to comment Share on other sites More sharing options... Create an account or sign in to comment You need to be a member in order to leave a comment Create an account Sign up for a new account in our community. It's easy! Register a new account Sign in Already have an account? Sign in here. Sign In Now Share More sharing options... Followers 0 Go to topic listing Similar Content Необходимо некоторые товары добавить в определенную категорию By Vladimir543, June 7 5 replies 235 views Vladimir543 June 14 Закупка ссылок на сайт By Loysik, January 7 9 replies 569 views buslikdrev May 30 украинская версия по умолчанию и SeoPro By Papai, January 26, 2021 5 replies 1,636 views WarStyle June 28 Opencart SEO - нужны некоторые указатели. By zeref, June 14 3 replies 320 views zeref June 15 дубли страниц, seoPro 1 2 3 4 72 By freelancer, June 30, 2012 дубли 1,798 replies 594,925 views YaroslavFadeev May 5 Recently Browsing 0 members No registered users viewing this page. Последние темы Последние дополнения Последние новости All Activity Home Реклама и продвижение SEO-вопросы (оптимизация и продвижение магазина) Добавить исключение в SeoPro для некоторых ссылок Покупателям Оплата дополнений физическими лицами Оплата дополнений юридическими лицами Политика возвратов Разработчикам Регламент размещения дополнений Регламент продаж и поддержки дополнений Виртуальный аккаунт автора Политика продвижения объявлений API каталога дополнений Урегулирование споров по авторским правам Полезная информация Публичная оферта Политика возвратов Политика конфиденциальности Платежная политика Политика Передачи Персональных Данных Политика прозрачности Последние дополнения Дополнительные услуги By DSV Обновление курса валют Приватбанк, Монобанк, НБУ для Opencart/Ocstore By bogdan281989 Deluxe - адаптивный, универсальный шаблон By aridius Кнопка view в списках (товар, категория, производитель, статья) By chukcha Автоматическое заполнение URL для 4.0 By chukcha × Existing user? Sign In Sign Up Shopping section Back Purchased extensions Invoices Whishlist Alternative Contacts 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
markimax Posted February 12, 2017 Share Posted February 12, 2017 3 минуты назад, AlexDW сказал: здесь смотрите Вообще это ошибка seo_pro Причем очень, очень старая (я Руслану о ней писал ооочень давно) Что это за самодеятельность - чистить все параметры "кроме", алгоритм должен быть от обратного Link to comment Share on other sites More sharing options... AlexDW Posted February 12, 2017 Share Posted February 12, 2017 2 минуты назад, markimax сказал: Что это за самодеятельность - чистить все параметры "кроме", алгоритм должен быть от обратного в ocStore 2302 это уже встроено в настройки Link to comment Share on other sites More sharing options... golovko Posted February 12, 2017 Author Share Posted February 12, 2017 1 час назад, AlexDW сказал: здесь смотрите вставил, но не работает (версия ocstore 2.1.0.2.1) switch ($route) { case 'product/product': if (isset($data['product_id'])) { $tmp = $data; $data = array(); if ($this->config->get('config_seo_url_include_path')) { $data['path'] = $this->getPathByProduct($tmp['product_id']); if (!$data['path']) return $link; } $data['product_id'] = $tmp['product_id']; if (isset($tmp['tracking'])) { $data['tracking'] = $tmp['tracking']; } // --- add below if (isset($tmp['utm_medium'])) { $data['utm_medium'] = $tmp['utm_medium']; } if (isset($tmp['utm_source'])) { $data['utm_source'] = $tmp['utm_source']; } if (isset($tmp['utm_campaign'])) { $data['utm_campaign'] = $tmp['utm_campaign']; } if (isset($tmp['utm_content'])) { $data['utm_content'] = $tmp['utm_content']; } if (isset($tmp['yclid'])) { $data['yclid'] = $tmp['yclid']; } if (isset($tmp['ymclid'])) { $data['ymclid'] = $tmp['ymclid']; } if (isset($tmp['gclid'])) { $data['gclid'] = $tmp['gclid']; } if (isset($tmp['utm_term'])) { $data['utm_term'] = $tmp['utm_term']; } if (isset($tmp['type'])) { $data['type'] = $tmp['type']; } if (isset($tmp['block'])) { $data['block'] = $tmp['block']; } if (isset($tmp['position'])) { $data['position'] = $tmp['position']; } if (isset($tmp['keyword'])) { $data['keyword'] = $tmp['keyword']; } // --- add above Link to comment Share on other sites More sharing options... golovko Posted February 12, 2017 Author Share Posted February 12, 2017 В чем может быть проблема? Link to comment Share on other sites More sharing options... AlexDW Posted February 12, 2017 Share Posted February 12, 2017 чего и куда именно вставили-то? Link to comment Share on other sites More sharing options... golovko Posted February 12, 2017 Author Share Posted February 12, 2017 20 минут назад, AlexDW сказал: чего и куда именно вставили-то? в файле /catalog/controller/common/seo_pro.php вставил все, что выше может попробовать удалить строку // --- add below Link to comment Share on other sites More sharing options... AlexDW Posted February 12, 2017 Share Posted February 12, 2017 22 минуты назад, golovko сказал: вставил все, что выше ясно, почему-то так и подумал верните все исправления назад (лучше всего - заменить файл оригиналом из дистрибутива) откройте файл, найдите код if (isset($tmp['tracking'])) { $data['tracking'] = $tmp['tracking']; } после добавьте if (isset($tmp['utm_medium'])) { $data['utm_medium'] = $tmp['utm_medium']; } if (isset($tmp['utm_source'])) { $data['utm_source'] = $tmp['utm_source']; } if (isset($tmp['utm_campaign'])) { $data['utm_campaign'] = $tmp['utm_campaign']; } if (isset($tmp['utm_content'])) { $data['utm_content'] = $tmp['utm_content']; } if (isset($tmp['yclid'])) { $data['yclid'] = $tmp['yclid']; } if (isset($tmp['ymclid'])) { $data['ymclid'] = $tmp['ymclid']; } if (isset($tmp['gclid'])) { $data['gclid'] = $tmp['gclid']; } if (isset($tmp['utm_term'])) { $data['utm_term'] = $tmp['utm_term']; } if (isset($tmp['type'])) { $data['type'] = $tmp['type']; } if (isset($tmp['block'])) { $data['block'] = $tmp['block']; } if (isset($tmp['position'])) { $data['position'] = $tmp['position']; } if (isset($tmp['keyword'])) { $data['keyword'] = $tmp['keyword']; } сохраните файл и очистите содержимое папки system\storage\cache Link to comment Share on other sites More sharing options... golovko Posted February 12, 2017 Author Share Posted February 12, 2017 25 минут назад, AlexDW сказал: откройте файл, найдите код if (isset($tmp['tracking'])) { $data['tracking'] = $tmp['tracking']; } после добавьте дело в том, что я так и сделал. Я ничего из файла не удалял, только добавил те строки. Вот файл seo_pro.php Link to comment Share on other sites More sharing options... AlexDW Posted February 12, 2017 Share Posted February 12, 2017 системный кеш чистили? Link to comment Share on other sites More sharing options... golovko Posted February 12, 2017 Author Share Posted February 12, 2017 1 минуту назад, AlexDW сказал: системный кеш чистили? да, удалил все файлы из папки system\storage\cach Link to comment Share on other sites More sharing options... golovko Posted February 12, 2017 Author Share Posted February 12, 2017 может из .htaccess нужно удалить какой-то редирект? Link to comment Share on other sites More sharing options... AlexDW Posted February 12, 2017 Share Posted February 12, 2017 если родной - то скорей уж грешить в сторону какого-нибудь кешера Link to comment Share on other sites More sharing options... chukcha Posted February 12, 2017 Share Posted February 12, 2017 системный кеш или кеш модификаторов Link to comment Share on other sites More sharing options... chukcha Posted February 12, 2017 Share Posted February 12, 2017 7 часов назад, markimax сказал: (я Руслану о ней писал ооочень давно) Есть две политики прав Разрешаем все, а потом отбираем Запрещаем все, а потом выдаем И обе имеют право на жизнь Link to comment Share on other sites More sharing options... golovko Posted February 12, 2017 Author Share Posted February 12, 2017 14 минут назад, AlexDW сказал: если родной - то скорей уж грешить в сторону какого-нибудь кешера у меня ссылки на страницы карточек товаров заканчиваются .html а смотрел у других - ссылка в конце без .html может в этом проблема? Link to comment Share on other sites More sharing options... golovko Posted February 12, 2017 Author Share Posted February 12, 2017 20 минут назад, chukcha сказал: системный кеш или кеш модификаторов где-то это обсуждалось на форуме? я даже не знаю с чего начать Link to comment Share on other sites More sharing options... chukcha Posted February 12, 2017 Share Posted February 12, 2017 Обновить модификаторы Очень сложно гадать, вытягивать по частям, не зная, какие у вас настройки. А включен ли se_pro Какое окончание у ссылок? И т.д. Link to comment Share on other sites More sharing options... markimax Posted February 12, 2017 Share Posted February 12, 2017 33 минуты назад, chukcha сказал: Есть две политики прав Разрешаем все, а потом отбираем Запрещаем все, а потом выдаем И обе имеют право на жизнь Не в этом "случае" В этом случае - чистая самодеятельность Link to comment Share on other sites More sharing options... chukcha Posted February 12, 2017 Share Posted February 12, 2017 Цитата У каждого было особое мненье, Как лезть нам по этой горе. Аркаша, Алеша, Юраша, Климаша И самый настойчивый я. Link to comment Share on other sites More sharing options... 2 years later... hosman Posted October 17, 2019 Share Posted October 17, 2019 Всем привет! Ребят подскажите, у меня модуль формирует такой скрипт <script src="index.php?route=extension/module/options_combinations/option_script&product_id=50&options_like_images_image=0&options_like_images_width=24&options_like_images_height=24&options_like_images_radius=&options_like_list_width=24&options_like_list_height=24&options_like_list_radius=&config_opt_comb_stock=1&config_opt_comb_text_dimensions=Dimensions%3A&config_opt_comb_text_dimensions_length=L%3A&config_opt_comb_text_dimensions_width=W%3A&config_opt_comb_text_dimensions_height=H%3A&v=20191017065427" type="text/javascript"></script> но seo pro переадресовывает его на карточку товара, из-за этого модуль не работает. Каким образом можно добавить исключение? Opencart 3 Link to comment Share on other sites More sharing options... 7 months later... Weiss1985 Posted June 14, 2020 Share Posted June 14, 2020 Как исключить из seopro все что идет за /autoparts/ к примеру /autoparts/citroen/jumpy-box-16~xx/ Link to comment Share on other sites More sharing options... 9 months later... Kahtec Posted March 25, 2021 Share Posted March 25, 2021 Подскажите темному: Как в SeoPro добавить исключение, чтобы не получался 301 редирект с https://japan-power.ru/yandex_marketplace/stocks на https://japan-power.ru/index.php?route=extension/module/yandex_marketplace/stocks Пишите в личку, договоримся Link to comment Share on other sites More sharing options... Create an account or sign in to comment You need to be a member in order to leave a comment Create an account Sign up for a new account in our community. It's easy! Register a new account Sign in Already have an account? Sign in here. Sign In Now Share More sharing options... Followers 0 Go to topic listing Similar Content Необходимо некоторые товары добавить в определенную категорию By Vladimir543, June 7 5 replies 235 views Vladimir543 June 14 Закупка ссылок на сайт By Loysik, January 7 9 replies 569 views buslikdrev May 30 украинская версия по умолчанию и SeoPro By Papai, January 26, 2021 5 replies 1,636 views WarStyle June 28 Opencart SEO - нужны некоторые указатели. By zeref, June 14 3 replies 320 views zeref June 15 дубли страниц, seoPro 1 2 3 4 72 By freelancer, June 30, 2012 дубли 1,798 replies 594,925 views YaroslavFadeev May 5 Recently Browsing 0 members No registered users viewing this page. Последние темы Последние дополнения Последние новости All Activity Home Реклама и продвижение SEO-вопросы (оптимизация и продвижение магазина) Добавить исключение в SeoPro для некоторых ссылок Покупателям Оплата дополнений физическими лицами Оплата дополнений юридическими лицами Политика возвратов Разработчикам Регламент размещения дополнений Регламент продаж и поддержки дополнений Виртуальный аккаунт автора Политика продвижения объявлений API каталога дополнений Урегулирование споров по авторским правам Полезная информация Публичная оферта Политика возвратов Политика конфиденциальности Платежная политика Политика Передачи Персональных Данных Политика прозрачности Последние дополнения Дополнительные услуги By DSV Обновление курса валют Приватбанк, Монобанк, НБУ для Opencart/Ocstore By bogdan281989 Deluxe - адаптивный, универсальный шаблон By aridius Кнопка view в списках (товар, категория, производитель, статья) By chukcha Автоматическое заполнение URL для 4.0 By chukcha × Existing user? Sign In Sign Up Shopping section Back Purchased extensions Invoices Whishlist Alternative Contacts 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
AlexDW Posted February 12, 2017 Share Posted February 12, 2017 2 минуты назад, markimax сказал: Что это за самодеятельность - чистить все параметры "кроме", алгоритм должен быть от обратного в ocStore 2302 это уже встроено в настройки Link to comment Share on other sites More sharing options... golovko Posted February 12, 2017 Author Share Posted February 12, 2017 1 час назад, AlexDW сказал: здесь смотрите вставил, но не работает (версия ocstore 2.1.0.2.1) switch ($route) { case 'product/product': if (isset($data['product_id'])) { $tmp = $data; $data = array(); if ($this->config->get('config_seo_url_include_path')) { $data['path'] = $this->getPathByProduct($tmp['product_id']); if (!$data['path']) return $link; } $data['product_id'] = $tmp['product_id']; if (isset($tmp['tracking'])) { $data['tracking'] = $tmp['tracking']; } // --- add below if (isset($tmp['utm_medium'])) { $data['utm_medium'] = $tmp['utm_medium']; } if (isset($tmp['utm_source'])) { $data['utm_source'] = $tmp['utm_source']; } if (isset($tmp['utm_campaign'])) { $data['utm_campaign'] = $tmp['utm_campaign']; } if (isset($tmp['utm_content'])) { $data['utm_content'] = $tmp['utm_content']; } if (isset($tmp['yclid'])) { $data['yclid'] = $tmp['yclid']; } if (isset($tmp['ymclid'])) { $data['ymclid'] = $tmp['ymclid']; } if (isset($tmp['gclid'])) { $data['gclid'] = $tmp['gclid']; } if (isset($tmp['utm_term'])) { $data['utm_term'] = $tmp['utm_term']; } if (isset($tmp['type'])) { $data['type'] = $tmp['type']; } if (isset($tmp['block'])) { $data['block'] = $tmp['block']; } if (isset($tmp['position'])) { $data['position'] = $tmp['position']; } if (isset($tmp['keyword'])) { $data['keyword'] = $tmp['keyword']; } // --- add above Link to comment Share on other sites More sharing options... golovko Posted February 12, 2017 Author Share Posted February 12, 2017 В чем может быть проблема? Link to comment Share on other sites More sharing options... AlexDW Posted February 12, 2017 Share Posted February 12, 2017 чего и куда именно вставили-то? Link to comment Share on other sites More sharing options... golovko Posted February 12, 2017 Author Share Posted February 12, 2017 20 минут назад, AlexDW сказал: чего и куда именно вставили-то? в файле /catalog/controller/common/seo_pro.php вставил все, что выше может попробовать удалить строку // --- add below Link to comment Share on other sites More sharing options... AlexDW Posted February 12, 2017 Share Posted February 12, 2017 22 минуты назад, golovko сказал: вставил все, что выше ясно, почему-то так и подумал верните все исправления назад (лучше всего - заменить файл оригиналом из дистрибутива) откройте файл, найдите код if (isset($tmp['tracking'])) { $data['tracking'] = $tmp['tracking']; } после добавьте if (isset($tmp['utm_medium'])) { $data['utm_medium'] = $tmp['utm_medium']; } if (isset($tmp['utm_source'])) { $data['utm_source'] = $tmp['utm_source']; } if (isset($tmp['utm_campaign'])) { $data['utm_campaign'] = $tmp['utm_campaign']; } if (isset($tmp['utm_content'])) { $data['utm_content'] = $tmp['utm_content']; } if (isset($tmp['yclid'])) { $data['yclid'] = $tmp['yclid']; } if (isset($tmp['ymclid'])) { $data['ymclid'] = $tmp['ymclid']; } if (isset($tmp['gclid'])) { $data['gclid'] = $tmp['gclid']; } if (isset($tmp['utm_term'])) { $data['utm_term'] = $tmp['utm_term']; } if (isset($tmp['type'])) { $data['type'] = $tmp['type']; } if (isset($tmp['block'])) { $data['block'] = $tmp['block']; } if (isset($tmp['position'])) { $data['position'] = $tmp['position']; } if (isset($tmp['keyword'])) { $data['keyword'] = $tmp['keyword']; } сохраните файл и очистите содержимое папки system\storage\cache Link to comment Share on other sites More sharing options... golovko Posted February 12, 2017 Author Share Posted February 12, 2017 25 минут назад, AlexDW сказал: откройте файл, найдите код if (isset($tmp['tracking'])) { $data['tracking'] = $tmp['tracking']; } после добавьте дело в том, что я так и сделал. Я ничего из файла не удалял, только добавил те строки. Вот файл seo_pro.php Link to comment Share on other sites More sharing options... AlexDW Posted February 12, 2017 Share Posted February 12, 2017 системный кеш чистили? Link to comment Share on other sites More sharing options... golovko Posted February 12, 2017 Author Share Posted February 12, 2017 1 минуту назад, AlexDW сказал: системный кеш чистили? да, удалил все файлы из папки system\storage\cach Link to comment Share on other sites More sharing options... golovko Posted February 12, 2017 Author Share Posted February 12, 2017 может из .htaccess нужно удалить какой-то редирект? Link to comment Share on other sites More sharing options... AlexDW Posted February 12, 2017 Share Posted February 12, 2017 если родной - то скорей уж грешить в сторону какого-нибудь кешера Link to comment Share on other sites More sharing options... chukcha Posted February 12, 2017 Share Posted February 12, 2017 системный кеш или кеш модификаторов Link to comment Share on other sites More sharing options... chukcha Posted February 12, 2017 Share Posted February 12, 2017 7 часов назад, markimax сказал: (я Руслану о ней писал ооочень давно) Есть две политики прав Разрешаем все, а потом отбираем Запрещаем все, а потом выдаем И обе имеют право на жизнь Link to comment Share on other sites More sharing options... golovko Posted February 12, 2017 Author Share Posted February 12, 2017 14 минут назад, AlexDW сказал: если родной - то скорей уж грешить в сторону какого-нибудь кешера у меня ссылки на страницы карточек товаров заканчиваются .html а смотрел у других - ссылка в конце без .html может в этом проблема? Link to comment Share on other sites More sharing options... golovko Posted February 12, 2017 Author Share Posted February 12, 2017 20 минут назад, chukcha сказал: системный кеш или кеш модификаторов где-то это обсуждалось на форуме? я даже не знаю с чего начать Link to comment Share on other sites More sharing options... chukcha Posted February 12, 2017 Share Posted February 12, 2017 Обновить модификаторы Очень сложно гадать, вытягивать по частям, не зная, какие у вас настройки. А включен ли se_pro Какое окончание у ссылок? И т.д. Link to comment Share on other sites More sharing options... markimax Posted February 12, 2017 Share Posted February 12, 2017 33 минуты назад, chukcha сказал: Есть две политики прав Разрешаем все, а потом отбираем Запрещаем все, а потом выдаем И обе имеют право на жизнь Не в этом "случае" В этом случае - чистая самодеятельность Link to comment Share on other sites More sharing options... chukcha Posted February 12, 2017 Share Posted February 12, 2017 Цитата У каждого было особое мненье, Как лезть нам по этой горе. Аркаша, Алеша, Юраша, Климаша И самый настойчивый я. Link to comment Share on other sites More sharing options... 2 years later... hosman Posted October 17, 2019 Share Posted October 17, 2019 Всем привет! Ребят подскажите, у меня модуль формирует такой скрипт <script src="index.php?route=extension/module/options_combinations/option_script&product_id=50&options_like_images_image=0&options_like_images_width=24&options_like_images_height=24&options_like_images_radius=&options_like_list_width=24&options_like_list_height=24&options_like_list_radius=&config_opt_comb_stock=1&config_opt_comb_text_dimensions=Dimensions%3A&config_opt_comb_text_dimensions_length=L%3A&config_opt_comb_text_dimensions_width=W%3A&config_opt_comb_text_dimensions_height=H%3A&v=20191017065427" type="text/javascript"></script> но seo pro переадресовывает его на карточку товара, из-за этого модуль не работает. Каким образом можно добавить исключение? Opencart 3 Link to comment Share on other sites More sharing options... 7 months later... Weiss1985 Posted June 14, 2020 Share Posted June 14, 2020 Как исключить из seopro все что идет за /autoparts/ к примеру /autoparts/citroen/jumpy-box-16~xx/ Link to comment Share on other sites More sharing options... 9 months later... Kahtec Posted March 25, 2021 Share Posted March 25, 2021 Подскажите темному: Как в SeoPro добавить исключение, чтобы не получался 301 редирект с https://japan-power.ru/yandex_marketplace/stocks на https://japan-power.ru/index.php?route=extension/module/yandex_marketplace/stocks Пишите в личку, договоримся Link to comment Share on other sites More sharing options... Create an account or sign in to comment You need to be a member in order to leave a comment Create an account Sign up for a new account in our community. It's easy! Register a new account Sign in Already have an account? Sign in here. Sign In Now Share More sharing options... Followers 0 Go to topic listing Similar Content Необходимо некоторые товары добавить в определенную категорию By Vladimir543, June 7 5 replies 235 views Vladimir543 June 14 Закупка ссылок на сайт By Loysik, January 7 9 replies 569 views buslikdrev May 30 украинская версия по умолчанию и SeoPro By Papai, January 26, 2021 5 replies 1,636 views WarStyle June 28 Opencart SEO - нужны некоторые указатели. By zeref, June 14 3 replies 320 views zeref June 15 дубли страниц, seoPro 1 2 3 4 72 By freelancer, June 30, 2012 дубли 1,798 replies 594,925 views YaroslavFadeev May 5 Recently Browsing 0 members No registered users viewing this page. Последние темы Последние дополнения Последние новости All Activity Home Реклама и продвижение SEO-вопросы (оптимизация и продвижение магазина) Добавить исключение в SeoPro для некоторых ссылок Покупателям Оплата дополнений физическими лицами Оплата дополнений юридическими лицами Политика возвратов Разработчикам Регламент размещения дополнений Регламент продаж и поддержки дополнений Виртуальный аккаунт автора Политика продвижения объявлений API каталога дополнений Урегулирование споров по авторским правам Полезная информация Публичная оферта Политика возвратов Политика конфиденциальности Платежная политика Политика Передачи Персональных Данных Политика прозрачности Последние дополнения Дополнительные услуги By DSV Обновление курса валют Приватбанк, Монобанк, НБУ для Opencart/Ocstore By bogdan281989 Deluxe - адаптивный, универсальный шаблон By aridius Кнопка view в списках (товар, категория, производитель, статья) By chukcha Автоматическое заполнение URL для 4.0 By chukcha × Existing user? Sign In Sign Up Shopping section Back Purchased extensions Invoices Whishlist Alternative Contacts 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
golovko Posted February 12, 2017 Author Share Posted February 12, 2017 1 час назад, AlexDW сказал: здесь смотрите вставил, но не работает (версия ocstore 2.1.0.2.1) switch ($route) { case 'product/product': if (isset($data['product_id'])) { $tmp = $data; $data = array(); if ($this->config->get('config_seo_url_include_path')) { $data['path'] = $this->getPathByProduct($tmp['product_id']); if (!$data['path']) return $link; } $data['product_id'] = $tmp['product_id']; if (isset($tmp['tracking'])) { $data['tracking'] = $tmp['tracking']; } // --- add below if (isset($tmp['utm_medium'])) { $data['utm_medium'] = $tmp['utm_medium']; } if (isset($tmp['utm_source'])) { $data['utm_source'] = $tmp['utm_source']; } if (isset($tmp['utm_campaign'])) { $data['utm_campaign'] = $tmp['utm_campaign']; } if (isset($tmp['utm_content'])) { $data['utm_content'] = $tmp['utm_content']; } if (isset($tmp['yclid'])) { $data['yclid'] = $tmp['yclid']; } if (isset($tmp['ymclid'])) { $data['ymclid'] = $tmp['ymclid']; } if (isset($tmp['gclid'])) { $data['gclid'] = $tmp['gclid']; } if (isset($tmp['utm_term'])) { $data['utm_term'] = $tmp['utm_term']; } if (isset($tmp['type'])) { $data['type'] = $tmp['type']; } if (isset($tmp['block'])) { $data['block'] = $tmp['block']; } if (isset($tmp['position'])) { $data['position'] = $tmp['position']; } if (isset($tmp['keyword'])) { $data['keyword'] = $tmp['keyword']; } // --- add above Link to comment Share on other sites More sharing options...
golovko Posted February 12, 2017 Author Share Posted February 12, 2017 В чем может быть проблема? Link to comment Share on other sites More sharing options...
AlexDW Posted February 12, 2017 Share Posted February 12, 2017 чего и куда именно вставили-то? Link to comment Share on other sites More sharing options... golovko Posted February 12, 2017 Author Share Posted February 12, 2017 20 минут назад, AlexDW сказал: чего и куда именно вставили-то? в файле /catalog/controller/common/seo_pro.php вставил все, что выше может попробовать удалить строку // --- add below Link to comment Share on other sites More sharing options... AlexDW Posted February 12, 2017 Share Posted February 12, 2017 22 минуты назад, golovko сказал: вставил все, что выше ясно, почему-то так и подумал верните все исправления назад (лучше всего - заменить файл оригиналом из дистрибутива) откройте файл, найдите код if (isset($tmp['tracking'])) { $data['tracking'] = $tmp['tracking']; } после добавьте if (isset($tmp['utm_medium'])) { $data['utm_medium'] = $tmp['utm_medium']; } if (isset($tmp['utm_source'])) { $data['utm_source'] = $tmp['utm_source']; } if (isset($tmp['utm_campaign'])) { $data['utm_campaign'] = $tmp['utm_campaign']; } if (isset($tmp['utm_content'])) { $data['utm_content'] = $tmp['utm_content']; } if (isset($tmp['yclid'])) { $data['yclid'] = $tmp['yclid']; } if (isset($tmp['ymclid'])) { $data['ymclid'] = $tmp['ymclid']; } if (isset($tmp['gclid'])) { $data['gclid'] = $tmp['gclid']; } if (isset($tmp['utm_term'])) { $data['utm_term'] = $tmp['utm_term']; } if (isset($tmp['type'])) { $data['type'] = $tmp['type']; } if (isset($tmp['block'])) { $data['block'] = $tmp['block']; } if (isset($tmp['position'])) { $data['position'] = $tmp['position']; } if (isset($tmp['keyword'])) { $data['keyword'] = $tmp['keyword']; } сохраните файл и очистите содержимое папки system\storage\cache Link to comment Share on other sites More sharing options... golovko Posted February 12, 2017 Author Share Posted February 12, 2017 25 минут назад, AlexDW сказал: откройте файл, найдите код if (isset($tmp['tracking'])) { $data['tracking'] = $tmp['tracking']; } после добавьте дело в том, что я так и сделал. Я ничего из файла не удалял, только добавил те строки. Вот файл seo_pro.php Link to comment Share on other sites More sharing options... AlexDW Posted February 12, 2017 Share Posted February 12, 2017 системный кеш чистили? Link to comment Share on other sites More sharing options... golovko Posted February 12, 2017 Author Share Posted February 12, 2017 1 минуту назад, AlexDW сказал: системный кеш чистили? да, удалил все файлы из папки system\storage\cach Link to comment Share on other sites More sharing options... golovko Posted February 12, 2017 Author Share Posted February 12, 2017 может из .htaccess нужно удалить какой-то редирект? Link to comment Share on other sites More sharing options... AlexDW Posted February 12, 2017 Share Posted February 12, 2017 если родной - то скорей уж грешить в сторону какого-нибудь кешера Link to comment Share on other sites More sharing options... chukcha Posted February 12, 2017 Share Posted February 12, 2017 системный кеш или кеш модификаторов Link to comment Share on other sites More sharing options... chukcha Posted February 12, 2017 Share Posted February 12, 2017 7 часов назад, markimax сказал: (я Руслану о ней писал ооочень давно) Есть две политики прав Разрешаем все, а потом отбираем Запрещаем все, а потом выдаем И обе имеют право на жизнь Link to comment Share on other sites More sharing options... golovko Posted February 12, 2017 Author Share Posted February 12, 2017 14 минут назад, AlexDW сказал: если родной - то скорей уж грешить в сторону какого-нибудь кешера у меня ссылки на страницы карточек товаров заканчиваются .html а смотрел у других - ссылка в конце без .html может в этом проблема? Link to comment Share on other sites More sharing options... golovko Posted February 12, 2017 Author Share Posted February 12, 2017 20 минут назад, chukcha сказал: системный кеш или кеш модификаторов где-то это обсуждалось на форуме? я даже не знаю с чего начать Link to comment Share on other sites More sharing options... chukcha Posted February 12, 2017 Share Posted February 12, 2017 Обновить модификаторы Очень сложно гадать, вытягивать по частям, не зная, какие у вас настройки. А включен ли se_pro Какое окончание у ссылок? И т.д. Link to comment Share on other sites More sharing options... markimax Posted February 12, 2017 Share Posted February 12, 2017 33 минуты назад, chukcha сказал: Есть две политики прав Разрешаем все, а потом отбираем Запрещаем все, а потом выдаем И обе имеют право на жизнь Не в этом "случае" В этом случае - чистая самодеятельность Link to comment Share on other sites More sharing options... chukcha Posted February 12, 2017 Share Posted February 12, 2017 Цитата У каждого было особое мненье, Как лезть нам по этой горе. Аркаша, Алеша, Юраша, Климаша И самый настойчивый я. Link to comment Share on other sites More sharing options... 2 years later... hosman Posted October 17, 2019 Share Posted October 17, 2019 Всем привет! Ребят подскажите, у меня модуль формирует такой скрипт <script src="index.php?route=extension/module/options_combinations/option_script&product_id=50&options_like_images_image=0&options_like_images_width=24&options_like_images_height=24&options_like_images_radius=&options_like_list_width=24&options_like_list_height=24&options_like_list_radius=&config_opt_comb_stock=1&config_opt_comb_text_dimensions=Dimensions%3A&config_opt_comb_text_dimensions_length=L%3A&config_opt_comb_text_dimensions_width=W%3A&config_opt_comb_text_dimensions_height=H%3A&v=20191017065427" type="text/javascript"></script> но seo pro переадресовывает его на карточку товара, из-за этого модуль не работает. Каким образом можно добавить исключение? Opencart 3 Link to comment Share on other sites More sharing options... 7 months later... Weiss1985 Posted June 14, 2020 Share Posted June 14, 2020 Как исключить из seopro все что идет за /autoparts/ к примеру /autoparts/citroen/jumpy-box-16~xx/ Link to comment Share on other sites More sharing options... 9 months later... Kahtec Posted March 25, 2021 Share Posted March 25, 2021 Подскажите темному: Как в SeoPro добавить исключение, чтобы не получался 301 редирект с https://japan-power.ru/yandex_marketplace/stocks на https://japan-power.ru/index.php?route=extension/module/yandex_marketplace/stocks Пишите в личку, договоримся Link to comment Share on other sites More sharing options... Create an account or sign in to comment You need to be a member in order to leave a comment Create an account Sign up for a new account in our community. It's easy! Register a new account Sign in Already have an account? Sign in here. Sign In Now Share More sharing options... Followers 0 Go to topic listing Similar Content Необходимо некоторые товары добавить в определенную категорию By Vladimir543, June 7 5 replies 235 views Vladimir543 June 14 Закупка ссылок на сайт By Loysik, January 7 9 replies 569 views buslikdrev May 30 украинская версия по умолчанию и SeoPro By Papai, January 26, 2021 5 replies 1,636 views WarStyle June 28 Opencart SEO - нужны некоторые указатели. By zeref, June 14 3 replies 320 views zeref June 15 дубли страниц, seoPro 1 2 3 4 72 By freelancer, June 30, 2012 дубли 1,798 replies 594,925 views YaroslavFadeev May 5 Recently Browsing 0 members No registered users viewing this page. Последние темы Последние дополнения Последние новости All Activity Home Реклама и продвижение SEO-вопросы (оптимизация и продвижение магазина) Добавить исключение в SeoPro для некоторых ссылок Покупателям Оплата дополнений физическими лицами Оплата дополнений юридическими лицами Политика возвратов Разработчикам Регламент размещения дополнений Регламент продаж и поддержки дополнений Виртуальный аккаунт автора Политика продвижения объявлений API каталога дополнений Урегулирование споров по авторским правам Полезная информация Публичная оферта Политика возвратов Политика конфиденциальности Платежная политика Политика Передачи Персональных Данных Политика прозрачности Последние дополнения Дополнительные услуги By DSV Обновление курса валют Приватбанк, Монобанк, НБУ для Opencart/Ocstore By bogdan281989 Deluxe - адаптивный, универсальный шаблон By aridius Кнопка view в списках (товар, категория, производитель, статья) By chukcha Автоматическое заполнение URL для 4.0 By chukcha × Existing user? Sign In Sign Up Shopping section Back Purchased extensions Invoices Whishlist Alternative Contacts 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
golovko Posted February 12, 2017 Author Share Posted February 12, 2017 20 минут назад, AlexDW сказал: чего и куда именно вставили-то? в файле /catalog/controller/common/seo_pro.php вставил все, что выше может попробовать удалить строку // --- add below Link to comment Share on other sites More sharing options...
AlexDW Posted February 12, 2017 Share Posted February 12, 2017 22 минуты назад, golovko сказал: вставил все, что выше ясно, почему-то так и подумал верните все исправления назад (лучше всего - заменить файл оригиналом из дистрибутива) откройте файл, найдите код if (isset($tmp['tracking'])) { $data['tracking'] = $tmp['tracking']; } после добавьте if (isset($tmp['utm_medium'])) { $data['utm_medium'] = $tmp['utm_medium']; } if (isset($tmp['utm_source'])) { $data['utm_source'] = $tmp['utm_source']; } if (isset($tmp['utm_campaign'])) { $data['utm_campaign'] = $tmp['utm_campaign']; } if (isset($tmp['utm_content'])) { $data['utm_content'] = $tmp['utm_content']; } if (isset($tmp['yclid'])) { $data['yclid'] = $tmp['yclid']; } if (isset($tmp['ymclid'])) { $data['ymclid'] = $tmp['ymclid']; } if (isset($tmp['gclid'])) { $data['gclid'] = $tmp['gclid']; } if (isset($tmp['utm_term'])) { $data['utm_term'] = $tmp['utm_term']; } if (isset($tmp['type'])) { $data['type'] = $tmp['type']; } if (isset($tmp['block'])) { $data['block'] = $tmp['block']; } if (isset($tmp['position'])) { $data['position'] = $tmp['position']; } if (isset($tmp['keyword'])) { $data['keyword'] = $tmp['keyword']; } сохраните файл и очистите содержимое папки system\storage\cache Link to comment Share on other sites More sharing options... golovko Posted February 12, 2017 Author Share Posted February 12, 2017 25 минут назад, AlexDW сказал: откройте файл, найдите код if (isset($tmp['tracking'])) { $data['tracking'] = $tmp['tracking']; } после добавьте дело в том, что я так и сделал. Я ничего из файла не удалял, только добавил те строки. Вот файл seo_pro.php Link to comment Share on other sites More sharing options... AlexDW Posted February 12, 2017 Share Posted February 12, 2017 системный кеш чистили? Link to comment Share on other sites More sharing options... golovko Posted February 12, 2017 Author Share Posted February 12, 2017 1 минуту назад, AlexDW сказал: системный кеш чистили? да, удалил все файлы из папки system\storage\cach Link to comment Share on other sites More sharing options... golovko Posted February 12, 2017 Author Share Posted February 12, 2017 может из .htaccess нужно удалить какой-то редирект? Link to comment Share on other sites More sharing options... AlexDW Posted February 12, 2017 Share Posted February 12, 2017 если родной - то скорей уж грешить в сторону какого-нибудь кешера Link to comment Share on other sites More sharing options... chukcha Posted February 12, 2017 Share Posted February 12, 2017 системный кеш или кеш модификаторов Link to comment Share on other sites More sharing options... chukcha Posted February 12, 2017 Share Posted February 12, 2017 7 часов назад, markimax сказал: (я Руслану о ней писал ооочень давно) Есть две политики прав Разрешаем все, а потом отбираем Запрещаем все, а потом выдаем И обе имеют право на жизнь Link to comment Share on other sites More sharing options... golovko Posted February 12, 2017 Author Share Posted February 12, 2017 14 минут назад, AlexDW сказал: если родной - то скорей уж грешить в сторону какого-нибудь кешера у меня ссылки на страницы карточек товаров заканчиваются .html а смотрел у других - ссылка в конце без .html может в этом проблема? Link to comment Share on other sites More sharing options... golovko Posted February 12, 2017 Author Share Posted February 12, 2017 20 минут назад, chukcha сказал: системный кеш или кеш модификаторов где-то это обсуждалось на форуме? я даже не знаю с чего начать Link to comment Share on other sites More sharing options... chukcha Posted February 12, 2017 Share Posted February 12, 2017 Обновить модификаторы Очень сложно гадать, вытягивать по частям, не зная, какие у вас настройки. А включен ли se_pro Какое окончание у ссылок? И т.д. Link to comment Share on other sites More sharing options... markimax Posted February 12, 2017 Share Posted February 12, 2017 33 минуты назад, chukcha сказал: Есть две политики прав Разрешаем все, а потом отбираем Запрещаем все, а потом выдаем И обе имеют право на жизнь Не в этом "случае" В этом случае - чистая самодеятельность Link to comment Share on other sites More sharing options... chukcha Posted February 12, 2017 Share Posted February 12, 2017 Цитата У каждого было особое мненье, Как лезть нам по этой горе. Аркаша, Алеша, Юраша, Климаша И самый настойчивый я. Link to comment Share on other sites More sharing options... 2 years later... hosman Posted October 17, 2019 Share Posted October 17, 2019 Всем привет! Ребят подскажите, у меня модуль формирует такой скрипт <script src="index.php?route=extension/module/options_combinations/option_script&product_id=50&options_like_images_image=0&options_like_images_width=24&options_like_images_height=24&options_like_images_radius=&options_like_list_width=24&options_like_list_height=24&options_like_list_radius=&config_opt_comb_stock=1&config_opt_comb_text_dimensions=Dimensions%3A&config_opt_comb_text_dimensions_length=L%3A&config_opt_comb_text_dimensions_width=W%3A&config_opt_comb_text_dimensions_height=H%3A&v=20191017065427" type="text/javascript"></script> но seo pro переадресовывает его на карточку товара, из-за этого модуль не работает. Каким образом можно добавить исключение? Opencart 3 Link to comment Share on other sites More sharing options... 7 months later... Weiss1985 Posted June 14, 2020 Share Posted June 14, 2020 Как исключить из seopro все что идет за /autoparts/ к примеру /autoparts/citroen/jumpy-box-16~xx/ Link to comment Share on other sites More sharing options... 9 months later... Kahtec Posted March 25, 2021 Share Posted March 25, 2021 Подскажите темному: Как в SeoPro добавить исключение, чтобы не получался 301 редирект с https://japan-power.ru/yandex_marketplace/stocks на https://japan-power.ru/index.php?route=extension/module/yandex_marketplace/stocks Пишите в личку, договоримся Link to comment Share on other sites More sharing options... Create an account or sign in to comment You need to be a member in order to leave a comment Create an account Sign up for a new account in our community. It's easy! Register a new account Sign in Already have an account? Sign in here. Sign In Now Share More sharing options... Followers 0 Go to topic listing Similar Content Необходимо некоторые товары добавить в определенную категорию By Vladimir543, June 7 5 replies 235 views Vladimir543 June 14 Закупка ссылок на сайт By Loysik, January 7 9 replies 569 views buslikdrev May 30 украинская версия по умолчанию и SeoPro By Papai, January 26, 2021 5 replies 1,636 views WarStyle June 28 Opencart SEO - нужны некоторые указатели. By zeref, June 14 3 replies 320 views zeref June 15 дубли страниц, seoPro 1 2 3 4 72 By freelancer, June 30, 2012 дубли 1,798 replies 594,925 views YaroslavFadeev May 5 Recently Browsing 0 members No registered users viewing this page. Последние темы Последние дополнения Последние новости All Activity Home Реклама и продвижение SEO-вопросы (оптимизация и продвижение магазина) Добавить исключение в SeoPro для некоторых ссылок Покупателям Оплата дополнений физическими лицами Оплата дополнений юридическими лицами Политика возвратов Разработчикам Регламент размещения дополнений Регламент продаж и поддержки дополнений Виртуальный аккаунт автора Политика продвижения объявлений API каталога дополнений Урегулирование споров по авторским правам Полезная информация Публичная оферта Политика возвратов Политика конфиденциальности Платежная политика Политика Передачи Персональных Данных Политика прозрачности Последние дополнения Дополнительные услуги By DSV Обновление курса валют Приватбанк, Монобанк, НБУ для Opencart/Ocstore By bogdan281989 Deluxe - адаптивный, универсальный шаблон By aridius Кнопка view в списках (товар, категория, производитель, статья) By chukcha Автоматическое заполнение URL для 4.0 By chukcha × Existing user? Sign In Sign Up Shopping section Back Purchased extensions Invoices Whishlist Alternative Contacts 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
golovko Posted February 12, 2017 Author Share Posted February 12, 2017 25 минут назад, AlexDW сказал: откройте файл, найдите код if (isset($tmp['tracking'])) { $data['tracking'] = $tmp['tracking']; } после добавьте дело в том, что я так и сделал. Я ничего из файла не удалял, только добавил те строки. Вот файл seo_pro.php Link to comment Share on other sites More sharing options...
AlexDW Posted February 12, 2017 Share Posted February 12, 2017 системный кеш чистили? Link to comment Share on other sites More sharing options... golovko Posted February 12, 2017 Author Share Posted February 12, 2017 1 минуту назад, AlexDW сказал: системный кеш чистили? да, удалил все файлы из папки system\storage\cach Link to comment Share on other sites More sharing options... golovko Posted February 12, 2017 Author Share Posted February 12, 2017 может из .htaccess нужно удалить какой-то редирект? Link to comment Share on other sites More sharing options... AlexDW Posted February 12, 2017 Share Posted February 12, 2017 если родной - то скорей уж грешить в сторону какого-нибудь кешера Link to comment Share on other sites More sharing options... chukcha Posted February 12, 2017 Share Posted February 12, 2017 системный кеш или кеш модификаторов Link to comment Share on other sites More sharing options... chukcha Posted February 12, 2017 Share Posted February 12, 2017 7 часов назад, markimax сказал: (я Руслану о ней писал ооочень давно) Есть две политики прав Разрешаем все, а потом отбираем Запрещаем все, а потом выдаем И обе имеют право на жизнь Link to comment Share on other sites More sharing options... golovko Posted February 12, 2017 Author Share Posted February 12, 2017 14 минут назад, AlexDW сказал: если родной - то скорей уж грешить в сторону какого-нибудь кешера у меня ссылки на страницы карточек товаров заканчиваются .html а смотрел у других - ссылка в конце без .html может в этом проблема? Link to comment Share on other sites More sharing options... golovko Posted February 12, 2017 Author Share Posted February 12, 2017 20 минут назад, chukcha сказал: системный кеш или кеш модификаторов где-то это обсуждалось на форуме? я даже не знаю с чего начать Link to comment Share on other sites More sharing options... chukcha Posted February 12, 2017 Share Posted February 12, 2017 Обновить модификаторы Очень сложно гадать, вытягивать по частям, не зная, какие у вас настройки. А включен ли se_pro Какое окончание у ссылок? И т.д. Link to comment Share on other sites More sharing options... markimax Posted February 12, 2017 Share Posted February 12, 2017 33 минуты назад, chukcha сказал: Есть две политики прав Разрешаем все, а потом отбираем Запрещаем все, а потом выдаем И обе имеют право на жизнь Не в этом "случае" В этом случае - чистая самодеятельность Link to comment Share on other sites More sharing options... chukcha Posted February 12, 2017 Share Posted February 12, 2017 Цитата У каждого было особое мненье, Как лезть нам по этой горе. Аркаша, Алеша, Юраша, Климаша И самый настойчивый я. Link to comment Share on other sites More sharing options... 2 years later... hosman Posted October 17, 2019 Share Posted October 17, 2019 Всем привет! Ребят подскажите, у меня модуль формирует такой скрипт <script src="index.php?route=extension/module/options_combinations/option_script&product_id=50&options_like_images_image=0&options_like_images_width=24&options_like_images_height=24&options_like_images_radius=&options_like_list_width=24&options_like_list_height=24&options_like_list_radius=&config_opt_comb_stock=1&config_opt_comb_text_dimensions=Dimensions%3A&config_opt_comb_text_dimensions_length=L%3A&config_opt_comb_text_dimensions_width=W%3A&config_opt_comb_text_dimensions_height=H%3A&v=20191017065427" type="text/javascript"></script> но seo pro переадресовывает его на карточку товара, из-за этого модуль не работает. Каким образом можно добавить исключение? Opencart 3 Link to comment Share on other sites More sharing options... 7 months later... Weiss1985 Posted June 14, 2020 Share Posted June 14, 2020 Как исключить из seopro все что идет за /autoparts/ к примеру /autoparts/citroen/jumpy-box-16~xx/ Link to comment Share on other sites More sharing options... 9 months later... Kahtec Posted March 25, 2021 Share Posted March 25, 2021 Подскажите темному: Как в SeoPro добавить исключение, чтобы не получался 301 редирект с https://japan-power.ru/yandex_marketplace/stocks на https://japan-power.ru/index.php?route=extension/module/yandex_marketplace/stocks Пишите в личку, договоримся Link to comment Share on other sites More sharing options... Create an account or sign in to comment You need to be a member in order to leave a comment Create an account Sign up for a new account in our community. It's easy! Register a new account Sign in Already have an account? Sign in here. Sign In Now Share More sharing options... Followers 0 Go to topic listing Similar Content Необходимо некоторые товары добавить в определенную категорию By Vladimir543, June 7 5 replies 235 views Vladimir543 June 14 Закупка ссылок на сайт By Loysik, January 7 9 replies 569 views buslikdrev May 30 украинская версия по умолчанию и SeoPro By Papai, January 26, 2021 5 replies 1,636 views WarStyle June 28 Opencart SEO - нужны некоторые указатели. By zeref, June 14 3 replies 320 views zeref June 15 дубли страниц, seoPro 1 2 3 4 72 By freelancer, June 30, 2012 дубли 1,798 replies 594,925 views YaroslavFadeev May 5 Recently Browsing 0 members No registered users viewing this page. Последние темы Последние дополнения Последние новости All Activity Home Реклама и продвижение SEO-вопросы (оптимизация и продвижение магазина) Добавить исключение в SeoPro для некоторых ссылок Покупателям Оплата дополнений физическими лицами Оплата дополнений юридическими лицами Политика возвратов Разработчикам Регламент размещения дополнений Регламент продаж и поддержки дополнений Виртуальный аккаунт автора Политика продвижения объявлений API каталога дополнений Урегулирование споров по авторским правам Полезная информация Публичная оферта Политика возвратов Политика конфиденциальности Платежная политика Политика Передачи Персональных Данных Политика прозрачности Последние дополнения Дополнительные услуги By DSV Обновление курса валют Приватбанк, Монобанк, НБУ для Opencart/Ocstore By bogdan281989 Deluxe - адаптивный, универсальный шаблон By aridius Кнопка view в списках (товар, категория, производитель, статья) By chukcha Автоматическое заполнение URL для 4.0 By chukcha × Existing user? Sign In Sign Up Shopping section Back Purchased extensions Invoices Whishlist Alternative Contacts 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
golovko Posted February 12, 2017 Author Share Posted February 12, 2017 1 минуту назад, AlexDW сказал: системный кеш чистили? да, удалил все файлы из папки system\storage\cach Link to comment Share on other sites More sharing options...
golovko Posted February 12, 2017 Author Share Posted February 12, 2017 может из .htaccess нужно удалить какой-то редирект? Link to comment Share on other sites More sharing options...
AlexDW Posted February 12, 2017 Share Posted February 12, 2017 если родной - то скорей уж грешить в сторону какого-нибудь кешера Link to comment Share on other sites More sharing options... chukcha Posted February 12, 2017 Share Posted February 12, 2017 системный кеш или кеш модификаторов Link to comment Share on other sites More sharing options... chukcha Posted February 12, 2017 Share Posted February 12, 2017 7 часов назад, markimax сказал: (я Руслану о ней писал ооочень давно) Есть две политики прав Разрешаем все, а потом отбираем Запрещаем все, а потом выдаем И обе имеют право на жизнь Link to comment Share on other sites More sharing options... golovko Posted February 12, 2017 Author Share Posted February 12, 2017 14 минут назад, AlexDW сказал: если родной - то скорей уж грешить в сторону какого-нибудь кешера у меня ссылки на страницы карточек товаров заканчиваются .html а смотрел у других - ссылка в конце без .html может в этом проблема? Link to comment Share on other sites More sharing options... golovko Posted February 12, 2017 Author Share Posted February 12, 2017 20 минут назад, chukcha сказал: системный кеш или кеш модификаторов где-то это обсуждалось на форуме? я даже не знаю с чего начать Link to comment Share on other sites More sharing options... chukcha Posted February 12, 2017 Share Posted February 12, 2017 Обновить модификаторы Очень сложно гадать, вытягивать по частям, не зная, какие у вас настройки. А включен ли se_pro Какое окончание у ссылок? И т.д. Link to comment Share on other sites More sharing options... markimax Posted February 12, 2017 Share Posted February 12, 2017 33 минуты назад, chukcha сказал: Есть две политики прав Разрешаем все, а потом отбираем Запрещаем все, а потом выдаем И обе имеют право на жизнь Не в этом "случае" В этом случае - чистая самодеятельность Link to comment Share on other sites More sharing options... chukcha Posted February 12, 2017 Share Posted February 12, 2017 Цитата У каждого было особое мненье, Как лезть нам по этой горе. Аркаша, Алеша, Юраша, Климаша И самый настойчивый я. Link to comment Share on other sites More sharing options... 2 years later... hosman Posted October 17, 2019 Share Posted October 17, 2019 Всем привет! Ребят подскажите, у меня модуль формирует такой скрипт <script src="index.php?route=extension/module/options_combinations/option_script&product_id=50&options_like_images_image=0&options_like_images_width=24&options_like_images_height=24&options_like_images_radius=&options_like_list_width=24&options_like_list_height=24&options_like_list_radius=&config_opt_comb_stock=1&config_opt_comb_text_dimensions=Dimensions%3A&config_opt_comb_text_dimensions_length=L%3A&config_opt_comb_text_dimensions_width=W%3A&config_opt_comb_text_dimensions_height=H%3A&v=20191017065427" type="text/javascript"></script> но seo pro переадресовывает его на карточку товара, из-за этого модуль не работает. Каким образом можно добавить исключение? Opencart 3 Link to comment Share on other sites More sharing options... 7 months later... Weiss1985 Posted June 14, 2020 Share Posted June 14, 2020 Как исключить из seopro все что идет за /autoparts/ к примеру /autoparts/citroen/jumpy-box-16~xx/ Link to comment Share on other sites More sharing options... 9 months later... Kahtec Posted March 25, 2021 Share Posted March 25, 2021 Подскажите темному: Как в SeoPro добавить исключение, чтобы не получался 301 редирект с https://japan-power.ru/yandex_marketplace/stocks на https://japan-power.ru/index.php?route=extension/module/yandex_marketplace/stocks Пишите в личку, договоримся Link to comment Share on other sites More sharing options... Create an account or sign in to comment You need to be a member in order to leave a comment Create an account Sign up for a new account in our community. It's easy! Register a new account Sign in Already have an account? Sign in here. Sign In Now Share More sharing options... Followers 0 Go to topic listing Similar Content Необходимо некоторые товары добавить в определенную категорию By Vladimir543, June 7 5 replies 235 views Vladimir543 June 14 Закупка ссылок на сайт By Loysik, January 7 9 replies 569 views buslikdrev May 30 украинская версия по умолчанию и SeoPro By Papai, January 26, 2021 5 replies 1,636 views WarStyle June 28 Opencart SEO - нужны некоторые указатели. By zeref, June 14 3 replies 320 views zeref June 15 дубли страниц, seoPro 1 2 3 4 72 By freelancer, June 30, 2012 дубли 1,798 replies 594,925 views YaroslavFadeev May 5 Recently Browsing 0 members No registered users viewing this page. Последние темы Последние дополнения Последние новости All Activity Home Реклама и продвижение SEO-вопросы (оптимизация и продвижение магазина) Добавить исключение в SeoPro для некоторых ссылок Покупателям Оплата дополнений физическими лицами Оплата дополнений юридическими лицами Политика возвратов Разработчикам Регламент размещения дополнений Регламент продаж и поддержки дополнений Виртуальный аккаунт автора Политика продвижения объявлений API каталога дополнений Урегулирование споров по авторским правам Полезная информация Публичная оферта Политика возвратов Политика конфиденциальности Платежная политика Политика Передачи Персональных Данных Политика прозрачности Последние дополнения Дополнительные услуги By DSV Обновление курса валют Приватбанк, Монобанк, НБУ для Opencart/Ocstore By bogdan281989 Deluxe - адаптивный, универсальный шаблон By aridius Кнопка view в списках (товар, категория, производитель, статья) By chukcha Автоматическое заполнение URL для 4.0 By chukcha × Existing user? Sign In Sign Up Shopping section Back Purchased extensions Invoices Whishlist Alternative Contacts 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
chukcha Posted February 12, 2017 Share Posted February 12, 2017 системный кеш или кеш модификаторов Link to comment Share on other sites More sharing options... chukcha Posted February 12, 2017 Share Posted February 12, 2017 7 часов назад, markimax сказал: (я Руслану о ней писал ооочень давно) Есть две политики прав Разрешаем все, а потом отбираем Запрещаем все, а потом выдаем И обе имеют право на жизнь Link to comment Share on other sites More sharing options... golovko Posted February 12, 2017 Author Share Posted February 12, 2017 14 минут назад, AlexDW сказал: если родной - то скорей уж грешить в сторону какого-нибудь кешера у меня ссылки на страницы карточек товаров заканчиваются .html а смотрел у других - ссылка в конце без .html может в этом проблема? Link to comment Share on other sites More sharing options... golovko Posted February 12, 2017 Author Share Posted February 12, 2017 20 минут назад, chukcha сказал: системный кеш или кеш модификаторов где-то это обсуждалось на форуме? я даже не знаю с чего начать Link to comment Share on other sites More sharing options... chukcha Posted February 12, 2017 Share Posted February 12, 2017 Обновить модификаторы Очень сложно гадать, вытягивать по частям, не зная, какие у вас настройки. А включен ли se_pro Какое окончание у ссылок? И т.д. Link to comment Share on other sites More sharing options... markimax Posted February 12, 2017 Share Posted February 12, 2017 33 минуты назад, chukcha сказал: Есть две политики прав Разрешаем все, а потом отбираем Запрещаем все, а потом выдаем И обе имеют право на жизнь Не в этом "случае" В этом случае - чистая самодеятельность Link to comment Share on other sites More sharing options... chukcha Posted February 12, 2017 Share Posted February 12, 2017 Цитата У каждого было особое мненье, Как лезть нам по этой горе. Аркаша, Алеша, Юраша, Климаша И самый настойчивый я. Link to comment Share on other sites More sharing options... 2 years later... hosman Posted October 17, 2019 Share Posted October 17, 2019 Всем привет! Ребят подскажите, у меня модуль формирует такой скрипт <script src="index.php?route=extension/module/options_combinations/option_script&product_id=50&options_like_images_image=0&options_like_images_width=24&options_like_images_height=24&options_like_images_radius=&options_like_list_width=24&options_like_list_height=24&options_like_list_radius=&config_opt_comb_stock=1&config_opt_comb_text_dimensions=Dimensions%3A&config_opt_comb_text_dimensions_length=L%3A&config_opt_comb_text_dimensions_width=W%3A&config_opt_comb_text_dimensions_height=H%3A&v=20191017065427" type="text/javascript"></script> но seo pro переадресовывает его на карточку товара, из-за этого модуль не работает. Каким образом можно добавить исключение? Opencart 3 Link to comment Share on other sites More sharing options... 7 months later... Weiss1985 Posted June 14, 2020 Share Posted June 14, 2020 Как исключить из seopro все что идет за /autoparts/ к примеру /autoparts/citroen/jumpy-box-16~xx/ Link to comment Share on other sites More sharing options... 9 months later... Kahtec Posted March 25, 2021 Share Posted March 25, 2021 Подскажите темному: Как в SeoPro добавить исключение, чтобы не получался 301 редирект с https://japan-power.ru/yandex_marketplace/stocks на https://japan-power.ru/index.php?route=extension/module/yandex_marketplace/stocks Пишите в личку, договоримся Link to comment Share on other sites More sharing options... Create an account or sign in to comment You need to be a member in order to leave a comment Create an account Sign up for a new account in our community. It's easy! Register a new account Sign in Already have an account? Sign in here. Sign In Now Share More sharing options... Followers 0 Go to topic listing Similar Content Необходимо некоторые товары добавить в определенную категорию By Vladimir543, June 7 5 replies 235 views Vladimir543 June 14 Закупка ссылок на сайт By Loysik, January 7 9 replies 569 views buslikdrev May 30 украинская версия по умолчанию и SeoPro By Papai, January 26, 2021 5 replies 1,636 views WarStyle June 28 Opencart SEO - нужны некоторые указатели. By zeref, June 14 3 replies 320 views zeref June 15 дубли страниц, seoPro 1 2 3 4 72 By freelancer, June 30, 2012 дубли 1,798 replies 594,925 views YaroslavFadeev May 5 Recently Browsing 0 members No registered users viewing this page. Последние темы Последние дополнения Последние новости All Activity Home Реклама и продвижение SEO-вопросы (оптимизация и продвижение магазина) Добавить исключение в SeoPro для некоторых ссылок Покупателям Оплата дополнений физическими лицами Оплата дополнений юридическими лицами Политика возвратов Разработчикам Регламент размещения дополнений Регламент продаж и поддержки дополнений Виртуальный аккаунт автора Политика продвижения объявлений API каталога дополнений Урегулирование споров по авторским правам Полезная информация Публичная оферта Политика возвратов Политика конфиденциальности Платежная политика Политика Передачи Персональных Данных Политика прозрачности Последние дополнения Дополнительные услуги By DSV Обновление курса валют Приватбанк, Монобанк, НБУ для Opencart/Ocstore By bogdan281989 Deluxe - адаптивный, универсальный шаблон By aridius Кнопка view в списках (товар, категория, производитель, статья) By chukcha Автоматическое заполнение URL для 4.0 By chukcha × Existing user? Sign In Sign Up Shopping section Back Purchased extensions Invoices Whishlist Alternative Contacts 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
chukcha Posted February 12, 2017 Share Posted February 12, 2017 7 часов назад, markimax сказал: (я Руслану о ней писал ооочень давно) Есть две политики прав Разрешаем все, а потом отбираем Запрещаем все, а потом выдаем И обе имеют право на жизнь Link to comment Share on other sites More sharing options... golovko Posted February 12, 2017 Author Share Posted February 12, 2017 14 минут назад, AlexDW сказал: если родной - то скорей уж грешить в сторону какого-нибудь кешера у меня ссылки на страницы карточек товаров заканчиваются .html а смотрел у других - ссылка в конце без .html может в этом проблема? Link to comment Share on other sites More sharing options... golovko Posted February 12, 2017 Author Share Posted February 12, 2017 20 минут назад, chukcha сказал: системный кеш или кеш модификаторов где-то это обсуждалось на форуме? я даже не знаю с чего начать Link to comment Share on other sites More sharing options... chukcha Posted February 12, 2017 Share Posted February 12, 2017 Обновить модификаторы Очень сложно гадать, вытягивать по частям, не зная, какие у вас настройки. А включен ли se_pro Какое окончание у ссылок? И т.д. Link to comment Share on other sites More sharing options... markimax Posted February 12, 2017 Share Posted February 12, 2017 33 минуты назад, chukcha сказал: Есть две политики прав Разрешаем все, а потом отбираем Запрещаем все, а потом выдаем И обе имеют право на жизнь Не в этом "случае" В этом случае - чистая самодеятельность Link to comment Share on other sites More sharing options... chukcha Posted February 12, 2017 Share Posted February 12, 2017 Цитата У каждого было особое мненье, Как лезть нам по этой горе. Аркаша, Алеша, Юраша, Климаша И самый настойчивый я. Link to comment Share on other sites More sharing options... 2 years later... hosman Posted October 17, 2019 Share Posted October 17, 2019 Всем привет! Ребят подскажите, у меня модуль формирует такой скрипт <script src="index.php?route=extension/module/options_combinations/option_script&product_id=50&options_like_images_image=0&options_like_images_width=24&options_like_images_height=24&options_like_images_radius=&options_like_list_width=24&options_like_list_height=24&options_like_list_radius=&config_opt_comb_stock=1&config_opt_comb_text_dimensions=Dimensions%3A&config_opt_comb_text_dimensions_length=L%3A&config_opt_comb_text_dimensions_width=W%3A&config_opt_comb_text_dimensions_height=H%3A&v=20191017065427" type="text/javascript"></script> но seo pro переадресовывает его на карточку товара, из-за этого модуль не работает. Каким образом можно добавить исключение? Opencart 3 Link to comment Share on other sites More sharing options... 7 months later... Weiss1985 Posted June 14, 2020 Share Posted June 14, 2020 Как исключить из seopro все что идет за /autoparts/ к примеру /autoparts/citroen/jumpy-box-16~xx/ Link to comment Share on other sites More sharing options... 9 months later... Kahtec Posted March 25, 2021 Share Posted March 25, 2021 Подскажите темному: Как в SeoPro добавить исключение, чтобы не получался 301 редирект с https://japan-power.ru/yandex_marketplace/stocks на https://japan-power.ru/index.php?route=extension/module/yandex_marketplace/stocks Пишите в личку, договоримся Link to comment Share on other sites More sharing options... Create an account or sign in to comment You need to be a member in order to leave a comment Create an account Sign up for a new account in our community. It's easy! Register a new account Sign in Already have an account? Sign in here. Sign In Now Share More sharing options... Followers 0 Go to topic listing Similar Content Необходимо некоторые товары добавить в определенную категорию By Vladimir543, June 7 5 replies 235 views Vladimir543 June 14 Закупка ссылок на сайт By Loysik, January 7 9 replies 569 views buslikdrev May 30 украинская версия по умолчанию и SeoPro By Papai, January 26, 2021 5 replies 1,636 views WarStyle June 28 Opencart SEO - нужны некоторые указатели. By zeref, June 14 3 replies 320 views zeref June 15 дубли страниц, seoPro 1 2 3 4 72 By freelancer, June 30, 2012 дубли 1,798 replies 594,925 views YaroslavFadeev May 5 Recently Browsing 0 members No registered users viewing this page. Последние темы Последние дополнения Последние новости All Activity Home Реклама и продвижение SEO-вопросы (оптимизация и продвижение магазина) Добавить исключение в SeoPro для некоторых ссылок Покупателям Оплата дополнений физическими лицами Оплата дополнений юридическими лицами Политика возвратов Разработчикам Регламент размещения дополнений Регламент продаж и поддержки дополнений Виртуальный аккаунт автора Политика продвижения объявлений API каталога дополнений Урегулирование споров по авторским правам Полезная информация Публичная оферта Политика возвратов Политика конфиденциальности Платежная политика Политика Передачи Персональных Данных Политика прозрачности Последние дополнения Дополнительные услуги By DSV Обновление курса валют Приватбанк, Монобанк, НБУ для Opencart/Ocstore By bogdan281989 Deluxe - адаптивный, универсальный шаблон By aridius Кнопка view в списках (товар, категория, производитель, статья) By chukcha Автоматическое заполнение URL для 4.0 By chukcha
golovko Posted February 12, 2017 Author Share Posted February 12, 2017 14 минут назад, AlexDW сказал: если родной - то скорей уж грешить в сторону какого-нибудь кешера у меня ссылки на страницы карточек товаров заканчиваются .html а смотрел у других - ссылка в конце без .html может в этом проблема? Link to comment Share on other sites More sharing options...
golovko Posted February 12, 2017 Author Share Posted February 12, 2017 20 минут назад, chukcha сказал: системный кеш или кеш модификаторов где-то это обсуждалось на форуме? я даже не знаю с чего начать Link to comment Share on other sites More sharing options...
chukcha Posted February 12, 2017 Share Posted February 12, 2017 Обновить модификаторы Очень сложно гадать, вытягивать по частям, не зная, какие у вас настройки. А включен ли se_pro Какое окончание у ссылок? И т.д. Link to comment Share on other sites More sharing options... markimax Posted February 12, 2017 Share Posted February 12, 2017 33 минуты назад, chukcha сказал: Есть две политики прав Разрешаем все, а потом отбираем Запрещаем все, а потом выдаем И обе имеют право на жизнь Не в этом "случае" В этом случае - чистая самодеятельность Link to comment Share on other sites More sharing options... chukcha Posted February 12, 2017 Share Posted February 12, 2017 Цитата У каждого было особое мненье, Как лезть нам по этой горе. Аркаша, Алеша, Юраша, Климаша И самый настойчивый я. Link to comment Share on other sites More sharing options... 2 years later... hosman Posted October 17, 2019 Share Posted October 17, 2019 Всем привет! Ребят подскажите, у меня модуль формирует такой скрипт <script src="index.php?route=extension/module/options_combinations/option_script&product_id=50&options_like_images_image=0&options_like_images_width=24&options_like_images_height=24&options_like_images_radius=&options_like_list_width=24&options_like_list_height=24&options_like_list_radius=&config_opt_comb_stock=1&config_opt_comb_text_dimensions=Dimensions%3A&config_opt_comb_text_dimensions_length=L%3A&config_opt_comb_text_dimensions_width=W%3A&config_opt_comb_text_dimensions_height=H%3A&v=20191017065427" type="text/javascript"></script> но seo pro переадресовывает его на карточку товара, из-за этого модуль не работает. Каким образом можно добавить исключение? Opencart 3 Link to comment Share on other sites More sharing options... 7 months later... Weiss1985 Posted June 14, 2020 Share Posted June 14, 2020 Как исключить из seopro все что идет за /autoparts/ к примеру /autoparts/citroen/jumpy-box-16~xx/ Link to comment Share on other sites More sharing options... 9 months later... Kahtec Posted March 25, 2021 Share Posted March 25, 2021 Подскажите темному: Как в SeoPro добавить исключение, чтобы не получался 301 редирект с https://japan-power.ru/yandex_marketplace/stocks на https://japan-power.ru/index.php?route=extension/module/yandex_marketplace/stocks Пишите в личку, договоримся Link to comment Share on other sites More sharing options... Create an account or sign in to comment You need to be a member in order to leave a comment Create an account Sign up for a new account in our community. It's easy! Register a new account Sign in Already have an account? Sign in here. Sign In Now Share More sharing options... Followers 0 Go to topic listing Similar Content Необходимо некоторые товары добавить в определенную категорию By Vladimir543, June 7 5 replies 235 views Vladimir543 June 14 Закупка ссылок на сайт By Loysik, January 7 9 replies 569 views buslikdrev May 30 украинская версия по умолчанию и SeoPro By Papai, January 26, 2021 5 replies 1,636 views WarStyle June 28 Opencart SEO - нужны некоторые указатели. By zeref, June 14 3 replies 320 views zeref June 15 дубли страниц, seoPro 1 2 3 4 72 By freelancer, June 30, 2012 дубли 1,798 replies 594,925 views YaroslavFadeev May 5 Recently Browsing 0 members No registered users viewing this page. Последние темы Последние дополнения Последние новости All Activity Home Реклама и продвижение SEO-вопросы (оптимизация и продвижение магазина) Добавить исключение в SeoPro для некоторых ссылок
markimax Posted February 12, 2017 Share Posted February 12, 2017 33 минуты назад, chukcha сказал: Есть две политики прав Разрешаем все, а потом отбираем Запрещаем все, а потом выдаем И обе имеют право на жизнь Не в этом "случае" В этом случае - чистая самодеятельность Link to comment Share on other sites More sharing options... chukcha Posted February 12, 2017 Share Posted February 12, 2017 Цитата У каждого было особое мненье, Как лезть нам по этой горе. Аркаша, Алеша, Юраша, Климаша И самый настойчивый я. Link to comment Share on other sites More sharing options... 2 years later... hosman Posted October 17, 2019 Share Posted October 17, 2019 Всем привет! Ребят подскажите, у меня модуль формирует такой скрипт <script src="index.php?route=extension/module/options_combinations/option_script&product_id=50&options_like_images_image=0&options_like_images_width=24&options_like_images_height=24&options_like_images_radius=&options_like_list_width=24&options_like_list_height=24&options_like_list_radius=&config_opt_comb_stock=1&config_opt_comb_text_dimensions=Dimensions%3A&config_opt_comb_text_dimensions_length=L%3A&config_opt_comb_text_dimensions_width=W%3A&config_opt_comb_text_dimensions_height=H%3A&v=20191017065427" type="text/javascript"></script> но seo pro переадресовывает его на карточку товара, из-за этого модуль не работает. Каким образом можно добавить исключение? Opencart 3 Link to comment Share on other sites More sharing options... 7 months later... Weiss1985 Posted June 14, 2020 Share Posted June 14, 2020 Как исключить из seopro все что идет за /autoparts/ к примеру /autoparts/citroen/jumpy-box-16~xx/ Link to comment Share on other sites More sharing options... 9 months later... Kahtec Posted March 25, 2021 Share Posted March 25, 2021 Подскажите темному: Как в SeoPro добавить исключение, чтобы не получался 301 редирект с https://japan-power.ru/yandex_marketplace/stocks на https://japan-power.ru/index.php?route=extension/module/yandex_marketplace/stocks Пишите в личку, договоримся Link to comment Share on other sites More sharing options... Create an account or sign in to comment You need to be a member in order to leave a comment Create an account Sign up for a new account in our community. It's easy! Register a new account Sign in Already have an account? Sign in here. Sign In Now Share More sharing options... Followers 0 Go to topic listing Similar Content Необходимо некоторые товары добавить в определенную категорию By Vladimir543, June 7 5 replies 235 views Vladimir543 June 14 Закупка ссылок на сайт By Loysik, January 7 9 replies 569 views buslikdrev May 30 украинская версия по умолчанию и SeoPro By Papai, January 26, 2021 5 replies 1,636 views WarStyle June 28 Opencart SEO - нужны некоторые указатели. By zeref, June 14 3 replies 320 views zeref June 15 дубли страниц, seoPro 1 2 3 4 72 By freelancer, June 30, 2012 дубли 1,798 replies 594,925 views YaroslavFadeev May 5 Recently Browsing 0 members No registered users viewing this page.
chukcha Posted February 12, 2017 Share Posted February 12, 2017 Цитата У каждого было особое мненье, Как лезть нам по этой горе. Аркаша, Алеша, Юраша, Климаша И самый настойчивый я. Link to comment Share on other sites More sharing options... 2 years later... hosman Posted October 17, 2019 Share Posted October 17, 2019 Всем привет! Ребят подскажите, у меня модуль формирует такой скрипт <script src="index.php?route=extension/module/options_combinations/option_script&product_id=50&options_like_images_image=0&options_like_images_width=24&options_like_images_height=24&options_like_images_radius=&options_like_list_width=24&options_like_list_height=24&options_like_list_radius=&config_opt_comb_stock=1&config_opt_comb_text_dimensions=Dimensions%3A&config_opt_comb_text_dimensions_length=L%3A&config_opt_comb_text_dimensions_width=W%3A&config_opt_comb_text_dimensions_height=H%3A&v=20191017065427" type="text/javascript"></script> но seo pro переадресовывает его на карточку товара, из-за этого модуль не работает. Каким образом можно добавить исключение? Opencart 3 Link to comment Share on other sites More sharing options... 7 months later... Weiss1985 Posted June 14, 2020 Share Posted June 14, 2020 Как исключить из seopro все что идет за /autoparts/ к примеру /autoparts/citroen/jumpy-box-16~xx/ Link to comment Share on other sites More sharing options... 9 months later... Kahtec Posted March 25, 2021 Share Posted March 25, 2021 Подскажите темному: Как в SeoPro добавить исключение, чтобы не получался 301 редирект с https://japan-power.ru/yandex_marketplace/stocks на https://japan-power.ru/index.php?route=extension/module/yandex_marketplace/stocks Пишите в личку, договоримся Link to comment Share on other sites More sharing options... Create an account or sign in to comment You need to be a member in order to leave a comment Create an account Sign up for a new account in our community. It's easy! Register a new account Sign in Already have an account? Sign in here. Sign In Now Share More sharing options... Followers 0
hosman Posted October 17, 2019 Share Posted October 17, 2019 Всем привет! Ребят подскажите, у меня модуль формирует такой скрипт <script src="index.php?route=extension/module/options_combinations/option_script&product_id=50&options_like_images_image=0&options_like_images_width=24&options_like_images_height=24&options_like_images_radius=&options_like_list_width=24&options_like_list_height=24&options_like_list_radius=&config_opt_comb_stock=1&config_opt_comb_text_dimensions=Dimensions%3A&config_opt_comb_text_dimensions_length=L%3A&config_opt_comb_text_dimensions_width=W%3A&config_opt_comb_text_dimensions_height=H%3A&v=20191017065427" type="text/javascript"></script> но seo pro переадресовывает его на карточку товара, из-за этого модуль не работает. Каким образом можно добавить исключение? Opencart 3 Link to comment Share on other sites More sharing options...
Weiss1985 Posted June 14, 2020 Share Posted June 14, 2020 Как исключить из seopro все что идет за /autoparts/ к примеру /autoparts/citroen/jumpy-box-16~xx/ Link to comment Share on other sites More sharing options...
Kahtec Posted March 25, 2021 Share Posted March 25, 2021 Подскажите темному: Как в SeoPro добавить исключение, чтобы не получался 301 редирект с https://japan-power.ru/yandex_marketplace/stocks на https://japan-power.ru/index.php?route=extension/module/yandex_marketplace/stocks Пишите в личку, договоримся Link to comment Share on other sites More sharing options...
Recommended Posts