0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00
ghost/core/server/web/shared/middlewares
Fabien O'Carroll f3bb6b43a5 Added Offers feature to Ghost
refs https://github.com/TryGhost/Team/issues/1115

This allows users to create Offers for Tier/Cadence pairs in order to
provide discounted subscriptions to Members! We have support for
percentage based discounts & fixed price discounts, either for the first
payment, all payments, or a number of monthly payments.

Offers also have a code, which can be used as an easy way to share them,
as visiting https://site.com/offer-code will automatically open Portal
with the Offer prepopulated.
2021-10-22 17:55:34 +02:00
..
api Removed remaining usage of i18n & translation file 2021-10-15 11:39:07 +01:00
brute.js
cache-control.js
custom-redirects.js Added Offers feature to Ghost 2021-10-22 17:55:34 +02:00
error-handler.js Replaced i18n.t w/ tpl in error handler middleware 2021-10-04 11:52:10 +01:00
index.js
maintenance.js Moved URL service to backend 2021-10-19 07:29:09 +13:00
pretty-urls.js
uncapitalise.js Replaced i18n.t w/ tpl in uncapitalise.js 2021-10-05 14:37:46 +01:00
url-redirects.js