Magento
Magento is an open source eCommerce platform written in PHP. It’s BIG, very big. I’m on the steep side of the learning curve at the moment. Let’s hope it levels off soon….
Articles on Magento
-
Integrate Magento and Silverstripe autoloaders
Make Magento and Silverstripe’s
__autoload()functions play nice. -
Integrate SilverStripe menu to display on Magento pages
I want to be able to display a SilverStripe menu on Magento pages.
Read more about integrating your SilverStripe menu into Magento
-
Integrate Magento categories menu with Silverstripe
I want to be able to use Magento’s categories as my main menu everywhere on the site and that means I need to access Magento data outside of it’s install directory.
-
Magento code cheatsheet
The best way to access and manipulate data in Magento is by using the
Mageobject’s functions. For example:getModel()andgetHelper().