discourse-subscriptions/assets/javascripts/discourse
Justin DiRose 072b558d40
FEATURE: Give option to repurchase products multiple times (#46)
Feature requested here: https://meta.discourse.org/t/subscriptions-allow-users-to-purchase-one-time-products-multiple-times/173732/

There may be cases where a site admin wants to allow the repurchasing of a product. This implements the functionality by adding a repurchaseable toggle in the admin screen when creating a product. This saves an attribute to the Stripe product metadata.

When a user has already purchased an item with this toggle enabled, they will be able to purchase it again when browsing to `/s`.
2021-01-31 14:17:44 -06:00
..
components FEATURE: Give option to repurchase products multiple times (#46) 2021-01-31 14:17:44 -06:00
controllers FEATURE: Give option to repurchase products multiple times (#46) 2021-01-31 14:17:44 -06:00
helpers DEV: Update to new prettier standards 2020-09-16 09:53:50 -05:00
initializers DEV: Update to new prettier standards 2020-09-16 09:53:50 -05:00
models DEV: prettier 2.2.1 (#48) 2021-01-27 10:38:33 +01:00
routes FEATURE: Allow creation of coupons in admin panel (#43) 2021-01-13 11:47:22 -06:00
templates FEATURE: Give option to repurchase products multiple times (#46) 2021-01-31 14:17:44 -06:00
discourse-subscriptions-route-map.js.es6 FEATURE: Allow creation of coupons in admin panel (#43) 2021-01-13 11:47:22 -06:00
discourse-subscriptions-user-route-map.js.es6 DEV: Update to new prettier standards 2020-09-16 09:53:50 -05:00
payments-activity-route-map.js.es6 DEV: Update to new prettier standards 2020-09-16 09:53:50 -05:00
subscriptions-route-map.js.es6 DEV: Update to new prettier standards 2020-09-16 09:53:50 -05:00