Magento address template based on country

Magento out of box provide Address template configurable from back-end.  Navigate to System>Configuration>Customers > Customer Configuration >Address Templates. From here you can set address template for your store. But some time have requirements need to setup Address base for country. This module help you for define address format base on customer country.

Continue reading

Magento best practice – developer guide

Hello Guy Today Share Some development tricks which is very useful at time of development with magento eCommerce.

1) Do not modify code in app/code/core directory.

Magento community develop application on that way you never need to modify your ‘core’ folders codes.

i.e      app\code\core\Mage

If you want to use core Controller, Model, Helper, or Block than rewrite and than use. click here to know How to rewrite Block file. Continue reading