• Resolved claudiof

    (@claudiof)


    Hi,

    Thru the checkout process, if users add items to the Cart and go imediatelly to “Checkout”, without going to the “Cart”, the cupon is not auto applied.

    Is there a fix/workaroud for this?

    If you want to test is you can go to:

    You will need to register.

    Thanks,
    Cláudio

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Vidish

    (@vidishp)

    Hi @claudiof

    Thank you for reaching out to me.

    You can add this to functions.php

    add_action( ‘woocommerce_checkout_init’, ‘fodw_apply_discount’ );

    This is not there in plugin because on some sites, it may cause conflict in some scenario.

    Thread Starter claudiof

    (@claudiof)

    Hi Vidish,

    Thanks for sorting this out!

    Cheers

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Apply coupon when going straight to “Checkout”’ is closed to new replies.