From 5762147e5241c869dad9b83c38ebc3d21679c917 Mon Sep 17 00:00:00 2001 From: Peter Zimon Date: Mon, 26 Apr 2021 21:01:46 +0200 Subject: [PATCH] Updated add product to member modal - added footnote to price dropdown --- ghost/admin/app/components/modal-member-product.hbs | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/ghost/admin/app/components/modal-member-product.hbs b/ghost/admin/app/components/modal-member-product.hbs index 0abced7775..b7d2c9f422 100644 --- a/ghost/admin/app/components/modal-member-product.hbs +++ b/ghost/admin/app/components/modal-member-product.hbs @@ -47,12 +47,10 @@ /> {{svg-jar "arrow-down-small"}} + {{#if this.cannotAddPrice}} +

Please select a price with zero value. You can add non-zero prices on Stripe Dashboard.

+ {{/if}} - {{#if this.cannotAddPrice}} - - Use Stripe Dashboard to add product with non-zero prices. - - {{/if}}