Featured Products Disappearing
Posted: Sat Jul 09, 2016 6:31 am
I'm hoping someone else has encountered this, and found a workaround, so I don't have to spend a bunch of time going through the code looking for the bug:
When saving featured products (module) everything works fine the first time. Subsequent saves remove all, or all but one of the products in the featured list.
Example oc_module database entry:
{"name":XXX","product":["926","19524","29753","30796","5536","31609","36127","36196"],"limit":"8","width":"200","height":"200","status":"1"}
After second save becomes:
{"name":"XXX","product":["926","","","","","","",""],"limit":"8","width":"200","height":"200","status":"1"}
When saving featured products (module) everything works fine the first time. Subsequent saves remove all, or all but one of the products in the featured list.
Example oc_module database entry:
{"name":XXX","product":["926","19524","29753","30796","5536","31609","36127","36196"],"limit":"8","width":"200","height":"200","status":"1"}
After second save becomes:
{"name":"XXX","product":["926","","","","","","",""],"limit":"8","width":"200","height":"200","status":"1"}