Home Forums WoodMart support forum Coupons

Coupons

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

    atiam1982
    Participant

    Good morning, we have added the ability to add coupons. Unfortunately, the link allowing you to enter the code appears at the top of the page “under the menu”… What can I do to make it appear in the right place?

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

    Hello,

    Sorry to hear about the inconvenience. Kindly, please share your Site WP-ADMIN Login details in the Private Content field so that we can check this concern on your Site and help you out accordingly.

    Best Regards

    #557900

    atiam1982
    Participant

    hi, in extra informations.

    #558007

    Hello,

    Define the code below in the functions.php file in your child theme.

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

    Best Regards.

    #558418

    atiam1982
    Participant

    Good morning, can you tell me how to do it?

    #558538

    Hello,

    Navigate to Appearance > Editor then select Theme Functions file and paste your code in the end of editor and click Update File.

    Best Regards.

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