Home Forums WoodMart support forum Coupon/login in Checkout

Coupon/login in Checkout

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #74983

    frontstore32
    Participant

    Hello,

    How can I remove the bottom popup in the bottom during checkout? I would like the coupon to be near the PLACE ORDER button always.

    Same for login.

    If too difficult please suggest alternative as for not using the bottom popup/banner.

    #74984

    frontstore32
    Participant

    I am referring to the woocommerce-info class

    Attachments:
    You must be logged in to view attached files.
    #74995

    Artem Temos
    Keymaster

    Hello,

    Thank you so much for purchasing our theme and contacting our support center.

    Could you please send us a link where we can investigate this issue? It shouldn’t work this way.

    Kind Regards
    XTemos Studio

    #75088

    frontstore32
    Participant

    Fixed after updating theme to latest version! Thanks,

    #75089

    frontstore32
    Participant

    How can I move the coupon field just below the total amount? (Always showing the field)

    #75108

    Hello,

    Please add this CSS to the Theme settings > Custom CSS:

    .checkout_coupon {
        padding: 30px 25px 10px 25px;
        text-align: center;
        border: 2px dashed #ddd;
        max-width: 450px;
        display:block!important;
    }
    .showcoupon{
        display:none;
    }

    Best Regards

    #75532

    frontstore32
    Participant

    Thank you, but it is still showing on top of the checkout page. I would like it to positioned below the total amount

    #75538

    Hello,

    It is not possible to correct with CSS, such modification requires a Woocommerce template customization not covered by our support.

    Best Regards

Viewing 8 posts - 1 through 8 (of 8 total)