Home Forums WoodMart support forum Coupon code in Check out page before payment methods

Coupon code in Check out page before payment methods

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #618069

    manuel.gordoa
    Participant

    Hi, How can I move the coupon code field from the top to before payment methods or before the TOTAL? and remove the text of “do you have a coupon code?”

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

    Hello,

    Sorry but there is no option in Theme Settings available for that.

    It requires customizations and this is beyond our limitations and support policy.

    Regards.
    Xtemos Studios

    #618730

    manuel.gordoa
    Participant

    In a previous topic, you were able to provide a custom css for another user, why can’t you provide the same here?

    https://xtemos.com/forums/topic/i-want-the-coupon-area-on-the-payment-page-to-be-like-on-the-cart-page/

    #618926

    Hello,

    That custom CSS code is only to display the coupon code without the click not changing the position of the coupon code. You can not change the position but only open and show always without click on the checkout page. If you want only this then you can use the same custom CSS code.

    Best Regards.

    #619074

    manuel.gordoa
    Participant

    I used this code but not able to move correctly below the last field.

    body .checkout_coupon {
    display: block !important;
    position: absolute;
    bottom: 0;
    left: 0;
    }

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

    Hello,

    Sorry sir, but as I already told you that it is not possible to change the position of the coupon code in the checkout page with custom CSS code. It requires customization in the plugin’s file. This is not possible without the code customization.

    Best Regards.

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