silvershop-core
silvershop-core copied to clipboard
Addresses stored under the Account Page aren't used on the Chekout
I don't think the Address book link/feature is being read by the CheckOut component Address fields (yet)
If I do 2 orders in a session, the address fields are populated with previous order information, not the address fields I created in the Account page.
- I made an order with a new account
- I created an address on the account page,
- I made a new order and saw the addresses were 'wrong'.
The field values could be from Chrome's form auto-complete feature
I haven't got to fixing this yet. It might be a matter of creating a different type of address checkout step, which includes the ability to choose saved addresses.
Where did that issue arise? Single-Step- or Multi-Step-Checkout?
I've only used single step ( where the checkout page has billing address, order form, membership form components etc) configured by CheckoutComponentConfig. I haven't tried a many step flow
Stil a problem in 2022 - there are classes like \SilverShop\Checkout\Component\AddressBookShipping which extend the AdressBook-Component, where the "Existing-Address"-field is from, but the fields for seperate BillingAdress and existing addresses do not appear. Don't unterstand why - but it would be great if that could be fixed somehow