View Single Post
  #22  
Old 11-11-2012, 01:34 PM
 
Chrisweb2 Chrisweb2 is offline
 

Member
  
Join Date: Feb 2008
Posts: 10
 

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

My address_book.php file has the below on line 76

Code:
} elseif ($current_area != 'C') {

after the closing tag on line 87 I just added

Code:
elseif ($current_area == 'C' && !empty($address_book)) { $address_book = func_customer_save_address_book_indb($address_book, @$ship2diff, @$existing_address, @$new_address); }
__________________
X-Cart Gold 4.4.5
Reply With Quote