• Resolved stevethebartender

    (@stevethebartender)


    Hi, thanks for a great plugin first of all – much appreciate your work!

    Is there a way to exclude particular countries from abandoned cart emails?

    Cheers,
    Steve

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter stevethebartender

    (@stevethebartender)

    A better way for me, would to be able to exclude On Hold orders.. as it looks like customers still receive emails when the order is on hold?

    Plugin Support CartFlows Team

    (@cartflows)

    Hello @stevethebartender,

    Thank you for reaching out to us.

    There is no option to exclude the specific country from the abandoned cart emails.

    To exclude the on-hold order from tracking, you can add the following filter to function.php file of the child theme.

    add_filter( 'woo_ca_exclude_on_hold_order_from_tracking', '__return_true' );

    If you have any questions, please feel free to ask.

    Thread Starter stevethebartender

    (@stevethebartender)

    Thanks so much for the speedy response! All fixed 🙂

    Thread Starter stevethebartender

    (@stevethebartender)

    The code that I added to the functions.php file doesn’t seem to be working…

    Order was placed and On Hold on April 3rd at 12:36pm: http://prntscr.com/rtrbui

    Emails are still being sent (same name/email): http://prntscr.com/rtrcha

    Any ideas?

    Plugin Support CartFlows Team

    (@cartflows)

    Hello @stevethebartender,

    It’s strange. For which payment gateway you are using facing this issue?

    Looking forward to hearing from you.

    Thread Starter stevethebartender

    (@stevethebartender)

    The payment gateway is bank transfer.

    I use this for customers to request a quote (only international orders). The name of the payment method at checkout is “proceed for a shipping quote”… so no payment is taken but the order is put On Hold straight away..

    Emails are still going out 🙁

    Plugin Support CartFlows Team

    (@cartflows)

    Hello @stevethebartender,

    Can you please check by placing the test order using the direct bank transfer which is the default Woocommerce payment method.

    As it set the order status ‘on hold’.Then check if plugin still sending the emails for that order?

    Looking forward to hearing from you.

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘Exclude specific countries’ is closed to new replies.