Occasionally I've needed to take a closer look at exactly which block, layout or config file is being loaded by Magento. In this post I will demonstrate a …
While getting started with Magento some time ago, I thought it would be a good idea to write a post that started at the beginning: how to install it. Reading …
The Magento web services API is quite flexible - a lot of the time, it can either take an ID (like a product ID) or a more human-readable identifier (like a …
Many of the Magento web services API methods facilitate listing certain types of data - customers, products, orders, etc. However, when using these methods we …
It's often undesirable to mail items to customers who provide post office boxes or locked bags for their delivery address when placing an order on a Magento …
Here are a few notes on creating your own controllers and actions in Magento modules. This example shows how to create a controller called 'subscriber' for a …
Magento provides a simple user account signup page. However, some online stores might want to collect relevant customer information for more targeted and …
We are pleased to announce the immediate availability of Fontis M2M Sync for synchronising customers, products and orders between Magento and MYOB. Using our …
I recently needed to create custom 'arrays' within Magento's admin panel to support drop-down lists rather than just text fields. This can be a much more …
If your Magento site supports reviews and ratings for products, as many do, then adding a way to sort by product rating is a feature that your customers may …