View Single Post
  #10  
Old 01-13-2012, 09:01 AM
  torbenbendixen's Avatar 
torbenbendixen torbenbendixen is offline
 

Advanced Member
  
Join Date: Oct 2010
Location: Denmark
Posts: 60
 

Default Re: Move fields around in One Page checkout

Actually changing the init.php file worked.
I just needed to execute the following SQL query to the database:
update xcart_config set value = "" where name = 'address_book_fields';

So thank you very much for your help!!
__________________
X-Cart 4.5.5
Reply With Quote