Skip to content
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

SI: Product Setting to Not Allow Purchase via Gift Cards #358

Open
WillStrohl opened this issue Apr 22, 2021 · 0 comments
Open

SI: Product Setting to Not Allow Purchase via Gift Cards #358

WillStrohl opened this issue Apr 22, 2021 · 0 comments

Comments

@WillStrohl
Copy link
Member

WillStrohl commented Apr 22, 2021

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

1 participant