Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

pikkolo

Newbie
  
  • Posts

    11
  • Joined

  • Last visited

Recent Profile Visitors

1,186 profile views

pikkolo's Achievements

Apprentice

Apprentice (3/14)

  • First Post
  • Collaborator
  • Conversation Starter
  • Week One Done
  • One Month Later

Recent Badges

1

Reputation

  1. Технические характеристики CMS: Opencart Version 3.0.3.2 (rs.2) Тема: UniShop2 ЧПУ включено. SEO генератор: SEO URL генератор (от Digital Elephant) Проблема выглядит следующим образом: 1. Народ начал жаловаться, что ИНОГДА оформление сайта отображается не корректно. Не работает java-скрипты для добавления товара в корзину. 2. В Отчеты - "Список клиентов online" в ячейке "Последняя просмотренная страница" вижу, что часть гостей заходят на страницы: категории товаров на сайте по ссылке такого вида: ДОМЕН/index.php?route=product/category&path=14382_10536_10657_29878_10536_10707_10536_10832_28493, в то время как правильная: ДОМЕН/kancelyarskie-tovary/ofisnye-prinadleghnosti/korrektiruyuschie-prinadleghnosti/korrektiruyuschie-ghidkosti/ofisnye-prinadleghnosti/lotki-gorizontalynye/ofisnye-prinadleghnosti/steplery-antisteplery/antistepler товара на сайте по ссылке такого вида: ДОМЕН/index.php?route=product/product&path=11544_11545_11544_11547&product_id=23599 в то время как правильная: ДОМЕН/bumaga-cvetnaya-a4-5-cvetov-5-listov-barhatnaya в крайнем случае ДОМЕН//tovary-dlya-shkoly/bumaga-detskaya/bumaga-cvetnaya-a4-5-cvetov-5-listov-barhatnaya Числа соответствуют id категорий/подкатегорий/товара. Кто-нибудь с таким сталкивался? Как узнать как это происходит и как это исправить?
    Автору спасибо за мгновенную помощь в решении наших пожеланий.
  2. А в admin/controller/common или catalog/controller/common ? И все содержимое home.php заменить на $this->response->redirect( $this->url->link('latest/latest', false, true) );
  3. Добрый день. Помогите настроить .htaccess таким образом, чтобы при открытии сайта открывалась не главная страница(moysite.ru), а в моем случае, moysite.ru/index.php?route=latest/latest Сейчас мой файл содержит вот такой текст: # SEO URL Settings RewriteEngine On # If your opencart installation does not run on the main web folder make sure you folder it does run in ie. / becomes /shop/ RewriteBase / RewriteRule ^sitemap.xml$ index.php?route=feed/google_sitemap [L] RewriteRule ^googlebase.xml$ index.php?route=feed/google_base [L] RewriteRule ^download/(.*) /index.php?route=error/not_found [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_URI} !.*\.(ico|gif|jpg|jpeg|png|js|css) RewriteRule ^([^?]*) index.php?_route_=$1 [L,QSA] redirect 301 http://www.moysite.ru/index.php http://www.moysite.ru/index.php?route=latest/latest но последний редирект ничего не поменял Как правильно написать?
  4. Есть сайт, прошлая CMS - Oscommerce, теперь перешел на Opencart. Проблема в том, что поисковики по запросам большинство товаров открывают "*имя домена*/product_info.php?cPath=*цифры*&products_id=*цифры*" вместо "*имя домена*/index.php?route=product/product&product_id=*цифры*". Соответственно открывается страница с текстом "Запрашиваемая страница не найдена!". Как это исправить? Содержимое .htaccess: # 1.To use URL Alias you need to be running apache with mod_rewrite enabled. # 2. In your opencart directory rename htaccess.txt to .htaccess. # For any support issues please visit: http://www.opencart.com Options +FollowSymlinks # Prevent Directoy listing Options -Indexes # Prevent Direct Access to files <FilesMatch "\.(tpl|ini|log)"> Order deny,allow Deny from all </FilesMatch> # SEO URL Settings RewriteEngine On # If your opencart installation does not run on the main web folder make sure you folder it does run in ie. / becomes /shop/ RewriteBase / RewriteRule ^sitemap.xml$ index.php?route=feed/google_sitemap [L] RewriteRule ^googlebase.xml$ index.php?route=feed/google_base [L] RewriteRule ^download/(.*) /index.php?route=error/not_found [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_URI} !.*\.(ico|gif|jpg|jpeg|png|js|css) RewriteRule ^([^?]*) index.php?_route_=$1 [L,QSA] ### Additional Settings that may need to be enabled for some servers ### Uncomment the commands by removing the # sign in front of it. ### If you get an "Internal Server Error 500" after enabling any of the following settings, restore the # as this means your host doesn't allow that. # 1. If your cart only allows you to add one item at a time, it is possible register_globals is on. This may work to disable it: # php_flag register_globals off # 2. If your cart has magic quotes enabled, This may work to disable it: # php_flag magic_quotes_gpc Off # 3. Set max upload file size. Most hosts will limit this and not allow it to be overridden but you can try # php_value upload_max_filesize 999M # 4. set max post size. uncomment this line if you have a lot of product options or are getting errors where forms are not saving all fields # php_value post_max_size 999M # 5. set max time script can take. uncomment this line if you have a lot of product options or are getting errors where forms are not saving all fields # php_value max_execution_time 200 # 6. set max time for input to be recieved. Uncomment this line if you have a lot of product options or are getting errors where forms are not saving all fields # php_value max_input_time 200 # 7. disable open_basedir limitations # php_admin_value open_basedir none php_value memory_limit 250M Куда копать?
  5. Задам тогда другой вопрос: есть ли такой модуль "Меню категорий", чтобы на открытой странице категорий в левой(или правой) колонке был ТОЛЬКО список подкатегорий именно этой категории? Чтоб было понятнее увидел такое тут: http://www.vseinstrumenti.ru/ruchnoy_instrument/ (не реклама :-) ), просто чтоб было понятно о чем речь. Такое можно сделать?
  6. Нет. Это не то. Нужна именно функция отображения на странице категории подкатегорий с подподкатеогриями.
  7. Помогите пожалуйста с таким моментом: Есть OpenCart 1.5.6.1. Тема: pav_bikestore(http://www.pavothemes.com/opencart-themes/34-pav-bike-store.html). Как на странице категории отобразить подкатегории третьего и четвертого уровня? Вот так(например) для категории Слоны(Слоны-Розовые слоны-С длинными ушами): Слоны Розовые слоны: С длинным хоботом С длинным хвостом С длинными ногами Серые слоны: С длинным хоботом С длинным хвостом С длинными ногами Ну и так до четвертого-пятого уровня... Чтобы для каждой следующей подкатегрии списком выводились вложенные подкатегории. Ну и div-ами это расположить сеткой. Помогите, может есть какой простой способ...
×
×
  • 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.