Which product types exist in Magento? zendnwar October 2, 2014 Magento 0 Comments Configurable Simple Grouped Bundle Virtual Downloadable Related Posts How we get items in shopping cart using models in Magento? zendnwar March 18, 2015 It is simple, Please following code. $cart = Mage::helper(‘checkout/cart’); $totalI .. How to add review form in product details page custom tab in Magento zendnwar February 12, 2015 Please add below code in your local.xml . This file system for Magento EE. <catalog_produc ..