-
Content Count
14 -
Joined
-
Last visited
Community Reputation
0 ОбычныйAbout Bigama4o
-
Rank
Пользователь
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
- 7 comments
-
- opencart responsive theme
- шаблон
- (and 8 more)
-
Кнопки соц сетей и месенджеров в плавающем блоке
Bigama4o reviewed monashishche's file in Социальные сети
-
Отображение сортировки в схеме информации
Bigama4o replied to Bigama4o's topic in Opencart 2.x: Настройка и оптимизация
Точно,спасибо большое! -
Стикеры .png для карточки товара
Bigama4o replied to Bigama4o's topic in Opencart 2.x: Поиск модулей
Логотип производителя,немного не то, так как добавляет только в карточку товара. А ссылки...первое дорого, а во втором только стандартные 4 стикера... Буду копать дальше. -
Здравствуйте! Господа подскажите,может кто сталкивался. Нужен модуль со стикерами, нигде найти не могу. Задача: вставлять свои картинки в карточку товара (в категорию) Пример: Заранее благодарю
-
Привет! А можешь поподробней описать что ты сделал,так как такая же ошибка,все перепробовали, а яндекс поддержка тупит...
- 160 replies
-
- яндекс.касса
- яндекс.деньги
-
(and 2 more)
Tagged with:
-
подкатегории с товаром в родительскую
Bigama4o replied to Bigama4o's topic in Opencart 2.x: Песочница
очень жаль что никто не сталкивался....нужно выводить блоками с дочерних в родительскую....решение не найдено -
Люди добрые суть проблемы: Нужно вывести подкатегории с товаром в родительскую Родительская: Категория 1: товар ,товар, товар Категория 2: товар ,товар и т.д. Подскажите плиз,перешерстил весь инет,ничего не нашел #паника
-
Люди добрые подскажите как можно реализовать всплывающее окно по ссылке или кнопке по примеру на этом сайте : http://xn-----8kcaawewbwfqqoeyfcebgle2t.xn--p1ai/split-sistemy-haier/ Заранее благодарю
-
buslikdrev, ты имеешь ввиду с сайта? https://stickerboom.ru/naklejka/orda-wow с помошью чего?
-
Здравствуйте друзья. Собираюсь делать сайт с наклейками на авто,очень нужен модуль для примерки на фоне.. Никто не встречал??? Заранее благодарен! Образец https://stickerboom.ru/naklejka/orda-wow Или хотяб какой движок лучше подойдет и куда копать? буду рад любым советам
-
Уважаемые форумчане,бьюсь с 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