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

FLworker

Users
  
  • Posts

    75
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

FLworker's Achievements

Collaborator

Collaborator (7/14)

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

Recent Badges

-1

Reputation

  1. Сколько уже обходил сайтов но ничего подобного не нашел, ищу модуль функционал которого будет подобен как на сайте http://rozetka.com.ua/htc_sensation_xl/p169787/ - в самой карточки товара под кратким описанием и фоткой товара есть блок с оранжевой рамочкой и стрелками с двух сторон, в этом блоке выводиться товар и к нему крепятся дополнительные товары. В итоге выходит общая цена пакета с товарам. Если кто встречал готовый модуль, напишите об этом.
  2. спасибо за модуль. установил нормально. чуть пошарилсяс что и как, но осилил! модель заи***ь классный. Денег своих как я считаю - стоит!
  3. не совсем понял как и что прописываь/дописывать. можно както показать наглядно?
  4. поставил: Слайдшоу - порядок сортировки 0, позиция Содержание шапки. Категории - порядок сортировки 1, позиция ЛЕвая колонка Результат на лицо в картинке
  5. Такая проблема. На главной есть модуль слайдшоу который установлен в позиции Содержание шапки, он на расположен на всю ширину страницы. Под ним располодены модуля Рекомендуемые, Хиты продаж, Новинки. НО когда я на главную в Левую колонку вывожу модль категории то салйдшоу сдвигаеться вправо, мне хочется что бы слайдшоу оставалось на своем месте и было на всю ширину страницы, а вот модель Категории и остальный модуля делили уже свое пространство. Я на рисунку показал как. КАК МОЖНО РЕШИТЬ ДАННУЮ ПРОБЛЕМУ. ПОДСКАЖИТЕ ТОВАРИЩИ!!
  6. как сделать через mod_rewrite парвельный редирект. надо что бы если пользователь вводил в браузере ссылку вида sait.ru/index.php то преекидовало на www.site.ru/ ну и если просто вводит даже www.site.ru/index.php то открывало www.site.ru/
  7. Есть магазин на Opencart 1.5.1.3 Есть пару категорий вида КАТЕГОРИЯ1, КАТЕГОРИЯ2 и тд. когда кликаю на категорию то в хлебных крошках отображаеться Главная>>КАТЕГОРИЯ1, как сделать что бы отображалось так Главная>>Категория1, при условии что бы само название категоории не переименовывать в вид Категория, а оставались такие же как есть сейчас.
  8. вы про эти пути ? define('DIR_APPLICATION', 'E:Roomsu317275mysite.ruwwwcatalog/'); define('DIR_SYSTEM', 'E:Roomsu317275mysite.ruwwwsystem/'); define('DIR_DATABASE', 'E:Roomsu317275mysite.ruwwwsystemdatabase/'); define('DIR_LANGUAGE', 'E:Roomsu317275mysite.ruwwwcataloglanguage/'); define('DIR_TEMPLATE', 'E:Roomsu317275mysite.ruwwwcatalogviewtheme/'); define('DIR_CONFIG', 'E:Roomsu317275mysite.ruwwwsystemconfig/'); define('DIR_IMAGE', 'E:Roomsu317275mysite.ruwwwimage/'); define('DIR_CACHE', 'E:Roomsu317275mysite.ruwwwsystemcache/'); define('DIR_DOWNLOAD', 'E:Roomsu317275mysite.ruwwwdownload/'); define('DIR_LOGS', 'E:Roomsu317275mysite.ruwwwsystemlogs/');
  9. Магазин работал на хостинге hostpro, я включил SEOpro в админке, все работало нормально, но после переноса на хостинг masterhost то все ЧПУ не работают. пишет : Not input file specificated ПС: первый хостинг был на Linux а вот это Мастерхост то там Виндовс. вот моя .htaccsess # 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 ^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 как решить проблему?
  10. Warning: require_once(/home/u317277/underwearmen.ru/www/system/startup.php): failed to open stream: No such file or directory in E:\Rooms\u317277\underwearmen.ru\www\index.php on line 19 Fatal error: require_once(): Failed opening required '/home/u317277/underwearmen.ru/www/system/startup.php' (include_path='.;C:\php5\pear') in E:\Rooms\u317277\underwearmen.ru\www\index.php on line 19 как ее можно устранить что бы магазин работал?
  11. У меня ocStore 1.5.13 если включаю ЧПУ и SEOpro и соответственно прописываю SEO url для всех категорий и товаров то в браузере они выглядят отлично, но вот не могу найти как выставить ЧПУ для формы обратной связи т.е http://мой магазин/index.php?route=information/contact - как поставить что бы вместо index.php?route=information/contact было написано obratnaja-svjaz ?????????????????????????????
  12. ка решить такую ошибку: Warning: session_start(): SAFE MODE Restriction in effect. The script whose uid is 1009 is not allowed to access /tmp owned by uid 0 in /home/krasvideo.ru/www/system/library/session.php on line 11 Fatal error: session_start(): Failed to initialize storage module: files (path: ) in /home/krasvideo.ru/www/system/library/session.php on line 11
  13. Я создаю новый слой - Система-Дизайн-Схемы-добавить, называю схему Все категории и ставлю путь product/allcategory Я вывел модуль на тот слой, открываю ссылку adress/index.php?route=product/allcategory - модуль тот отображается что я поставил на вывод, но под ним пишет "Запрашиваемая страница не найдена!" под надписью кнопка Вперед. В хлебных крошках отображается путь Главная » Запрашиваемая страница не найдена!
×
×
  • 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.