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

LTRay

Users
  
  • Posts

    379
  • Joined

  • Last visited

Everything posted by LTRay

  1. Смотрите структуру oc_order. Ктото у вас удалил индекс для order_id или расширил его ещё на store_id / customer_id
  2. Ну вообще-то всё правильно он сказал, если не редактировать tpl/twig. display:none убьёт вёрстку
  3. Гдето тут надо смотреть ./catalog/model/checkout/order.php: 286 // Confirm coupon, vouchers and reward points $fraud_status_id = $this->{'model_extension_total_' . $order_total['code']}->confirm($order_info, $order_total); // If the balance on the coupon, vouchers and reward points is not enough to cover the transaction or has already been used then the fraud order status is returned. if ($fraud_status_id) { $order_status_id = $fraud_status_id; }
  4. Опции и выбираются в product.tpl Нужно то что выбрали это к JS
  5. Отображать ошибки в разделе система? Вообще не имеет к этому отношения
  6. Находится кто? Это же шаблон, обращайтесь к тому кто его ставил и вырезал / не добавил этот код
  7. У вас отключено отображение ошибок в шаблоне
  8. Напишите свой контроллер если information/information не устраивает
  9. $this->load->model('extension/module/so_make_model_year'); if (($this->request->server['REQUEST_METHOD'] == 'POST')) { $this->model_extension_module_so_make_model_year->editProductToMmy($this->request->get['product_id'], $this->request->post);
  10. Зависит через кого слать вы хотите. ocStore 2.3 через unisender сделано
  11. В контроллеры, вроде это очевидно. Ну и удалять блядство с require
  12. .htaccess / Deny from / User-Agent / httpd.conf / nginx conf
  13. $link = $this->url->link('product/category', "path=" . $child['category_id'] . "_" . $child['category_id']);
  14. Врядли вы сами сможете это убрать и самое простое отключить notice будет через error_reporting / display_errors
  15. Всё правильно он делает Для вложенности формат другой path (допустим 1_2_3)
  16. Если вы обращаетесь к этому до startup.php, то определённо делаете чтото не так. Как минимум тогда $this не известно куда указывает
  17. ./admin/model/catalog/product.php: 235 if (isset($data['product_related'])) {
×
×
  • 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.