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

Bigama4o

Newbie
  
  • Posts

    15
  • Joined

  • Last visited

Recent Profile Visitors

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

Bigama4o's Achievements

Explorer

Explorer (4/14)

  • First Post
  • Collaborator
  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

0

Reputation

    Из множество купленных мной шаблонов, покупаю уже третий у данного автора. Все топ, рекомендую!
    На OsStore 2.3.0.2 к сожалению не пошло, но идея супер. Верю в светлое будущее автора!) http://holodok93.ru/
  1. Добрый день, господа подскажите куда копать: в информативных категориях выводиться сортировка и количество товаров. в категориях выбрана схема информации...перерыл все что знал-не разобрался. Подскажите,люди добрые: Оsstore 2.3 шаблон Octemplates -SShop2 ссылка на сайт http://holodok93.ru/contscts/
  2. Логотип производителя,немного не то, так как добавляет только в карточку товара. А ссылки...первое дорого, а во втором только стандартные 4 стикера... Буду копать дальше.
  3. Здравствуйте! Господа подскажите,может кто сталкивался. Нужен модуль со стикерами, нигде найти не могу. Задача: вставлять свои картинки в карточку товара (в категорию) Пример: Заранее благодарю
  4. Привет! А можешь поподробней описать что ты сделал,так как такая же ошибка,все перепробовали, а яндекс поддержка тупит...
  5. очень жаль что никто не сталкивался....нужно выводить блоками с дочерних в родительскую....решение не найдено
  6. Люди добрые суть проблемы: Нужно вывести подкатегории с товаром в родительскую Родительская: Категория 1: товар ,товар, товар Категория 2: товар ,товар и т.д. Подскажите плиз,перешерстил весь инет,ничего не нашел #паника
  7. Люди добрые подскажите как можно реализовать всплывающее окно по ссылке или кнопке по примеру на этом сайте : http://xn-----8kcaawewbwfqqoeyfcebgle2t.xn--p1ai/split-sistemy-haier/ Заранее благодарю
  8. buslikdrev, ты имеешь ввиду с сайта? https://stickerboom.ru/naklejka/orda-wow с помошью чего?
  9. Здравствуйте друзья. Собираюсь делать сайт с наклейками на авто,очень нужен модуль для примерки на фоне.. Никто не встречал??? Заранее благодарен! Образец https://stickerboom.ru/naklejka/orda-wow Или хотяб какой движок лучше подойдет и куда копать? буду рад любым советам
  10. Спасибо большое за внимание....незнаю как это вышло))в момент написания сообщения ничего не работало))
  11. Уважаемые форумчане,бьюсь с SeoPro и нормальным видом страниц уже месяц (но терпения уже нет) Перепробовал ВСЕ что можно: .htaccess менял, переставлял,и RewriteBase / прописывал всеми возможными(и не возможными способами),Options +FollowSymlinks менял и удалял. Одним словом методом тыка и перечитыванием схожих проблем все перепробовал.Но я чайник Помогите ПЛИИИИИЗ ссылка на страницу с SEO URL http://www.holodok93.ru/index.php?route=product/category&path=61_62 # 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 Directory listing Options -Indexes # Prevent Direct Access to files <FilesMatch "(?i)((\.tpl|\.ini|\.log|(?<!robots)\.txt))"> Require all denied ## For apache 2.2 and older, replace "Require all denied" with these two lines : # 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=extension/feed/google_sitemap [L] RewriteRule ^googlebase.xml$ index.php?route=extension/feed/google_base [L] RewriteRule ^system/storage/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 received. 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
×
×
  • 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.