Magento
Custom Magento error page
· Chris Norton
Sometimes, the unthinkable happens and an error occurs in your Magento system, causing everything to come grinding to a halt. Magento handles this by displaying …
Read articleMagento
· Chris Norton
Sometimes, the unthinkable happens and an error occurs in your Magento system, causing everything to come grinding to a halt. Magento handles this by displaying …
Read articleMagento
· Denis Margetic
Recently, I wrote a blog post about preventing PO box customer addresses being registered at checkout. Following on from that post, I was asked a rather …
Read articleMagento
· Peter Spiller
Static blocks in Magento are a useful way of making elements of your site easily configurable by administrators. If you have sidebar blocks, headers or other …
Read articleMagento
· Denis Margetic
Magento is a web-based application, and therefore Magento development is thankfully not limited to any particular platform or operating system. As a Mac user I …
Read articleMagento
· Peter Spiller
Diagnostic print_r statements and logging might be quick and easy tools for investigating what Magento is doing, but a full debugger offers a lot more power and …
Read articleMagento
· Denis Margetic
There is little doubt that product reviews are popular with online shoppers, and are playing an increasingly important role in purchasers' buying decisions. …
Read articleMagento
· Peter Spiller
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 …
Read articleMagento
· Denis Margetic
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 …
Read articleMagento
· Peter Spiller
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 …
Read articleMagento
· Peter Spiller
Many of the Magento web services API methods facilitate listing certain types of data - customers, products, orders, etc. However, when using these methods we …
Read article