Page 1 of 1

Undefined index: order_status_id

Posted: Fri Aug 14, 2015 5:01 pm
by nambisra
HI,
I have installed opencart and i ave also insatlled multimerch extnesion.

when i go to my account (index.php?route=account/order/info&order_id=1)

I get the below error:

Notice: Undefined index: order_status_id in /vqmod/vqcache/vq2-catalog_controller_account_order.php on line 303
Notice: Undefined index: order_status_id in /vqmod/vqcache/vq2-catalog_controller_account_order.php on line 305
Notice: Undefined index: order_status_id in /vqmod/vqcache/vq2-catalog_controller_account_order.php on line 342

Regards,
Ranjit

Re: Undefined index: order_status_id

Posted: Fri Aug 14, 2015 8:07 pm
by chulcha
check vqmod log

skip error
or
not found string

Re: Undefined index: order_status_id

Posted: Sat Aug 15, 2015 1:15 am
by straightlight
These generated errors comes from VQMod which is not part of the core. I would suggest contact the author of the contribution where you downloaded the package along with the XML file(s) so to get this problem resolved.

Re: Undefined index: order_status_id

Posted: Fri Oct 09, 2015 9:27 pm
by BukRobert
was these resolved? getting exactly the same errors. Thanks

Re: Undefined index: order_status_id

Posted: Fri Oct 09, 2015 11:33 pm
by moneycarlo
disable the vqmod and see what error you get.

Re: Undefined index: order_status_id

Posted: Fri May 26, 2017 7:51 pm
by badruayomaya
This error is because multimerch expects every product to belong to a seller. So if a product is not assigned to any seller, and that product is ordered, this error will come up when the order history is viewed.

SOLUTION:
Make every product belong to a seller.

NOTE:
I'm not affiliated with Multimerch in any way