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

diimmortals

Новичок
  
  • Posts

    3
  • Joined

  • Last visited

Recent Profile Visitors

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

diimmortals's Achievements

Rookie

Rookie (2/14)

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

Recent Badges

0

Reputation

  1. в php плохо разбираюсь но как понял это отвечает за скидку на самовывоз и как сгделать тут исключение на некоторые позиции? if ($status) { $quote_data = array(); $cost = $this->cart->getSubTotal() - ($this->cart->getSubTotal() * 0.8); $quote_data['pickup'] = array( 'code' => 'pickup.pickup', 'title' => $this->language->get('text_description'), 'cost' => -$cost, 'tax_class_id' => $this->config->get('total_shipping_tax_class_id'), 'text' => '( - ' . $this->currency->format($cost, $this->session->data['currency']) . ')', ); $method_data = array( 'code' => 'pickup', 'title' => $this->language->get('text_title'), 'quote' => $quote_data, 'sort_order' => $this->config->get('pickup_sort_order'), 'error' => false ); }
  2. есть магазин на опенкарте и есть скидка при самовывозе 20% на все как сгделать исключения на некторые позиция? Куда копать в каких файлах искать и ггде можно это прописать?
  3. Как выкачать сайт с опенкарт имея только доступ к админке к ftp и к хостингу
×
×
  • 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.