Show coupon box in Checkout opened at another position
-
I’d like to move the coupon box as near as possible to the Buy-Button. And it should be open not closed to avoid additional clicks.
Is that possible?
Hi,
Sorry, but we can’t do that since it requires WooCommerce template files modifications. We don’t have a quick instruction for this task.
Kind Regards
Ok, thank you. But id it possible to habe The Box Open at Page load?
Try to use this CSS code
.checkout_coupon {
display: block!important;
}
.showcoupon {
pointer-events: none;
}