Skip to content

Tag Archives: Magento

Exporting data from Magento

Often when using web applications it’s quicker to export any required data directly from the database using SQL queries. Magento e-Commerce is a very different beast, due to the fact that much of the important data is stored using the … Continue reading

Posted in Magento | Tagged , , | Comments Off on Exporting data from Magento

Using code hints in Magento e-Commerce templates…

When you’re using a complex web application like Magento or WordPress it’s a real struggle to remember all the functions, classes and methods that are available to you in the template files. And this means endless trips back to the … Continue reading

Posted in Web Development | Tagged , , | Comments Off on Using code hints in Magento e-Commerce templates…

Enforced discipline when creating Magento Themes

Magento is a beast of an eCommerce platform. It has a rigid set of conventions for the location and name of your theme files. And your theme should never overwrite any of the base installation that Magento creates. So how … Continue reading

Posted in Magento | Tagged , , , | Comments Off on Enforced discipline when creating Magento Themes