Forum Replies Created

Viewing 7 replies - 31 through 37 (of 37 total)
  • I’m pretty sure it’ll work because I have no clue about PHP. And a “Function” file sounds like

    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);
    }

    Is going to just send me an email anytime the databases happens to send someone else an email?

    I’ll try

    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);
    }

    I saw the

    http://quirm.net/wiki/eshop/merchant-gateways/

    which did something similar.

    In one of your posts you said to add it to the Functions file in my “theme” in my theme or plugin? Just not really sure how it would help in my theme? I’ll try adding it now and see if it works.

    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?

    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.

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

    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 # http://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

    http://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.

    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.

Viewing 7 replies - 31 through 37 (of 37 total)