How to use Collection in Magento Magento | Uncategorized A collection is basically a Model type containing other Models, it is basically used in Magento to handle product lists… July 23, 2015 Read more
Want to add to cart configrurable product instead of drop down– Magento | Uncategorized <!– FOR THE ASSOCIATED PRODUCTS–><?php $config_product_id = Mage::registry(‘current_product’)->getId();?><?php //if ($_product->isSaleable() && count($_attributes)):?><?php $product=Mage::getModel(‘catalog/product’)->load($config_product_id); $productAttributeOptions = $product->getTypeInstance(true)->getConfigurableAttributesAsArray($product); $attributeOptions = array(); $ids… July 23, 2015 Read more
Magento Transactional Emails Magento | Uncategorized Magento Provide Transitional emails which will allow to create or customize our won email templateSome of the Template variable which… July 23, 2015 Read more