Offers

{{#if type.name}}{{type.name}} offers{{else}}Unknown type{{/if}}
New offer
{{#if (and this.offersExist this.filteredOffers.length)}} {{#each this.filteredOffers as |offer|}}

{{offer.name}}

{{offer.tier.name}} - {{if (eq offer.cadence 'month') 'Monthly' 'Yearly'}} {{#if (eq offer.type 'percent')}} {{svg-jar "offer"}} {{offer.amount}}% OFF {{/if}} {{#if (eq offer.type 'fixed')}} {{svg-jar "offer"}} {{gh-price-amount offer.amount}} {{offer.currency}} OFF {{/if}} {{#if (feature 'freeTrial')}} {{#if (eq offer.type 'trial')}} {{svg-jar "offer"}} {{offer.amount}} DAYS FREE {{/if}} {{/if}} {{#if (not (eq offer.type 'trial'))}} –  {{if (eq offer.duration 'once') "First-payment" "Repeating"}} {{/if}} {{#if (eq offer.type 'trial')}} {{currency-symbol offer.finalCurrency}}{{gh-price-amount offer.originalPrice}} {{else}} {{currency-symbol offer.finalCurrency}}{{gh-price-amount offer.updatedPrice}} {{currency-symbol offer.finalCurrency}}{{gh-price-amount offer.originalPrice}} {{/if}} {{offer.redemptionCount}}
{{svg-jar "arrow-right" class="w6 h6 fill-midgrey pa1"}}
{{/each}}
{{#if (eq this.selectedType.value "active")}} {{gh-pluralize this.filteredOffers.length "active offer"}} {{else}} {{gh-pluralize this.filteredOffers.length "archived offer"}} {{/if}} Tier Terms Price Redemptions
{{else}} {{#if (eq this.selectedType.value "active")}}
{{svg-jar "discount-bubble" class="discount-bubble"}}

Provide special offers to new signups

Boost your subscriptions by creating targeted discounts to potential members.

{{svg-jar "add"}} Add offer
{{else}}

You have no archived offers.

Show active offers
{{/if}} {{/if}} {{#if (eq this.selectedType.value "active")}} {{/if}}