Magento extension Custom Address Field by ankitdalal
MageCloud partnered with ankitdalal to offer Custom Address Field in your MageCloud panel for our simple 1-click installation option. To install this extension - create your account with MageCloud and launch a new Magento store. It takes only 3 minutes.
ankitdalal always provides support for customers who have installed Custom Address Field Magento module. Feel free to leave a review for the company and the extension so we can offer you better products and services in the future.
You may want to check other ankitdalal Magento extensions available at MageCloud and even get extensions from hundreds of other Magento developers using our marketplace.
This extension will add new text field to register and checkout-billing and shipping area..
Compatible with Magento 1.x
Custom Address Field
Sometimes you want to want to add a new field in checkout and register area.This allows you add new suburb field in register and checkout section.
To make this work you need to change current Address format.
This can be changed from System -> Configuration -> Customer Configuration -> Address Template
1)Text: Add {{depend suburb}} {{var suburb}}{{/depend}}, after {{if city}}{{var city}},
2) Text One Line: Add {{depend suburb}}{{var suburb}}{{/depend}}, after {{var city}},
3) HTML: Add {{depend suburb}}{{var suburb}}{{/depend}}, after {{var city}},
4)PDf:Add {{depend suburb}} {{var suburb}}{{/depend}}| after{{if city}}{{var city}},|{{/if}}
5) JavaScript Template:Add #{suburb} after #{city},