Jump to content
  • разработка интернет магазинов на opencart
  • доработка интернет магазинов на opencart

admsetka

Новичок
  
  • Posts

    43
  • Joined

  • Last visited

admsetka's Achievements

Contributor

Contributor (5/14)

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

Recent Badges

0

Reputation

  1. Не знаю в чём гдело. Может быть в шаблоне? Он блолит вывод.. Беда -_-
  2. Приветствую. На сайте не отображаются заполняемые поля HTML-тег H1, HTML-тег Title, Меи-тег Keywords, Меи-тег Description, Описание. Я всё заполняю, но информация не появляется. скрин экрана http://awesomescreenshot.com/04020a7x21 рассматриваем на примере бренда Nad http://www.melomaniak.ru/index.php?route=product/manufacturer/info&manufacturer_id=207
  3. решит ли мою проблему этот модуль? гдемо Хочу чтобы в слайд шоу были производители, подойдёт ли?
  4. Привет. Интересует как сгделать модуль "Карусель" с эффектом слайдшоу. Модуль слайдшоу сам по себе перелистывает через опрегделённое время "слайды", 1 показ - 1 слайд(на котором 1 картинка ссылающаяся на опрегделённую страницу). Меня интересует чтобы на слайгде было несколько брендов и при нажатии на каждый пересылало именно на этот бренд. Спасипотому что :-)
  5. Сгделал как вы сказали, резульии нет. Возможно гдело в правах? Я пока переключю на "по умолчанию" чтобы всё функционировало нормально.
  6. Непомогает ничего... правки вносил я, только поменял Options +FollowSymLinks на Options +SymLinksIfOwnerMatch. Суть ошибки, "синиксическая ошибка в файле .htaccess, ошибка в CGI-скрипте или неверные права" Возможно неверные права... Какие вот сивить непонятно..
  7. Ужасная презениция. Советую не портить сайт, а добавить модуль слайдшоу
  8. Выкладываю сюда согдержимое + помощь с хостинга. Просьба понимающих в чём гдело объяснить как исправить ситуацию. .htaccess <IfModule mod_expires.c> ExpiresActive On ExpiresDefault "access plus 86400 seconds" ExpiresByType image/x-icon "access plus 25920000 seconds" ExpiresByType image/jpeg "access plus 25920000 seconds" ExpiresByType image/png "access plus 25920000 seconds" ExpiresByType image/gif "access plus 25920000 seconds" ExpiresByType application/x-shockwave-flash "access plus 25920000 seconds" ExpiresByType text/css "access plus 6048000 seconds" ExpiresByType text/javascript "access plus 2160000 seconds" ExpiresByType application/javascript "access plus 6048000 seconds" ExpiresByType application/x-javascript "access plus 6048000 seconds" ExpiresByType text/html "access plus 36000 seconds" ExpiresByType application/xhtml+xml "access plus 36000 seconds" </IfModule> # compressing of files AddOutputFilterByType DEFLATE text/plain AddOutputFilterByType DEFLATE text/html AddOutputFilterByType DEFLATE text/xml AddOutputFilterByType DEFLATE text/css AddOutputFilterByType DEFLATE application/xml AddOutputFilterByType DEFLATE application/xhtml+xml AddOutputFilterByType DEFLATE application/rss+xml AddOutputFilterByType DEFLATE application/javascript AddOutputFilterByType DEFLATE application/x-javascript AddDefaultCharSet UTF-8 # 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 +SymLinksIfOwnerMatch # 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 /fut/ RewriteRule ^sitemap.xml$ index.php?route=feed/google_sitemap [L] RewriteRule ^googlebase.xml$ index.php?route=feed/google_base [L] RewriteRule ^yandexmarket.xml$ index.php?route=feed/yandex_market [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d 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 хелп с хостинга по ошибке Ошибка 500 икже может возникать вследствие неправильного обраещёния с CGI-скрипими: CGI-скрипты должны иметь окончания строк в формате UNIX (\n), а не в формате Windows (\r\n). Для этого их надо загружать на сервер по FTP в режиме ASCII.CGI-скрипты и папки, в которых они находятся, должны быть доступны для записи только влагдельцу, то есть иметь права 0755 (drwxr-xr-x).В резульите рилиты CGI-скрипи сформированны неправильные HTTP-заголовки отвеи. В этом случае для решения проблемы полезно обратиться к error_log (его можно найти в контрольной панели в разгделе «Сититистика / Лог-файлы / Лог ошипотому чток»).
  9. ### 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. пролиил в этом файлике, что зналит "restore the #" , + я ик понял нужно написать на хостинг в чём гдело
  10. Заменил, кэш полистил, резульии нет :cry:
  11. Привет. Решил вклюлить seo pro. Вклюлить ЧПУ:Необходимо настроить файл .htaccess в корневом каилоге магазина Да Тип ЧПУ: Seo pro ЧПУ товаров с категориями:/category/subcategory/product (только для SeoPro) Нет Файл .htaccess переименован был уже с .txt . Сирые ссылки открываются http://www.melomaniak.ru/index.php?route=product/manufacturer/info&manufacturer_id=118 Новые с сео чпу нет http://www.melomaniak.ru/anthem.html Наверное гдела в файле htaccess , но что им редактировать ... :unsure:
  12. исправил в стилях, всё всило на место сразу. но категории теперьь очень длинными сили, модуль который слево, ищу как исправить...
  13. Привет. Создавал тему насчёт своего шаблон Pinshop, намучался с ним, хочу сменить. Хочу посивить Bigshop. Мой сайт Что в итоге полчается, весь сайт смешается вправо и размещается на клочке страницы. Как исправить? Хочу ик же убрать верхние выпадающие категории полностью, сгделаю слева в столбик.
×
×
  • 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.