Offers

{{#if this.membersUtils.hasActiveTiers}}
{{#if type.name}}{{type.name}} offers{{else}}Unknown type{{/if}}
New offer {{/if}}
{{#if (not this.membersUtils.hasActiveTiers)}}
{{svg-jar "discount-bubble" class="discount-bubble"}}

You must have an active tier to create offers

Manage tiers
{{else 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 (eq offer.type 'trial')}} {{svg-jar "offer"}} {{offer.amount}} DAYS FREE {{/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 "plus"}} Add offer
{{else}}

You have no archived offers.

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