Repository Forums Support WooCommerce Extended Coupon Features PRO Auto coupon applied – Manual Coupon Field Disapears? Reply To: Auto coupon applied – Manual Coupon Field Disapears?

#1949
Soft79
Keymaster

Hi Sequoia,

I just tested your store.

Something (your theme or a plugin) is adding this snippet into your page source:


<style type="text/css">
.coupon{
display: none;
}
</style>

that’s why the ‘enter promo’ field is not visible. Please revise your theme (e.g. functions.php) or otherwise your plugins.