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
|