• Resolved mookie4a4

    (@mookie4a4)


    Hello

    When a code is entered on the cart page the total changes but on the checkout page the price is normal even though it shows the gift card applied.

    Not sure what is broken?

    Cheers
    Matt

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter mookie4a4

    (@mookie4a4)

    I fixed the issue by changing this line:
    add_action( ‘woocommerce_after_calculate_totals’, array($this, ‘apply_gift_cards_discount’), 20 );
    to
    add_action( ‘woocommerce_after_calculate_totals’, array($this, ‘apply_gift_cards_discount’), 1 );

    Plugin Support Fran Mendoza

    (@franmglez92)

    Hello Matt,
    hope you are doing well! ??

    Perfect, glad to know that you were able to fix the issue.

    We are happy to help you with anything you need and don’t hesitate to contact us.

    Have a nice day!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Gift not being applied on checkout’ is closed to new replies.