• Magento WordPress Integration and Magento 1.3

    Posted on the 1st of September, 2010 at 1:08am

    Fishpig’s free Magento WordPress integration extension can now be downloaded for Magento 1.3.2.4

    Read more from Magento WordPress Integration and Magento 1.3

  • Add Custom Tabs to the Magento Product Admin

    Posted on the 30th of August, 2010 at 12:02pm

    To develop a truly custom Magento eCommerce website, you will more than likely have to customise the Magento Administration section. Using the Magento event system, we will develop a custom Magento module that injects custom tabs into the product edit page. We will also learn how to save any data that is set there. Although this tutorial is written for the Magento Product page, the same techniques apply to the whole of the backend and therefore can be expanded on to add tabs to the Magento order page or the Magento customer page.

    Read more from Add Custom Tabs to the Magento Product Admin

  • Magento WordPress Integration Update

    Posted on the 18th of August, 2010 at 11:30pm

    A new version of our Magento WordPress integration extension has been released and has tons of more features!

    Read more from Magento WordPress Integration Update

  • Viewing the Registry Contents in Magento

    Posted on the 21st of July, 2010 at 6:19pm

    Recently I was asked how to view the contents of the Magento Registry without crashing your browser. In this article I will show you a neat way to accomplish this.

    Read more from Viewing the Registry Contents in Magento

  • Magento & WordPress Integration Extension

    Posted on the 8th of July, 2010 at 4:38pm

    I have released a new Magento extension that integrates Magento and WordPress in a way that no other Magento extension has yet managed! The extension doesn’t require you to edit any core files and you can install WordPress and separate or the same databases; it’s up to you!

    For more information and to download this extension, please see: http://www.magentocommerce.com/magento-connect/fishpig/extension/3958/fishpig_wordpress_integration

    Read more from Magento & WordPress Integration Extension

  • Create a Drop-Down of Countries

    Posted on the 5th of July, 2010 at 10:21am

    There are many ways to access country information in Magento. Unfortunately, most developers use a long drawn out way when they can accomplish it in 1 line of code!

    In this article you will learn how to easily access an array containing country names and country codes. Using this array I will show you how to create a drop down (select box) quickly and easily in the both the Magento front end and the Magento Admin area.

    Read more from Create a Drop-Down of Countries

  • Get The Top Level Category of The Current SubCategory

    Posted on the 2nd of July, 2010 at 4:50pm

    Accessing the current category in Magento is fairly straight forward. Sometimes though, that category may actually be a subcategory. For example, if you’re several categories deep, accessing the current category will give you the subcategory. This is fine and is the way things should work, however sometimes you might want to find the top category of that subcategory. This article will demonstrate how to access the most parent category of any category in Magento.

    Read more from Get The Top Level Category of The Current SubCategory

  • Direct SQL Queries In Magento

    Posted on the 2nd of July, 2010 at 4:13pm

    Magento’s use of data models provide a great way to access and modify data but sometimes, you can’t beat a direct SQL query! In this article learn to how to correctly query the Magento database directly!

    Read more from Direct SQL Queries In Magento

  • Create A Custom Theme in Magento 1.4

    Posted on the 2nd of July, 2010 at 11:53am

    Creating custom themes in Magento 1.4 is a massive part of Magento development and a necessary skill for any one serious about developing Magento based websites. In this article, I will aim to explain the new structural changes to custom themes, how to structure your theme folders as well as showing you how to create your own custom Magento theme for Magento 1.4.

    Read more from Create A Custom Theme in Magento 1.4

  • Record 404 Errors in Magento

    Posted on the 30th of June, 2010 at 3:30pm

    Whether it’s caused by a broken link or a customer mistyping, 404 errors are ugly, annoying and most probably decrease sales. In this article I will show you how to quickly record your 404 errors in Magento so that you can fix them before they start affecting your sales.

    Read more from Record 404 Errors in Magento