Close

Magento

Magento Articles

Magento2 Issue with Binding

While working on a new Magento 2 site, we were trying to customized a menu item to display the current number of items in a user shopping cart, dynamically. For some reason the code was working properly and then suddenly stopped when we added a new patch. The error we […]

Read More

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

Magento Debugging Transactional Emails

Magento’s transactional email templates are incredibly power tools to be able to completely customize your brand to customers. One of the toughest challenges faced by designers is being able to test the email as it would look in an inbox, using actual data. We’ve come up with a super easy […]

Read More

Kicking the Magento 2 EE Tires on EC2

Magento 2 was released a few weeks ago and we hadn’t had a chance to review it yet, so we decided to try it out in a sample Amazon EC2 instance. Wasn’t quite as easy as we had expected We wanted to be able to run everything on a single […]

Read More