Home Forums WoodMart support forum bloc code coupon !

bloc code coupon !

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #702662

    amar.karismatik2727
    Participant

    hi i want to move this coupon bloc to below is the Billing Details block at the bottom in the checkout page !

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

    Hello,

    Sorry, but there is no direct option in the theme settings available for that. Try to add the following PHP code snippet to the child theme’s functions.php file.

    remove_action( 'woocommerce_before_checkout_form', 'woocommerce_checkout_coupon_form', 10 );
    
    add_action( 'woocommerce_after_checkout_form', 'woocommerce_checkout_coupon_form', 10 );

    Hope this Helps!

    Best Regards,

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