-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Stripe JS error when address with no shipping options is selected #9593
Comments
Originally reported here. Notice that the issue goes away if we go to the checkout page and change the shipping address to an address from country with shipping options defined. |
hi, i had exactly same issue with stripeplugin then with boxtal or packlink plugin delivery, i have delivery options and delivery adress is set.... so i could just not use apple pay nor google any quick fix ? |
@leccyril do you have a link where we can have a look? |
https://blackedition-gold.com/ for adresse choose France country as you can see shipping method is present, even pickup on shop is available |
@leccyril in your case the product seems to require shipping but you set your product as virtual? Even your checkout page is not asking for a shipping address only a billing address. Otherwise If you product doesn't require a shipping address try setting up the product as virtual. |
@leccyril I see that your product requires shipping. Do you have set up shipping options for France? Try setting up a global shipping option to discard a problem with shipping options. |
No it is classic product (perfume) not virtual , not downloadable, by default delivery adress same as invoicing We only check if delivery address is different than invoicing And yes shipping option is here you can see 3 different type with one pickup in shop thank you for your help here the global shipping set for europa |
Also encountering this error. To reproduce:
System status report: System Status Report
|
Similar issue: #9939 this time caused by the option "Hide shipping costs until an address is entered" in WooCommerce. |
Describe the bug
An error is displayed in the browser console after an address without defined shipping options is selected from the payment sheet.
To Reproduce
To reproduce the error, you need to have shipping options defined for a country, for example, the USA.
And you need to have an address from another country in your Google Pay or Apple Pay account, for example, Peru.
Actual behavior
Notice that the payment sheet doesn’t appear, and the following error is displayed in the browser console:
Screenshots
Expected behavior
The payment sheet should appear again and the order should be processed without issues.
The text was updated successfully, but these errors were encountered: