Recurly and Drupal Integration
We are about to finish a project which objective was to make Drupal talk to Recurly. Recurly is a great service taking care of recurring billing, subscriptions, comes with billing pages and allows to easily connect to payment gateways. But ...
Mobile Commerce / mCommerce with Magento
By now we all know what eCommerce is - but what is mCommerce? A definition reads "mCommerce (mobile commerce) is the buying and selling of goods and services through wireless handheld devices such as cellular telephone". It's not a new thing ...
Magento | Change Product Default Sort Order
By default the sort order for products in Magento is from old to new. That is sometimes not wanted, especially if you are working with a "Latest Products" category. To change the sorting from new to old you have to edit the ...
Magento | Change Admin favicon
For some customers we don't only change the frontend look&feel but also the backend of Magento. Once you have a customized version of the backend you would most probably want to change the favicon as well. The default location for the ...
Magento: Empty page when editing configurable products
I just had a situation where I clicked on "edit" on a configurable product in the Magento Admin and... Nothing happened. I got presented a blank page. This is most likely caused because of a memory size limitation in the php.ini ...
Top 5 Checkout Killer
Many studies show that the checkout process on ecommerce pages are often a killer. I'm sure you've also added some products to a shopping basket but never checked that basket out. Let's have a look what 1.267 users answered to “Why ...
Magento – getBaseURL
Already in programing Kindergarden you learn that you should avoid static links wherever possible. But how can you call the source URL of an image, a file or the domain itself in Magento? It's fairly simple as you can see here: <?php echo Mage::getBaseUrl(Mage_Core_Model_Store::URL_TYPE_WEB); ?> ...
Magento HowTo: Google Analytics
One of the first questions after installing Magento is "How do I add the Google Analytics code to my Magento page?" Good news: It's pretty easy, you don't have to edit code on any page, Magento comes with a handy Google ...

