Tuesday, October 11, 2011

Magento admin images donot show or upload

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);

1 comment: