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
As a store owner, I would like to toggle a setting for specific products to not allow those products to be paid for using a gift card.
Describe the solution you'd like
Add a new setting in the product detail configuration view that either allows or disallows payments using a gift card. There is existing logic for both gift card products themselves and the shipping charge feature in the same view to follow and implement throughout the Product > Cart > Checkout processes.
The product details, cart, and checkout views will likely need to include updates. At the minimum, the product details view should have it's ViewModel updated to allow designers to easily add a visual alert of some kind to warn customers that the product can't be purchased using a gift card.
Is your feature request related to a problem?
As a store owner, I would like to toggle a setting for specific products to not allow those products to be paid for using a gift card.
Describe the solution you'd like
Add a new setting in the product detail configuration view that either allows or disallows payments using a gift card. There is existing logic for both gift card products themselves and the shipping charge feature in the same view to follow and implement throughout the Product > Cart > Checkout processes.
The product details, cart, and checkout views will likely need to include updates. At the minimum, the product details view should have it's ViewModel updated to allow designers to easily add a visual alert of some kind to warn customers that the product can't be purchased using a gift card.
Describe alternatives you've considered
The only other way to do this right now is by implementing the Action Delegate Pipeline.
Additional context
The request originally came in through an existing customer.
The text was updated successfully, but these errors were encountered: