2021-10-04 17:17:32 +03:00
|
|
|
|
<section class="gh-canvas gh-offers">
|
|
|
|
|
<GhCanvasHeader class="gh-canvas-header">
|
2021-10-04 14:01:12 +03:00
|
|
|
|
<h2 class="gh-canvas-title" data-test-screen-title>Offers</h2>
|
2021-10-14 18:14:27 +03:00
|
|
|
|
<section class="gh-offers-actions view-actions">
|
|
|
|
|
<div>
|
2021-10-15 13:49:42 +03:00
|
|
|
|
<div class="gh-contentfilter-menu gh-contentfilter-type {{if (not (eq this.selectedType.value "active")) "gh-contentfilter-selected"}}" data-test-type-select="true">
|
2021-10-14 18:14:27 +03:00
|
|
|
|
<PowerSelect
|
|
|
|
|
@selected={{this.selectedType}}
|
|
|
|
|
@options={{this.availableTypes}}
|
|
|
|
|
@searchEnabled={{false}}
|
|
|
|
|
@onChange={{this.onTypeChange}}
|
|
|
|
|
@triggerComponent="gh-power-select/trigger"
|
|
|
|
|
@triggerClass="gh-contentfilter-menu-trigger"
|
|
|
|
|
@dropdownClass="gh-contentfilter-menu-dropdown"
|
|
|
|
|
@matchTriggerWidth={{false}}
|
|
|
|
|
as |type|
|
|
|
|
|
>
|
2021-10-15 13:49:42 +03:00
|
|
|
|
{{#if type.name}}{{type.name}} offers{{else}}<span class="red">Unknown type</span>{{/if}}
|
2021-10-14 18:14:27 +03:00
|
|
|
|
</PowerSelect>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2021-10-06 17:29:15 +03:00
|
|
|
|
<LinkTo @route="offer.new" class="gh-btn gh-btn-primary"><span>New offer</span></LinkTo>
|
2021-10-04 14:01:12 +03:00
|
|
|
|
</section>
|
|
|
|
|
</GhCanvasHeader>
|
|
|
|
|
|
|
|
|
|
<section class="view-container">
|
2021-10-04 14:55:17 +03:00
|
|
|
|
|
2021-10-15 13:49:42 +03:00
|
|
|
|
{{#if (and this.offersExist this.filteredOffers.length)}}
|
2021-10-07 12:21:53 +03:00
|
|
|
|
<table class="gh-list gh-offers-list">
|
2021-10-04 14:55:17 +03:00
|
|
|
|
<tr class="gh-list-row header">
|
2021-10-15 13:49:42 +03:00
|
|
|
|
<th class="gh-list-header">
|
|
|
|
|
{{#if (eq this.selectedType.value "active")}}
|
|
|
|
|
{{gh-pluralize this.filteredOffers.length "active offer"}}
|
|
|
|
|
{{else}}
|
|
|
|
|
{{gh-pluralize this.filteredOffers.length "archived offer"}}
|
|
|
|
|
{{/if}}
|
|
|
|
|
</th>
|
2021-10-04 14:55:17 +03:00
|
|
|
|
<th class="gh-list-header">Tier</th>
|
|
|
|
|
<th class="gh-list-header">Terms</th>
|
2021-10-19 15:11:16 +03:00
|
|
|
|
<th class="gh-list-header">Price</th>
|
2021-10-04 14:55:17 +03:00
|
|
|
|
<th class="gh-list-header">Redemptions</th>
|
|
|
|
|
<th class="gh-list-header gh-list-cellwidth-10"></th>
|
|
|
|
|
</tr>
|
2021-10-13 18:53:21 +03:00
|
|
|
|
{{#each this.filteredOffers as |offer|}}
|
2021-10-08 13:33:16 +03:00
|
|
|
|
<tr class="gh-list-row" data-test-list="offers-list-item">
|
|
|
|
|
<LinkTo @route="offer" @model={{offer}} class="gh-list-data" data-test-list="offer-name">
|
2021-10-06 17:29:15 +03:00
|
|
|
|
<h3>{{offer.name}}</h3>
|
|
|
|
|
</LinkTo>
|
2021-10-07 23:09:42 +03:00
|
|
|
|
<LinkTo @route="offer" @model={{offer}} class="gh-list-data">
|
|
|
|
|
<span>{{offer.tier.name}}</span>
|
|
|
|
|
<span class="midgrey">- {{if (eq offer.cadence 'month') 'Monthly' 'Yearly'}} </span>
|
2021-10-06 17:29:15 +03:00
|
|
|
|
</LinkTo>
|
2021-10-07 23:09:42 +03:00
|
|
|
|
<LinkTo @route="offer" @model={{offer}} class="gh-list-data">
|
2021-10-07 12:21:53 +03:00
|
|
|
|
<span class="offer-value">
|
|
|
|
|
{{#if (eq offer.type 'percent')}}
|
2021-10-08 13:55:25 +03:00
|
|
|
|
{{svg-jar "offer"}}
|
2021-10-07 12:21:53 +03:00
|
|
|
|
<span class="green fw6">{{offer.amount}}% OFF</span>
|
|
|
|
|
{{/if}}
|
|
|
|
|
{{#if (eq offer.type 'fixed')}}
|
2021-10-08 13:55:25 +03:00
|
|
|
|
<span class="blue">{{svg-jar "offer"}}</span>
|
|
|
|
|
<span class="blue fw6">{{gh-price-amount offer.amount}} <span class="ttu">{{offer.currency}}</span> OFF</span>
|
2021-10-07 12:21:53 +03:00
|
|
|
|
{{/if}}
|
2021-10-08 13:55:25 +03:00
|
|
|
|
<span class="dib ml1 midgrey ttc"> – {{offer.duration}} </span>
|
2021-10-07 12:21:53 +03:00
|
|
|
|
</span>
|
2021-10-06 17:29:15 +03:00
|
|
|
|
</LinkTo>
|
2021-10-19 15:11:16 +03:00
|
|
|
|
<LinkTo @route="offer" @model={{offer}} class="gh-list-data">
|
|
|
|
|
<span class="midgrey strike mr2">$32</span> <span>$25.6</span>
|
|
|
|
|
</LinkTo>
|
2021-10-07 23:09:42 +03:00
|
|
|
|
<LinkTo @route="offer" @model={{offer}} class="gh-list-data">
|
2021-10-18 21:16:30 +03:00
|
|
|
|
<span class="midgrey">{{offer.redemptionCount}}</span>
|
2021-10-06 17:29:15 +03:00
|
|
|
|
</LinkTo>
|
2021-10-08 06:58:17 +03:00
|
|
|
|
<div class="gh-list-data gh-list-cellwidth-10 gh-tag-list-chevron">
|
2021-10-06 17:29:15 +03:00
|
|
|
|
<div class="flex items-center justify-end w-100 h-100">
|
2021-10-08 06:58:17 +03:00
|
|
|
|
<div
|
|
|
|
|
class="gh-btn gh-btn-icon gh-btn-text gh-offer-link-button"
|
|
|
|
|
data-tooltip="Get shareable link"
|
|
|
|
|
{{on "click" (fn this.openLinkDialog offer)}}
|
|
|
|
|
>
|
2021-10-07 12:21:53 +03:00
|
|
|
|
<span>{{svg-jar "link"}}</span>
|
2021-10-08 06:58:17 +03:00
|
|
|
|
</div>
|
2021-10-19 10:36:22 +03:00
|
|
|
|
<LinkTo @route="offer" @model={{offer}}>
|
|
|
|
|
<span class="nr2 lh-1">{{svg-jar "arrow-right" class="w6 h6 fill-midgrey pa1"}}</span>
|
|
|
|
|
</LinkTo>
|
2021-10-06 17:29:15 +03:00
|
|
|
|
</div>
|
2021-10-08 06:58:17 +03:00
|
|
|
|
</div>
|
2021-10-06 17:29:15 +03:00
|
|
|
|
</tr>
|
|
|
|
|
{{/each}}
|
2021-10-04 14:55:17 +03:00
|
|
|
|
</table>
|
|
|
|
|
{{else}}
|
2021-10-15 13:49:42 +03:00
|
|
|
|
{{#if (eq this.selectedType.value "active")}}
|
|
|
|
|
<div class="gh-offers-list-cta">
|
|
|
|
|
{{svg-jar "discount-bubble" class="discount-bubble"}}
|
|
|
|
|
<h4>Provide special offers to new signups</h4>
|
|
|
|
|
<p>
|
|
|
|
|
Boost your subscriptions by creating targeted discounts to potential members.
|
|
|
|
|
</p>
|
|
|
|
|
<LinkTo @route="offer.new" class="gh-btn gh-btn-green gh-btn-icon">
|
|
|
|
|
<span>{{svg-jar "add"}} Add offer</span>
|
|
|
|
|
</LinkTo>
|
|
|
|
|
</div>
|
|
|
|
|
{{else}}
|
|
|
|
|
<div class="no-posts-box">
|
|
|
|
|
<div class="no-posts">
|
|
|
|
|
<h3>You have no archived offers.</h3>
|
|
|
|
|
<LinkTo @route="offers" @query={{hash type=null author=null tag=null}} class="gh-btn gh-btn-lg">
|
|
|
|
|
<span>Show active offers</span>
|
|
|
|
|
</LinkTo>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
{{/if}}
|
2021-10-04 14:55:17 +03:00
|
|
|
|
{{/if}}
|
2021-10-04 16:42:05 +03:00
|
|
|
|
|
2021-10-15 13:49:42 +03:00
|
|
|
|
{{#if (eq this.selectedType.value "active")}}
|
|
|
|
|
<div class="gh-main-section gh-offers-help">
|
|
|
|
|
<h2 class="gh-main-section-header small bn">Get the most out of offers</h2>
|
|
|
|
|
<div class="gh-main-section-block">
|
|
|
|
|
<div class="gh-main-section-content grey">
|
|
|
|
|
<a href="https://ghost.org/resources" target="_blank" class="gh-offers-help-card">
|
|
|
|
|
<div>
|
|
|
|
|
<div class="thumbnail" style="background-image: url(assets/img/dashboard/bp1.jpg);"></div>
|
|
|
|
|
<h3>Discounts right on the beat</h3>
|
|
|
|
|
<p>Setting up the right timing for your offers is as critical as finding the right amount.</p>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="gh-btn"><span>Read more</span></div>
|
|
|
|
|
</a>
|
2021-10-04 16:42:05 +03:00
|
|
|
|
|
2021-10-15 13:49:42 +03:00
|
|
|
|
<a href="https://ghost.org/resources" target="_blank" class="gh-offers-help-card">
|
|
|
|
|
<div>
|
|
|
|
|
<div class="thumbnail" style="background-image: url(assets/img/dashboard/bp2.jpg);"></div>
|
|
|
|
|
<h3>How The Browser grow their audience with special offers</h3>
|
|
|
|
|
<p>Learn about how The Browser work with offers</p>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="gh-btn"><span>Read more</span></div>
|
|
|
|
|
</a>
|
2021-10-04 16:42:05 +03:00
|
|
|
|
|
2021-10-15 13:49:42 +03:00
|
|
|
|
<a href="https://ghost.org/resources" target="_blank" class="gh-offers-help-card">
|
|
|
|
|
<div>
|
|
|
|
|
<div class="thumbnail" style="background-image: url(assets/img/dashboard/join-community.jpg)"></div>
|
|
|
|
|
<h3>Read more about offers</h3>
|
|
|
|
|
<p>Check out the Ghost blog for more tips about how offers can boost your subscriptions.</p>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="gh-btn"><span>Read more</span></div>
|
|
|
|
|
</a>
|
2021-10-04 16:42:05 +03:00
|
|
|
|
|
2021-10-15 13:49:42 +03:00
|
|
|
|
</div>
|
2021-10-04 16:42:05 +03:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2021-10-15 13:49:42 +03:00
|
|
|
|
{{/if}}
|
2021-10-04 16:42:05 +03:00
|
|
|
|
|
2021-10-04 14:01:12 +03:00
|
|
|
|
</section>
|
2021-10-06 17:29:15 +03:00
|
|
|
|
</section>
|