Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Forum: Plugins
    In reply to: eshop automatic emails
    Thread Starter jmillstein

    (@jmillstein)

    Many thanks!!! This worked. I added the code to eshop.php

    Forum: Plugins
    In reply to: eshop automatic emails
    Thread Starter jmillstein

    (@jmillstein)

    I found this code on quirm.net:
    “Using this you can send a copy of the email sent to the customer to yourself to receive the nice formatted version.”

    add_action(‘eshop_send_customer_email’,’myeshop_copy_email’,10,4);
    function myeshop_copy_email($csubject, $this_email, $headers, $array){
    $myemail=’EMAILADDRESS’;
    wp_mail($myemail, $csubject, $this_email,$headers);
    }

    How do I use this code (where do I paste it)? Can I alter it to forward the email to a third party?

    Forum: Plugins
    In reply to: eshop automatic emails
    Thread Starter jmillstein

    (@jmillstein)

    Is there a workaround? How could the eshop shoppingcart function (for non-downloadable products) for volume sales if emails are forwarded one by one, by hand to the fulfillment company?

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