Thanks Alex.
Please help in modifying "include/register.php" Where to add the code
PHP Code:
$smarty->assign('address_fields', $address_fields);
Around line 1690 on include/register.php we have
PHP Code:
$smarty->assign('address_fields', $address_fields);
if (!empty($address_book)) {
$smarty->assign('address_book', $address_book);
}
Thanks again for the help.