‘Have a coupon code? Click here to enter your code’ Not clickable in Checkout
-
Since the last update we have noticed that the ‘Have a coupon code? Click here to enter your code’ option in checkout is no longer clickable to reveal the add coupon form.
Looking at the code I have:
<div class="woocommerce-form-coupon-toggle"> <div class="woocommerce-info"> "Have a coupon code? Click here to enter your code" ::after </div> </div>
There is not <a href around the ‘Click here to enter your code’ text any more!
I’ve temporarily worked around it by adding .checkout_coupon.woocommerce-form-coupon {display:block!important;} to show the Add Coupon form without the toggle
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘‘Have a coupon code? Click here to enter your code’ Not clickable in Checkout’ is closed to new replies.