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

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