Page 1 of 1
Billing Address not passed to second checkout page
Posted: Fri Jun 26, 2009 11:14 am
by CASE
I've been customizing the one page checkout and noticed that the billing address information is not passing over to the second checkout screen although I can go back and edit it. I am not sure when the issue began. The shipping information is being passed to the second screen.
I am hoping that someone has seen this issue before and can point me in the right direction. I am not sure where to look and would like to avoid comparing the original page and the custom page line for line. I've attached a screenshot of the issue and can post code if it is helpful.
billingaddress.jpg
Re: Billing Address not passed to second checkout page
Posted: Fri Jun 26, 2009 11:35 am
by mwolf
What have you been customizing on the One page checkout? Also, is it generating any error messages, or is it just not saving the address?
Re: Billing Address not passed to second checkout page
Posted: Fri Jun 26, 2009 12:38 pm
by CASE
No error messages, the address just isn't passed over. It is saving it to the database, because when I go to edit the information it is there. When I purchase a product and log in, my billing information is pulled into the first page too. It is just passing the billing information to the page from the screenshot that is the problem.
The two main things that I've done to the page, outside of modify the stylesheet and edit text are:
1) Added a Title and Address 3 field to both billing and shipping addresses using the Fax and Nickname fields
2) Set Order Contents visibility to false.
Janna
Re: Billing Address not passed to second checkout page
Posted: Fri Jun 26, 2009 1:56 pm
by ZLA
It might be the visibility to false. Undo that change and change the style for it to include "display:none". See if that makes a difference.
Re: Billing Address not passed to second checkout page
Posted: Sat Jun 27, 2009 12:10 am
by mazhar
sounds some sort of show/hide display problem. It would be hard to comment about solution without seeing the code.
Re: Billing Address not passed to second checkout page
Posted: Mon Jun 29, 2009 7:58 am
by CASE
I fixed the problem by redoing the page from the original. Now the billing information shows.