• Resolved makeonlineshop

    (@makeonlineshop)


    Notify store owner of incomplete order without sending automatic Email to customer ?

    Hello,

    Is it possible with this plugin to notify store owner of abandoned/incomplete orders without sending an automatic Email to customer ?

    And even if automatic Email is sent, can the store owner be notified at the same time ?

    Thank you so much.

Viewing 1 replies (of 1 total)
  • Plugin Author Josh Kohlbach

    (@jkohlbach)

    Hi @makeonlineshop,

    You should be able to do this by adding a filter on ‘acr_email_header’ and a custom function to add the BCC you need to the email that is sent to the customer.

    You can find details for the function in question under /includes/class-acr-emails.php and look for the acrConstructEmailHeader function. You’ll see that all the header data is filterable.

    It is something that you’ll need some development experience/help with though.

    Hope this helps!

Viewing 1 replies (of 1 total)
  • The topic ‘Notify store owner of incomplete without sending automatic Email to customer ?’ is closed to new replies.