by Alan Barber | Jan 17, 2016 | All
Magento doesn’t provide an easy way to generate a large number of SKUs. I wanted to post a (primitive) script I created based off Ryan Anthony’s Magento 1 Gist. This script is useful for benchmarking performance or testing features that might be affected by a large catalog.
by Alan Barber | Sep 20, 2015 | How To, Magento
An easy way to protect your Magento store from being hacked is by having a unique URL for your admin panel. By default, the admin panel is always located…
by Alan Barber | Jul 12, 2015 | How To, Magento
This article covers how to add tracking pixels to various parts of your Magento store. If you’re running a successful online business, you’ll undoubtedly need to integrate with third parties at some point – most of which…
by Alan Barber | Jun 20, 2015 | All, How To, Javascript, Magento
Let’s say you’re developing a form where the user input fields are disabled based on certain criteria (a fairly common scenario). You can easily accomplish this for text inputs, select drop-downs, and radio buttons using the native disable binding provided by knockout:
by Alan Barber | Jun 15, 2015 | How To, Magento
The release of the Magento 1.9 version has prompted a change in frontend design patterns for Magento developers.