-
Notifications
You must be signed in to change notification settings - Fork 22
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
Don't display subscribe_pro methods in instant purchase when method not allowed for one-time purchase and not creating a subscription #255
Comments
@chrismshea If we have saved the SP payment method:
If we have saved non-SP payment method:
|
I think we need one more category:
I'm not sure how to change what profile is used for instant purchase and I have not seen a selector when the modal pops up. |
@chrismshea @garthbrantley Magento on the default behavior for the Instant Purchases button calls the last available I have doubts about some cases:
|
#255 Don't display subscribe_pro methods in instant purchase when method not allowed for one-time purchase and not creating a subscription
Instant Purchase Requires:
|
PR: #269
That's a mouthful, but:
In Magento 2 the Subscribe Pro payment method should be disabled for one time purchases.
In Magento 2 Instant Purchase button on Product Detail Page is enabled by default.
So, when one time purchase is disabled should we only allow the Instant Purchase button to display when customer is subscribing or if they have a saved card that is not subscribe_pro.
The text was updated successfully, but these errors were encountered: