Magento Remove Super Attribute from Configurable Product Magento | Uncategorized Sometimes We need to remove the Attribute from already build Configurable product…As it is hard to remove but we can… October 24, 2013 Read more
Magento adding Super Attribute to configurable products Magento | Uncategorized Create attribute Drag it to appropriate attribute set Go to phpmyadmin, table ‘catalog_eav_attribute’ and look at the last… October 24, 2013 Read more
Magento Log Cleaning Magento | Uncategorized If certain precaution are not taken on time then magento Database could go extremely large.AS most of the low performance… October 24, 2013 Read more
How to show out of stock products to the end of the product list in Magento Magento | Uncategorized First of all overwrite the file app/code/core/Mage/Catalog/Model/Layer.php and copy this file to app/code/local/Mage/Catalog/Model/Layer.php In function getProductCollection(), Put this code after… October 9, 2013 Read more
How to get currency code in Magento Magento | Uncategorized We know Magento support multiple currency. Use following code given below to check current currency in the Magento site frontend…. October 9, 2013 Read more