-
Notifications
You must be signed in to change notification settings - Fork 103
[BUG] PersonalDetailsGuestForm is not working when creating a new account #1125
Comments
shopware-pwa version: canary |
@fsavina is it still an issue? I have checked it today, but the shopware-pwa@canary is too new I guess, and it just does not happen |
Honestly, I've no idea. We haven't been upgrading the shopware-pwa package for weeks now because we've overridden 2/3 of the code and there's no point in upgrading it anymore |
@mkucmus feel free to close the ticket if you are not able to reproduce the bug. I've fixed it a while ago in my overriden component |
thanks for the feedback, @fsavina one more thing: is it possible to list the main reasons why you override 2/3 of the code? Is the project you are currently working on that customized or the default-theme is not what you want at all ? ;) |
No worries.
|
this.customer
isundefined
in thetoShipping
method inPersonalDetailsGuestForm.vue
causing a bug when you try to access the shipping step while creating a new accounthttps://github.com/DivanteLtd/shopware-pwa/blob/e729c2407c09d7928719c0c8eeb01f7313524fba/packages/default-theme/components/checkout/steps/guest/PersonalDetailsGuestForm.vue#L278
The text was updated successfully, but these errors were encountered: