Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #556201

    Hi tem :)
    Please i need your help, i would like to receive a email copy of customer completed order.

    i found that snippet to copy in functions.php theme but seem to make some bug, perhaps have you get a best way ?

    + /**
    + * WooCommerce Extra Feature
    + * ————————–
    + *
    + * Add another email recipient when an order is completed
    + *
    + */
    +function woo_extra_email_recipient($recipient, $object) {
    + $recipient = $recipient . ‘, (Email address hidden if logged out) ‘;
    + return $recipient;
    +}
    +add_filter( ‘woocommerce_email_recipient_customer_completed_order’, ‘woo_extra_email_recipient’, 10, 2);

    Thanks

    #556407

    Hey apparence,

    What problems is the code causing? Send us a temporary admin login so that we can have a closer look. You can post the details in the Private Content section of your reply.

    Regards,
    Rikard

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.