How to add extra field (address 1 and address 2) in Creloaded registration page
Another Creloaded registration page modification request from my customer, he want to have extra field address 1 and address 2 to his store registration page below is what i did:
1. Always back up your database store and files before doing any modification.
2. Make sure your suburb is set true in your customer configuration.
3. Update <root>/includes/language/english.php:
on line 283:
define(‘ENTRY_STREET_ADDRESS’, ‘Street Address:’);
change to :
define(‘ENTRY_STREET_ADDRESS’, ‘Street Address 1:’);
on line 101:
define(‘ENTRY_SUBURB’, ‘Suburb:’);
change to:
define(‘ENTRY_SUBURB’, ‘Street Address2:’);
Save and check your work.



















