Close

Monthly Archives: October 2016

SUPEE-8788 Missing Upload Button Fix

UPDATE: 10/19/16. It also breaks your attribute editing in some instances: http://magento.stackexchange.com/questions/53352/magento-1-9-no-upload-image-buttons app/design/adminhtml/default/default/template/media/uploader.phtml To fix the product image upload button not loaded in Magento CE 1.9.2.1, I had to add ‘ character in maxUploadFileSizeInBytes value.   Change   var maxUploadFileSizeInBytes = <!–?php echo $this-&gt;getDataMaxSizeInBytes() ?–>; To   var maxUploadFileSizeInBytes = […]

Read More