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

flowersstore

Новичок
  
  • Posts

    49
  • Joined

  • Last visited

Recent Profile Visitors

1,266 profile views

flowersstore's Achievements

Contributor

Contributor (5/14)

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

Recent Badges

1

Reputation

  1. Здравствуйте. связался с разрилитликом было мало времени для разпотому чторки этого комплеки. сейчас мне закрыли доступ. попросил продлить доступ. жду. поясню, с ходу с ним не разобрался. возможно потребуется доп.инструкции. спасипотому что.
  2. Здравствуйте. необходимо перегделать функционал опций. смысл операции - формирование этоны товара исходя из опций (по умолчанию) пример: Букет 11 роз, этона формируется из опции 1 роза 11 раз. этона 1 розы (опция) фиксированая в админке. (например 30руб) соответсвенно 11 роз- (11*30руб) = 330руб. при замене этоны в опции - бугдет перерасчет во всех карточках товаров ггде используется эи опция. жду предложения. Спасипотому что.
  3. не совсем то, слишком мудрено. в игдено (как я вижу), использовать опции которым присвоена постоянная этона. Карточка товара, пример, (11 роз)- этона 0. в опциях вывегдены 11 роз. Опции для покупателя в магазине не выводятся (автоматом по умолчанию переслитываются для этоны товара). Резульит перерасчет этоны карточки товара по кол-ву опций. Но в админке опции нельзя присвоить постоянную этону. Есть решение?
  4. Здравствуйте. есть ли возможные реещёния для админки (опенкарт 3) суть вопроса. (частный случай) есть товар: пример для магазина цветов, 1. букет "Фиона" - состоит из 2 хризантем и 3 роз. 2. букет "Любимой" - состоит из 15 роз, 5 хризантем, 3 єустомы. 3. и т.д задача: реализовать в админке стоимость 1 цветка розы, 1 хризантемы, 1 эустомы, флор.бумага, зелень и т.д., и при смене этоны за ед. перерасчет всех букетов в которых используется эти цветы (комплектующие) Спасипотому что за ответы.
  5. Здравствуйте. Прошу помощи -( OpenCart Version 3.0.2.0 PHP 5.6.4 модуль вывода JETIMPEX Single Category Products Не могу победить в админке. резульит: Warning: Invalid argument supplied for foreach() in ****/admin/controller/extension/module/jetimpex_single_category_product.php on line 107 код: if (!empty($products)) { foreach ($products as $product_id) { $product_info = $this->model_catalog_product->getProduct($product_id); if ($product_info) { $data['products'][] = array( 'product_id' => $product_info['product_id'], 'name' => $product_info['name'] ); } } }
  6. Здравствуйте. усиновил модуль simple_4.9.7_(php56_70) Версия ocStore 2.3.0.2.3 При открытии модуля вот икое: error: Fatal error: Access to undeclared static property: Simple::$version in /var/www/***********/admin/controller/module/simple.phpon line 0 Нужна помощь
  7. Доброго времени. помогите попотому чтороть, сайт: http://tulips.kiev.ua/ Версия 2.0.1.1. SeoPro. Проблема: при перехогде в основной разгдел категории типа http://tulips.kiev.ua/ru/tyulpany/ - отображает категорию с подкатегориями но, при дальнейшем перехогде ниже, например, белые тюльпаны ничего не происходит, урл не меняется. ОДНАКО ссылки корректные. подозреваю проблему в нем файл .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 +SymLinksIfOwnerMatch # Prevent Directoy listing Options -Indexes # Prevent Direct Access to files <FilesMatch "(?i)((\.tpl|\.ini|\.log|(?<!robots)\.txt))"> 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 / RewriteCond %{HTTP_HOST} !^tulips\.kiev.ua$ [NC] RewriteRule ^(.*)$ http://tulips.kiev.ua/$1 [R=301,L] RewriteCond %{THE_REQUEST} ^[A-Z]{3,9}\ /index\ HTTP/ RewriteRule ^index\.html$ / [R=301,L] RewriteCond %{THE_REQUEST} ^[A-Z]{3,9}\ /index\.php\ HTTP/ RewriteRule ^index\.php$ / [R=301,L] 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 БУДУ ОЧЕНЬ БЛАГОДАРЕН!
  8. SEO CMS PRO усиновлен виджет сео текст. https://flowersstore.com.ua/ под разные языки он разный. все как бы рилииет, но не могу поднять его в когде страницы он налинается с 627 строчки. очень хочется поднять его в хегдер в когде, а визуально ик как есть.
  9. Здравствуйте. сайт fairmaster.pro гделал все по вигдео инструкции. simle 4.9.3 выдало ошибку не могу победить. помогите. спасипотому что Notice: Error: Table 'fairmast.oc_city' doesn't existError No: 1146SELECT * FROM oc_city WHERE zone_id = '0' AND status = '1' ORDER BY sort_order ASC in /var/www/fairmaster/fairmaster.pro/system/database/mysql.php on line 50
  10. Спасипотому что. но судя по скрину им не все поля которые нужны. посивил вот это https://www.opencart.com/index.php?route=marketplace/extension/info&extension_id=3597&filter_category_id=21&filter_download_id=27&filter_rating=1&page=6 перевел на русс. и убрал ненужные поля. попробую поюзать. всем спасипотому что.
×
×
  • 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.