# Coupon code text is not visible in subscriptions plugin

**URL:** https://meta.discourse.org/t/coupon-code-text-is-not-visible-in-subscriptions-plugin/236790
**Category:** Bug
**Tags:** subscriptions
**Created:** [August 22, 2022, 5:37am UTC](https://meta.discourse.org/t/coupon-code-text-is-not-visible-in-subscriptions-plugin/236790 "2022-08-22T05:37:40Z")
**Posts on this page:** 1
**Showing post:** 3

<div class="post-metadata">

### Author: ![RGJ](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/rgj/32/523185_2.png) [@RGJ](https://meta.discourse.org/u/RGJ)
#### Post date: [August 22, 2022, 6:22am UTC](https://meta.discourse.org/t/coupon-code-text-is-not-visible-in-subscriptions-plugin/236790/3 "2022-08-22T06:22:57Z")

</div>

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

```plaintext
.discourse-subscriptions-section-columns .promo-code {
    display: none;
}

```

---

_[View the full topic](https://meta.discourse.org/t/coupon-code-text-is-not-visible-in-subscriptions-plugin/236790)._
