• Resolved mylittleripple

    (@mylittleripple)


    I stopped selling on my site for a month for being away. Now I’ve just upgraded to the latest version and started selling again. I found out that I don’t receive the order form anymore. I can’t figure out why and I don’t know where to find out what the issue is.

    Can someone please help me?

    Thanks

    https://wordpress.org/plugins/eshop/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter mylittleripple

    (@mylittleripple)

    probably web hosting issue

    Thread Starter mylittleripple

    (@mylittleripple)

    I can receive comment notification email. Not still can’t receive order form email.

    Thread Starter mylittleripple

    (@mylittleripple)

    ok. Resolved.

    add this to functions.php

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

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

The topic ‘Not getting the order form upgrading’ is closed to new replies.