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

При добавлении товара в корзину - ошибка


mikmihka
 Share

Recommended Posts

Здравствуйте, при добавлении товара в корзину - вылетает ошибка: PHP Notice: Undefined index: unit_id in /путь_к_сайту/system/storage/modification/catalog/controller/checkout/cart.php on line 348

в строке ошибки значиться:

if (!$json) {
                $this->cart->add($this->request->post['product_id'], $quantity, $option, $recurring_id, $this->request->post['unit_id']);          //348 строка

                $this->load->model('tool/image');

Данная ошибка возникла после установки модуля "1c exchange". Обмен работает, но вот с добавлением товара - проблемма.

Помогите пожалуйста ее решить.

p/s: это мой первый сайт на opencart.

Link to comment
Share on other sites


  • 1 year later...
В 31.01.2018 в 23:53, mikmihka сказал:

Здравствуйте, при добавлении товара в корзину - вылетает ошибка: PHP Notice: Undefined index: unit_id in /путь_к_сайту/system/storage/modification/catalog/controller/checkout/cart.php on line 348

в строке ошибки значиться:

if (!$json) {
                $this->cart->add($this->request->post['product_id'], $quantity, $option, $recurring_id, $this->request->post['unit_id']);          //348 строка

                $this->load->model('tool/image');

Данная ошибка возникла после установки модуля "1c exchange". Обмен работает, но вот с добавлением товара - проблемма.

Помогите пожалуйста ее решить.

p/s: это мой первый сайт на opencart.

Такая же проблема, не совсем понял как исправить, подскажите куда копнуть?

Link to comment
Share on other sites


  • 3 years later...

вместо unit_id прописать product_id

                $this->cart->add($this->request->post['product_id'], $quantity, $option, $recurring_id, $this->request->post['product_id']);
 

Link to comment
Share on other sites


Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • 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.