If you’re using any of the recipes to require discount codes or have a large percentage of your members using codes during registration, here’s a quick CSS snippet to always show this field at the top of your Membership Checkout page.

The CSS Code Recipe
#other_discount_code_p {display: none;}<br>#other_discount_code_tr {display: table-row !important;} |
Copy and paste this into your active theme (or child theme’s) style.css file or a stylesheet for PMPro Customizations (our recommended method).
The Result (Screenshot)

Was this article helpful?
YesNo