• Resolved gertvanw

    (@gertvanw)


    Hi,

    I installed the free version of your plugin and everything looks and works great.
    However, the sender gets the order e-mail with the all the details, but the recipient doesn’t receive any email.

    I’ve tried disabling the WooCommerce Transactional Email System, but then I get an unknown error on checkout and the order can’t completed.

    I’ve also added this code to my functions.php-file, but it makes no difference.
    function pimwick_et_option_ajax_addtocart( $value ) {
    global $product;

    if ( is_a( $product, ‘WC_Product_PW_Gift_Card’ ) ) {
    return false;
    }

    return $value;
    }
    add_filter( ‘et_option_ajax_addtocart’, ‘pimwick_et_option_ajax_addtocart’ );

    Can you point out what I’m doing wrong here?

    Thanks!

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

  • The topic ‘Emails to recipient not sending’ is closed to new replies.