Azuriom / Plugin-Shop

A shop plugin to sell in-game items on your website.
https://market.azuriom.com/resources/1
MIT License
17 stars 30 forks source link

Feature: Toggle usage of gift cards via settings #173

Closed R4Nilluminatixs closed 6 months ago

R4Nilluminatixs commented 6 months ago

Make it possible to enable or disable the usage of gift cards throughout the shop via the settings.

Closes: feature/toggle-usage-of-giftcards

Note: this does keep the giftcard elements available for the admin, its pointed towards user interactions / notifications.

R4Nilluminatixs commented 6 months ago

Screenshot from 2024-02-24 19-30-34 ^ Setting added in shop settings

Screenshot from 2024-02-24 19-31-15 ^ Gift card disabled view: Cart

Screenshot from 2024-02-24 19-31-50 ^ Gift card disabled view: profile

MrMicky-FR commented 6 months ago

What do you think of instead hiding the giftcard input if no valid giftcard exists ?

R4Nilluminatixs commented 6 months ago

What do you think of instead hiding the giftcard input if no valid giftcard exists ? - @MrMicky-FR

That might be a possibility, but that would introduce "magic" (As in: Sometimes its there, sometimes its not there. No explanation why.) to the way giftcards work. A hard button to enable or disable the usage of a giftcard would be more clear and would save us on writing additional documentation explaining how the "magic" giftcard system works.

R4Nilluminatixs commented 6 months ago