This is a common error in magento.
Product images in admin donot show or upload.
Fix:
In file
js/mage/adminhtml/product.js
replace
this.images.toJSON();
with:
Object.toJSON(this.images);
Product images in admin donot show or upload.
Fix:
In file
js/mage/adminhtml/product.js
replace
this.images.toJSON();
with:
Object.toJSON(this.images);
sorry... it didn't work out for me.:(
ReplyDelete