Home › Forums › WoodMart support forum › Show coupon box in Checkout opened at another position › Reply To: Show coupon box in Checkout opened at another position
February 9, 2018 at 7:07 am
#38517
Artem Temos
Keymaster
Try to use this CSS code
.checkout_coupon {
display: block!important;
}
.showcoupon {
pointer-events: none;
}