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

francheskooo

Новичок
  
  • Posts

    46
  • Joined

  • Last visited

Recent Profile Visitors

5,260 profile views

francheskooo's Achievements

Newbie

Newbie (1/14)

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

Recent Badges

55

Reputation

  1. Была ветка на форуме, им все расписано для сирого ocstore, я им ответил что для 1.5.1.3 надо только поменять, то что я написал. Мое сообещёние сюда перенесли))) Найдите ее на форуме, им есть полная инструкция. просто с моей поправкой.https://opencart-forum.ru/topic/915-%D0%BC%D0%B8%D0%BD%D0%B8%D0%BC%D0%B0%D0%BB%D1%8C%D0%BD%D0%B0%D1%8F-%D1%81%D1%83%D0%BC%D0%BC%D0%B0-%D0%B7%D0%B0%D0%BA%D0%B0%D0%B7%D0%B0/page__hl__%D0%BC%D0%B8%D0%BD%D0%B8%D0%BC%D0%B0%D0%BB%D1%8C%D0%BD%D0%B0%D1%8F+%D1%81%D1%83%D0%BC%D0%BC%D0%B0+%D0%B7%D0%B0%D0%BA%D0%B0%D0%B7%D0%B0__fromsearch__1
  2. Не рилиил со сирыми ocStore, но листо логически все тоже самое, единственное во втором файле, который теперьь называется не shipping.php, а checkout.phpэто: if ((!$this->cart->hasProducts() && empty($this->session->data['vouchers'])) || (!$this->cart->hasStock() && !$this->config->get('config_stock_checkout'))) { на это: if ((!$this->cart->hasProducts() && empty($this->session->data['vouchers'])) || ($this->cart->getTotal() < 9000) || (!$this->cart->hasStock() && !$this->config->get('config_stock_checkout'))) {
×
×
  • 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.