Page 1 of 2 12 LastLast
Results 1 to 10 of 13
  1. #1
    Join Date
    Nov 2006
    Posts
    206
    Plugin Contributions
    0

    red flag Paypal push order but customer online

    Every morning I log on, check my hits and check orders. I went on this morning and saw I had a new cust but no order. I went to paypal push orders to check if it was stuck and there it was. I clicked on the button that pushes it through. It says paid by paypal/creditcard

    It suddenly occurred to me that I'd had no email from paypal. I went to paypal and there was no payment. I then went back to admin and checked who's online and the customer that had that basket was still online!

    It said they were on this page:

    pushorder.php?secret=PAYPAL_SECRET_WORD&id=**************2************

    (The asteriks are just incase that nunber is important or can be hacked.)

    It says they've not "moved" for 10 mins or more. Have I messed up that order?

    Does stuck order just mean a shopping cart thats not been paid for?

    What should I do?

    Thanks in advance!

    Just checked again and now they've gone but still no paypal payment. What does that mean?
    Last edited by icklebits; 9 Jul 2007 at 07:11 AM. Reason: Forgot to say something

  2. #2
    Join Date
    Jan 2004
    Posts
    66,443
    Plugin Contributions
    279

    Default Re: Paypal push order but customer online

    1. You should not have any stuck orders if you have IPN notifications working properly and PDT support enabled (only available in v1.3.7.1 or 1.3.7 with May 20 (or newer) patch).

    2. You should *never* push an order through if it's not been paid at the PayPal end.

    3. If the customer left and never completed payment ... then they changed their mind.
    The *why* behind abandoning the purchase could be any number of things.
    You could email them and ask.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  3. #3
    Join Date
    Jan 2004
    Posts
    66,443
    Plugin Contributions
    279

    Default Re: Paypal push order but customer online

    Quote Originally Posted by icklebits View Post
    secret=PAYPAL_SECRET_WORD
    I hope when you installed the Stuck Orders module ... that you changed the secret word, and didn't just leave the default of PAYPAL_SECRET_WORD, making it possible for anybody to come in and push an order ...
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  4. #4
    Join Date
    Nov 2006
    Posts
    206
    Plugin Contributions
    0

    Default Re: Paypal push order but customer online

    Sorry, could you explain what you mean about the secret word??? There was nothing in the install file when I downloaded the "paypal sessions viewer" mod that had this push orders thing in.

    The customer came back later and did an order.

    When I do my test order, I go to the paypal screen but never pay. I never have that order showing up in the stuck paypal thing though.

    Anyway, I'd appreciate it if someone could explain that about the secret word thing as now I'm worried.

    Thanks!

  5. #5
    Join Date
    Nov 2006
    Posts
    206
    Plugin Contributions
    0

    Default Re: Paypal push order but customer online

    I've uninstalled the push order thingy until someone can let me know how I go about changing the secret word thing.

    I opened the files and they said "you can change for extra security" but it doesn't say what bit you change!!!

    I look forward to your reply,

    Donna
    -x-

  6. #6
    Join Date
    Jan 2004
    Posts
    66,443
    Plugin Contributions
    279

    Default Re: Paypal push order but customer online

    Somewhere in the readme it used to explain that you should set your own secret word:
    Code:
    INSTALLATION
    
    Simply copy all the enclosed files to the / (root) folder, retaining the folder structure.
    
    The report is visible under Customers->View Stuck PayPal Orders
    
    add the line below to your /includes/languages/english.php script with your own secret word for a little security
    define("PAYPAL_SECRET_WORD", "mysecretword");
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  7. #7
    Join Date
    Nov 2006
    Posts
    206
    Plugin Contributions
    0

    Default Re: Paypal push order but customer online

    Hi,

    When I put that in the searc engine for posts in this forum there was alsorts of posts relating to the various files you should change. I've checked the readme again and theres no mention of the secret word thing.

    In the forum theres too many posts relating to it and I just don't understand what I'm changing.

    Sorry, I just need step by step instructions all the time!

    Thanks in advance

  8. #8
    Join Date
    Jan 2004
    Posts
    66,443
    Plugin Contributions
    279

    Default Re: Paypal push order but customer online

    I'm not sure I understand what you're saying ... are you just explaining how you got to where you are now? Or are you missing the instructions?

    1. There are multiple versions of that mod circulating. Whether the one in the downloads section is more current than one attached to a forum post, I'm uncertain.

    2. The complete instructions for setting the secret word are in my last post above. Just follow those and you should be fine.

    3. Better yet, make sure your host allows IPN communication to work properly, and have the PDT components set up. Then you won't need the stuck-orders tool anyway.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  9. #9
    Join Date
    Nov 2006
    Posts
    206
    Plugin Contributions
    0

    Default Re: Paypal push order but customer online

    Sorry for confusion. I was saying that I still don't get it. So from what you're saying I simply add that line. According to other posts I have to change other files too. Is that right? Or do I simply add that line and leave it at that?

    I downloaded version 2 if that helps. I appreciate your help!

    D

  10. #10
    Join Date
    Jul 2006
    Posts
    40
    Plugin Contributions
    0

    Default Re: Paypal push order but customer online

    Where can I get version 2?

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. Customer gets order but not sent to paypal first (using both group discounts+coupons)
    By demiurgia in forum Built-in Shipping and Payment Modules
    Replies: 43
    Last Post: 7 Mar 2010, 03:06 AM
  2. Paypal issue, receive payment but no order, curltest fine but ipncheck fails
    By spillaro in forum Built-in Shipping and Payment Modules
    Replies: 1
    Last Post: 8 Apr 2008, 04:32 PM
  3. PayPal notification, but no record of customer or order
    By smalltownpets in forum Managing Customers and Orders
    Replies: 4
    Last Post: 4 Jan 2008, 02:35 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg