You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It happen when in the Local Storage you dont have all the appropriate value :
(this is when your not log and never whent to the cart)
(this is when you pass the profile and are about to enter details in the shipping forms...)
In your Default.vue
inside beforeMount()
Watch the event : 'user-after-loggedin'
call a method with the received data... per exemple : fetchUserData
And dispatch to checkout/saveShippingDetails and checkout/savePaymentDetails the props:value that you need.
Steps to reproduce the issue
Current behavior
Even though default address checkbox is checked, form is not filled with data, it only contains names and country.
It only gets correctly filled, when we uncheck and check the box again.
Expected behavior
Shipping form should be correctly filled at once, if shipping address is available for this account
Version of Vue Storefront
next.storefrontcloud.io
Can you handle fixing this bug by yourself?
Environment details
The text was updated successfully, but these errors were encountered: