Home Forums WoodMart support forum Move coupon form before payment section in WooCommerce checkout

Move coupon form before payment section in WooCommerce checkout

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

    makexpertmodsrl
    Participant

    Good evening, I try to move the coupon from checkout page, from the top to the bottom, it appears at the bottom but does not disappear from the top, where am I going wrong? Please helppppp me
    This is my code and working
    ========================================================================================
    remove_action( ‘woocommerce_before_checkout_form’, ‘woocommerce_checkout_coupon_form’, 10 );

    add_action( ‘woocommerce_review_order_after_submit’, ‘bbloomer_checkout_coupon_below_payment_button’ );

    function bbloomer_checkout_coupon_below_payment_button() {
    echo ‘<hr>’;
    woocommerce_checkout_coupon_form();
    }
    ========================================================================================
    see screenshoot please

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

    Hello,

    We would recommend to create the checkout page using WooCommerce layouts builder https://xtemos.com/docs-cat/woocommerce-layouts-builder/?theme=woodmart

    Please follow the instruction of this manual: https://xtemos.com/docs-topic/checkout-page-builder/

    If you have any questions please feel free to contact us.

    Best Regards

    #458564

    makexpertmodsrl
    Participant

    ok thank you. ticket close

    #458787

    If you have any questions please feel free to contact us.

    Best Regards

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