mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-24 23:48:13 -05:00
Updated add product to member modal
- added footnote to price dropdown
This commit is contained in:
parent
ece37d3475
commit
5762147e52
1 changed files with 3 additions and 5 deletions
|
@ -47,12 +47,10 @@
|
||||||
/>
|
/>
|
||||||
{{svg-jar "arrow-down-small"}}
|
{{svg-jar "arrow-down-small"}}
|
||||||
</span>
|
</span>
|
||||||
|
{{#if this.cannotAddPrice}}
|
||||||
|
<p>Please select a price with zero value. You can add non-zero prices on <a href="https://dashboard.stripe.com" target="_blank">Stripe Dashboard</a>.</p>
|
||||||
|
{{/if}}
|
||||||
</GhFormGroup>
|
</GhFormGroup>
|
||||||
{{#if this.cannotAddPrice}}
|
|
||||||
<span>
|
|
||||||
Use <a href="https://dashboard.stripe.com" target="_blank">Stripe Dashboard</a> to add product with non-zero prices.
|
|
||||||
</span>
|
|
||||||
{{/if}}
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Reference in a new issue