Coupon code text is not visible in subscriptions plugin

Something is broken in the subscriptions plugin. The Coupon Code field is blank. People are getting confused and entering random things there due to lack of context.

Can it be hidden or fixed so it shows the correct placeholder text once again?

1 Like

Yes, I can repro this on latest tests-passed.

Side remark: Would it be an idea to hide the coupon code field altogether if coupons aren’t even being used? The availability of a coupon code field is known to reduce conversion since people will wait until they get their hands on a code.

In the meanwhile do

.discourse-subscriptions-section-columns .promo-code {
    display: none;
}
2 Likes

I’ll take a look at this one and get back with a fix.

2 Likes

This bug has been fixed about a week ago in this commit:

5 Likes