Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

diimmortals

Newbie
  
  • Posts

    3
  • Joined

  • Last visited

Everything posted by diimmortals

  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.