구독 플러그인에서 쿠폰 코드 텍스트가 표시되지 않습니다

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개의 좋아요

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개의 좋아요

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

2개의 좋아요

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

https://github.com/discourse/discourse-subscriptions/commit/aba86e5e255a0c0046a172b7d1d6e1af91ed022f

5개의 좋아요