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 received was something like “Uncaught […]
Read More
We recently had a fun project. We needed a quick and efficient method of printing off massive amounts of invoices automatically after long weekends.
Read More
Due to increased BRAM Mastercard Requirements, a Magento customer recently came to us with a request to build a system that verifies the age of a customer after they have purchased a product falling within a specific category of products.
Read More
Every once in a while, we run into an issue where the checkout process either stalls or redirects back to the main checkout screen, when adding a significant amount of products to the cart. There are a whole host of issues that can cause this, but the most tedious process of debugging it, is adding […]
Read More
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->getDataMaxSizeInBytes() ?–>; To var maxUploadFileSizeInBytes = ‘<!–?php echo $this->getDataMaxSizeInBytes() ?–>’;To fix […]
Read More
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 way to test emails listed […]
Read More
From the “Here we go again” The latest round for Patches from Magento (Supee-7405) is a brand new bundle of critical patches. Just like the previous 6788 version, this is proving to be anything but an easy patch.
Read More
We’ve started to bring another store online recently that was to be added to an existing Magento hosted store. The existing store already had a blog setup and running with the store under a specific sub-directory. The challenge was the we wanted to bring online a new blog instance that was completely separate from the […]
Read More
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 contained instance just for trial […]
Read More
One great feature of Magento Enterprise is that it comes with an RMA system completely built in. Its a very good feature to have if you have a high volume of sales. The system is a bit confusing to learn, from a user interface perspective, but once you get the hang of it its not […]
Read More