Hello.
Today I upgraded my main bookstore site from 1.3.0.2 to 1.3.5.
I ran some tests, all seemed well, I put my bookstore online.
An order was placed by a customer, using a credit card, and the billing address was blank. (There was a comma inserted in the city COMMA state zip line.)
I checked the orders table in the database: billing address empty.
I took the bookstore offline, and hunted around for what could be the problem.
Aha! I said to myself, maybe it is a conflict with my purchase order module, I have a funny line in includes/classes/order.php for the PAYMENT_METHOD_FOOTER, maybe that was causing this problem, so I commented out the modification, and replaced it with the new 1.3.5 code.
So I changed it, and put the bookstore back online.
Then another order came in... also with no billing address. Mind you, I had placed test orders, using my credit card, too (same payment module) and confirmed that the billing address was showing up, no-problem-o ... or so I thought.
Another order comes in with no billing address.
So, having voided both of those orders at Authorize.net, and having apologized to the customers, I would dearly love some guidance.
What module inserts billing address info into the database, please?
This is probably where I have failed to update some file somewhere.
It is odd that I was able to place an order and see billing address. Why is it failing for some customers, I wonder.
Eager to bring my site back online, so I'd love some ideas where to look.
thanks!!!
---Diana



