Check if static block is enabled in magento

In this post we are discussing about how we can check if static block is enabled in magento For that first we need to create an static block and please note down the block identifier, we need the block identifier …
Magento Go is Shutting Down

E-commerce platform Magento, owned by eBay’s Enterprise division, is closing down two of its products designed to reach small to medium-sized online retailers: Magento Go and ProStores. The company has posted notices and informational guides on both product websites, directing …
Create new customer attribute magento

Magento itself have lot of attributes inbuilt for customers, sometimes we need to add a new attribute to customer. So here is the code to create customer attribute in magento In the below example we are adding “Country of Residence” …
Change tax to vat on magento

To change the word tax we can edit the locale csv for majority of tax words Here is it Open the Languge File located in /app/locale/en_US/Mage_Tax.csv You will find the text “Tax” in 2nd para of 93th line. You can …