Cannot save related products
Posted: Tue Oct 04, 2016 2:00 am
I have a very strange problem in opencart script 2.1.0.2, when i am trying to save related products in admin.
The problem: e.g
1. I select 2 related products and save them. (everything ok so far)
2. I re-open the product and then make some changes in the product form elsewhere.
3. I re-save it
4. When i re-open the product, the changes in related products have been lost. (related products empty)
I see in the error log the following errors that are related:
PHP Notice: Undefined index: product_id in /home/xxx/public_html/vqmod/vqcache/vq2-admin_view_template_catalog_product_form.tpl on line 418
PHP Notice: Undefined index: product_id in /home/xxx/public_html/vqmod/vqcache/vq2-admin_view_template_catalog_product_form.tpl on line 417
I have disabled all extentions, i even overwrited product_form.tpl with the original one from opencart, but nothing.
Any ideas?
The problem: e.g
1. I select 2 related products and save them. (everything ok so far)
2. I re-open the product and then make some changes in the product form elsewhere.
3. I re-save it
4. When i re-open the product, the changes in related products have been lost. (related products empty)
I see in the error log the following errors that are related:
PHP Notice: Undefined index: product_id in /home/xxx/public_html/vqmod/vqcache/vq2-admin_view_template_catalog_product_form.tpl on line 418
PHP Notice: Undefined index: product_id in /home/xxx/public_html/vqmod/vqcache/vq2-admin_view_template_catalog_product_form.tpl on line 417
I have disabled all extentions, i even overwrited product_form.tpl with the original one from opencart, but nothing.
Any ideas?