• Resolved firefly007

    (@firefly007)


    Any way I can let the order confirm also go to a business address every time? To alert the company that they have to go, order and deliver…

    Let me know!

Viewing 15 replies - 1 through 15 (of 21 total)
  • Thread Starter firefly007

    (@firefly007)

    I am NOT using paypal as payment method AND I did put the email in the settings. I just get NADA..

    I use Cash Paypemt option.

    Thread Starter firefly007

    (@firefly007)

    Retested one more time and now it works.. ?? Confusing.

    It should work all the time, might be delayed somewhere. I had trouble when testing once, emails were delayed 12 hours… I wasted quite a few of those trying to fix a problem that never existed…

    Thread Starter firefly007

    (@firefly007)

    well I just installed it… anyway, any chance you know this:

    I will not be selling files… at all.. but when I click items in my lists it says FILE: {itemname} I don’t want this to show. Actually i want to change the way it shows it all together. Any pointers (guides or hints?) One is in the CSS, but the output FILE: that is an eshop thing.

    FILE: {itemname}

    not eShop related.

    Thread Starter firefly007

    (@firefly007)

    No this is the output when I click a post of a product.

    It’s not a code anywhere and YES it is eshop. I have used this theme before and it does not relabel any post titles to “File”

    FILE: {itemname} is what I see as in

    Product is Sandwich (itemname) and when I click to order it and choose the options for it I see in the post title

    “File: Sandwich”

    This is definitely eshop man!

    well stop calling things by names that are totally inaccurate! It’s very confusing.

    Ok I have no idea what you are actually asking for. So when you reply, can you also give me a link to page on your site and use that as the example, thanks.

    theemonkey

    (@theemonkey)

    Hey Firefly I know exactly what you are talking about. Seeing that Rich eflin is a Mod. he should be more understanding and less grouchy. Anyways if you found a solution please do share as I am in desperate need of it.

    elfin

    (@elfin)

    as before, without a better explanation to the issue no-one, especially me, can help.

    perhaps a link to your site?

    theemonkey

    (@theemonkey)

    My problem is that when a customer places an order they get a response from Paypal and from eShop. The response happens to hold the Item Number or rather SKU(Stock keeping Unit). The thing is that the seller does not get a confirmation email from Paypal or from eShop. Thus there is no email going to the Seller and no SKU. Which makes it impossible to sell something.

    When the Seller logs into Paypal and checks the money they received it appears as a transfer of money and not a payment.

    Transfer To (Seller)

    I need it to be

    Payment to (Seller)

    Because when it is a payment you can access the action thing which allows you to say whether it’s been shipped or not.

    Anyways that wouldn’t matter but the thing that matters most is that in Transaction Details I am not getting the SKU.

    I need
    Shopping Cart Contents

    Qty Item Options Price
    1 Product Discription
    Item # https://handmadebyerika.com/blog/2010/11/14/this-is-a-post-name/ : Option 1 $0.01 USD
    Amount $0.01 USD

    Order Description:
    Shopping Cart
    Item Total:
    $0.01 USD
    Sales Tax:
    $0.00 USD
    Shipping:
    $0.00 USD
    Handling:
    $0.00 USD

    Total Amount:
    -$0.01 USD
    Fee amount:
    $0.00 USD
    Net amount:
    -$0.01 USD

    Date:
    Nov 13, 2010
    Time:
    20:24:02 PST
    Status:
    Completed

    Shipping Address:
    Blah blah

    Funding Type:
    PayPal Funds
    Funding Source:
    $0.01 USD – PayPal Account

    instead of

    Transfer To (Unique Transaction ID # 88X601445G6560728)

    Transfer to:
    Seller
    Email:
    confid.

    Total Amount:
    -$0.01 USD
    Fee amount:
    $0.00 USD
    Net amount:
    -$0.01 USD

    Date:
    Nov 13, 2010
    Time:
    20:03:43 PST
    Status:
    Completed

    Subject:
    some number

    Which I do not know why I am getting. Anyways it would be nice to get the eShop to email the Seller, and to have Paypal email the seller. But at least I want the SKU to show up in the Sellers paypal. That’s all I need in the end. A way for the Seller to access the SKU, whether it happens to be through eShop email, Paypal email, or paypal itself. Thanks I really appreciate it.

    The link is

    https://handmadebyerika.com/blog/2010/11/14/this-is-a-post-name/

    BTW it is a test. It is not yet up and running because I can not get SKU to work. When I can I can upload my clients stock and get them going.

    theemonkey

    (@theemonkey)

    I can give you access to the site if you’d like to troubleshoot, deactivate all plugins and see what the hell is wrong.

    elfin

    (@elfin)

    My problem is that when a customer places an order they get a response from Paypal and from eShop. The response happens to hold the Item Number or rather SKU(Stock keeping Unit). The thing is that the seller does not get a confirmation email from Paypal or from eShop.

    if the seller isn’t getting an email from eShop AND paypal, then that suggests that something is wrong with that email address, whether it is blacklisting (marking as spam, or whatever) thos emails is another matter. But the fact that the emails from paypal aren’t coming through suggests quite heavily that it isn’t an eShop issue, does it not?

    However, there is a way to get a copy of the email sent to the customer with something like this in your theme’s function file:

    add_action('eshop_send_customer_email','myeshop_copy_email',10,4);
    function myeshop_copy_email($csubject, $this_email, $headers, $array){
     $to='YOUREMAILADDRESS';
     wp_mail($to, $csubject, $this_email,$headers);
    }

    (that is untested).

    theemonkey

    (@theemonkey)

    I believe it might be because I was stupid enough to use a Premier account. That is why it worked with Sandbox and the real clients seller account and not mine. The seller has a bizz. and I have a Premier. I’ll upgrade it and see if it fixes the problem. If not I’ll try editing my Functions file like you mentioned. Thanks.

    elfin

    (@elfin)

    eShop only requires a Paypal Business account.

    theemonkey

    (@theemonkey)

    Yeah that’s what I mean. I had a premier before. Anyways I tried fixing the Paypal settings to get an email but it doesn’t work. I have email notifications on when I receive money. When I called Paypal the person said something about IPN. But I don’t know my URL for it. Anyways the Paypal transferred me and no one came on for 10 minutes so I hung up.

    How can I set up my IPN? Will that email my Paypal email when I receive payments?

    And why does it say Transfered money instead of Payments?

Viewing 15 replies - 1 through 15 (of 21 total)
  • The topic ‘eshop Plugin — Send order confirmation to a system email’ is closed to new replies.