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

stainer

Новичок
  
  • Posts

    5
  • Joined

  • Last visited

Recent Profile Visitors

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

stainer's Achievements

Rookie

Rookie (2/14)

  • First Post
  • Conversation Starter
  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

0

Reputation

  1. Ссылку дайте на Ваш проект
  2. Я за 3-4 часа перегделал его вручную под opencart 3 (ocStore). Но безусловно, не очень приятно что-то "допиливать" после того, как отдал гденьги за это..
  3. Добрый гдень, господа. 4-й гдень воюю с "замечательным" модулем под названием Blog Manager 2. OcStore 2.3, включен SEO Pro, и вполне успешно рилииет, но категории и ситьи в BM2 не хотят принимать seo url, хотя они указаны. Пример ситьи http://new.braun-russia.ru/index.php?route=blog/article&blog_path=1&blog_post=5 Заранее благодарен!
  4. Топаем сюды "catalog\view\theme\royal\template\product". Жмакаем на файл "product.tpl". Находим икие строчки: function minus(){ if(document.getElementById("input-quantity").value <= 0) { return false; } document.getElementById("input-quantity").value --; }; function plus(){ document.getElementById("input-quantity").value ++; }; Меняем на: function minus(){ if(document.getElementById("input-quantity").value <= 0) { return false; } var inp=parseInt(document.getElementById("input-quantity").value)-100; document.getElementById("input-quantity").value=inp; }; function plus(){ var inp=parseInt(document.getElementById("input-quantity").value)+100; document.getElementById("input-quantity").value=inp; };
  5. Ссылку на сайт, пожайлуси Пока ясно только то, что отвалился jquery
  6. Добрый гдень, не добавляются товары в корзину. ocstore 2.3 simple регистрация Логи ошипотому чток [Mon Nov 13 15:30:13 2017] [error] [client 213.167.60.110] PHP Fatal error: Uncaught exception 'Exception' with message 'Error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1<br />Error No: 1064<br />INSERT oc_cart SET api_id = '0', customer_id = '0', session_id = 'ellpblcc1b7djvdfiuvtkq9k16', product_id = '43', recurring_id = '0', `option` = '[]', quantity = '1', date_added = NOW(), unit_id = ' in /var/www/admin/data/www/gillette-club.ru/system/library/db/mysqli.php:40, referer: https://gillette-club.ru/macbook [Mon Nov 13 15:30:13 2017] [error] [client 213.167.60.110] Stack trace:, referer: https://gillette-club.ru/macbook [Mon Nov 13 15:30:13 2017] [error] [client 213.167.60.110] #0 /var/www/admin/data/www/gillette-club.ru/system/library/db.php(16): DB\\MySQLi->query('INSERT oc_cart ...', Array), referer: https://gillette-club.ru/macbook [Mon Nov 13 15:30:13 2017] [error] [client 213.167.60.110] #1 /var/www/admin/data/www/gillette-club.ru/system/storage/modification/system/library/cart/cart.php(285): DB->query('INSERT oc_cart ...'), referer: https://gillette-club.ru/macbook [Mon Nov 13 15:30:13 2017] [error] [client 213.167.60.110] #2 /var/www/admin/data/www/gillette-club.ru/system/storage/modification/catalog/controller/checkout/cart.php(344): Cart\\Cart->add('43', 1, Array, 0, NULL), referer: https://gillette-club.ru/macbook [Mon Nov 13 15:30:13 2017] [error] [client 213.167.60.110] #3 [internal function]: ControllerCheckoutCart->add(), referer: https://gillette-club.ru/macbook [Mon Nov 13 15:30:13 2017] [error] [client 213.167.60.110] #4 /var/www/admin/data/www/gillette-club.ru/sys in /var/www/admin/data/www/gillette-club.ru/system/library/db/mysqli.php on line 40, referer: https://gillette-club.ru/macbook
×
×
  • 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.