View Single Post
  #12  
Old 07-25-2012, 02:15 AM
  qualiteam's Avatar 
qualiteam qualiteam is offline
 

X-Guru
  
Join Date: Dec 2010
Posts: 6,373
 

Default Re: Cant add address to the register.php page

Try adding this code at the bottom where the other smarty variables are defined:
PHP Code:
if (empty($userinfo)) {
  
$smarty->assign('address_fields'$address_fields);


e.g. after this after this one:
PHP Code:
$smarty->assign('is_areas'$is_areas); 
__________________
Alex Solovev,
Qualiteam

---

User manual Video tutorials X-Cart FAQ

You are welcome to press "Thanks" button
if you find this post useful

Click here to learn how to apply patches

X-Cart Extensions
Reply With Quote