I’m having a weird issue with orders in Magento 1.9.2.1
A customer register, creates an account, and places an order. When the order is received in the admin panel, the order is coming up with a different name, billing, and shipping address. It mixes the information of another customer. However, the account information of the original customer is correct and only the order information is incorrect.
The database has the correct information for
sales_flat_order
where the:
billing_address_id
and the:
shipping_address_id
match the account information to the right customer order, but when it shows in the admin panel; it's different... not sure why! Thanks for the help!