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
{{ message }}
This repository has been archived by the owner on Oct 3, 2020. It is now read-only.
Since getSupportedCheckoutMethods() often has a dependency on a valid billingAddress and/or shippingAddress, we want to change the order of the checkout process steps (back) to the common way.
While the current flow looks like this:
Select Payment Method
Select Shipping Method
Add Billing Address
Optionally add Shipping Address
We want it to become this:
Add Shipping Address (yes, better ask for the Shipping Address first)
Optionally add Billing Address
Select Payment Method
Select Shipping Method
Payment and shipping methods will stay disabled, until the required address fields are filled in and valid.
What about PayPal Express Payment?
Paypal Express takes the address data which is stored in the user's PayPal account, so there's no need to ask the user for any address information if she plans to checkout via PayPal Express.
For this reason we want to exclude the PayPal Express payment method from the payment methods select box (which in the new design comes after the address fields) and place it on top of the checkout page (as in the cart drawer).
What about customer score checks?
Any customer score check will only run when the user has selected a payment method that requires checking.
The text was updated successfully, but these errors were encountered:
Since
getSupportedCheckoutMethods()
often has a dependency on a validbillingAddress
and/orshippingAddress
, we want to change the order of the checkout process steps (back) to the common way.While the current flow looks like this:
We want it to become this:
Payment and shipping methods will stay disabled, until the required address fields are filled in and valid.
What about PayPal Express Payment?
Paypal Express takes the address data which is stored in the user's PayPal account, so there's no need to ask the user for any address information if she plans to checkout via PayPal Express.
For this reason we want to exclude the PayPal Express payment method from the payment methods select box (which in the new design comes after the address fields) and place it on top of the checkout page (as in the cart drawer).
What about customer score checks?
Any customer score check will only run when the user has selected a payment method that requires checking.
The text was updated successfully, but these errors were encountered: