Removing Maintenance mode in Magento 2 is extremely simple as in previous Magento versions. The .maintenance.flag file is located under…
Classic Blog List
The Clash put it nicely: “If I go there will be trouble… and if I stay it will be double.”…
Here I am add the Custom Field for the Customer Registration Form using the database, It’s very simple to add…
You can easily get controller name, action name, router name and module name in any template file or class file….
Make copy /app/code/core/Mage/Core/Model/Email/Template.phpToapp/code/Local/Mage/Core/Model/Email/Template.php Make the condition false near about line number 407Current Code if ($this->hasQueue() && $this->getQueue() instanceof Mage_Core_Model_Email_Queue) { …
<!– 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…
A collection is basically a Model type containing other Models, it is basically used in Magento to handle product lists…
Magento Provide Transitional emails which will allow to create or customize our won email templateSome of the Template variable which…