Home Forums WoodMart support forum Show coupon box in Checkout opened at another position

Show coupon box in Checkout opened at another position

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #38456

    getimo
    Participant

    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?

    #38476

    Artem Temos
    Keymaster

    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

    #38483

    getimo
    Participant

    Ok, thank you. But id it possible to habe The Box Open at Page load?

    #38517

    Artem Temos
    Keymaster

    Try to use this CSS code

    .checkout_coupon {
    	display: block!important;
    }
    
    .showcoupon {
    	pointer-events: none;
    }
Viewing 4 posts - 1 through 4 (of 4 total)