Page 6 of 14 FirstFirst ... 45678 ... LastLast
Results 51 to 60 of 131
  1. #51
    Join Date
    Mar 2007
    Location
    Pepperell, Massachusetts
    Posts
    232
    Plugin Contributions
    1

    Default Re: Duplicate Orders/Order Confirmation

    I did a 'view source' to make sure I saw the change in the javascript. It's the new one, and the btn_submit matches the form code too. It doesn't prevent two submits!

  2. #52
    Join Date
    Mar 2007
    Location
    Pepperell, Massachusetts
    Posts
    232
    Plugin Contributions
    1

    Default Re: Duplicate Orders/Order Confirmation

    ...the view source shows the javascript content is commented out! I can't find out where this is included or commented out yet.

  3. #53
    Join Date
    Mar 2007
    Location
    Pepperell, Massachusetts
    Posts
    232
    Plugin Contributions
    1

    Default Re: Duplicate Orders/Order Confirmation

    Quote Originally Posted by dhcernese View Post
    ...the view source shows the javascript content is commented out! I can't find out where this is included or commented out yet.
    ignore that post. i would delete it except for this stupid 7 minute limit. I was thrown by the syntax:

    Code:
    <script language="javascript" type="text/javascript"><!--
    I thought it was all commented out.

  4. #54
    Join Date
    May 2006
    Posts
    30
    Plugin Contributions
    1

    Default Re: Duplicate Orders/Order Confirmation

    Hi all,
    Has anyone found a confirmed fix for this problem?
    My store has started duplicating orders from PAYPAL today...
    I receive (2) orders with unique order numbers in my backend,
    also (2) confirmations to my email but only one payment is submitted
    from paypal (which is a bit reassuring)

    But all in all its a very weird problem because i didn't change anything at all...

    My main concern is messing up my stock counts because i rely on
    zen cart to track my inventory.

    I havn't tried any of the fixes on this thread yet due to little feedback..
    Just want to be sure before i start messing with code.

    Thanks to everyone in advance.

  5. #55
    Join Date
    May 2006
    Posts
    30
    Plugin Contributions
    1

    Default Re: Duplicate Orders/Order Confirmation

    Some thing is strange in the file, line 11 or 12....
    PHP Code:
    <?php
    /**
     * jscript_main
     *
     * @package page
     * @copyright Copyright 2003-2006 Zen Cart Development Team
     * @copyright Portions Copyright 2003 osCommerce
     * @license [url]http://www.zen-cart.com/license/2_0.txt[/url] GNU Public License V2.0
     * @version $Id: jscript_main.php 3234 2006-03-21 20:13:20Z drbyte $
     */
    ?>
    <script language="javascript" type="text/javascript"><!--
    var submitter = null;
    function popupWindow(url) {
      window.open(url,'popupWindow','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=no,width=450,height=280,screenX=150,screenY=150,top=150,left=150')
    }

    function submitFunction($gv,$total) {
       if ($gv >=$total) {
         submitter = 1;    
       }
    }

    function submitonce(){
      if (document.checkout_confirmation.btn_submit) {
        document.checkout_confirmation.btn_submit.disabled = true;
        setTimeout('button_timeout()', 4000);
        /* document.checkout_confirmation.submit(); */
      }
    }

    function button_timeout() {
      document.checkout_confirmation.btn_submit.disabled = false;
    }
    /
    Last edited by janks; 17 Aug 2008 at 10:10 AM.

  6. #56
    Join Date
    May 2007
    Posts
    46
    Plugin Contributions
    0

    Default Could PayPal have made a change?

    Quote Originally Posted by janks View Post
    Hi all,
    My store has started duplicating orders from PAYPAL today...

    PayPal is the only payment option in my two stores where I saw this yesterday. Do you have other payment methods that did not cause this to happen? If so, that would be very interesting. I too changed nothing in either of the client's stores where I saw this happen yesterday.

  7. #57
    Join Date
    Jan 2007
    Location
    UK
    Posts
    59
    Plugin Contributions
    0

    Default Re: Duplicate Orders/Order Confirmation

    I also have had this problem for the first time today on ZC 1.37

    I have Paypal IPN and Nochex as payment options, and the problem only seems to be with Paypal.
    Two order numbers were created, with identical time stamps, and transaction ID's, but only one payment received.

    I have only had the one Paypal order this weekend, so I will see if it continues to happen.

  8. #58
    Join Date
    Mar 2007
    Location
    Pepperell, Massachusetts
    Posts
    232
    Plugin Contributions
    1

    Default Re: Duplicate Orders/Order Confirmation

    Quote Originally Posted by janks View Post
    Some thing is strange in the file, line 11 or 12...
    clarify what you mean by "strange" ??

  9. #59
    Join Date
    Jan 2004
    Posts
    66,419
    Blog Entries
    7
    Plugin Contributions
    277

    Default Re: Duplicate Orders/Order Confirmation

    The PayPal issue is a system bug on the PayPal end, which was resolved this morning: http://www.pdncommunity.com/pdn/blog...sage.uid=92385
    .

    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.

  10. #60
    Join Date
    Apr 2008
    Location
    Canada
    Posts
    61
    Plugin Contributions
    0

    Default Re: Duplicate Orders/Order Confirmation

    Quote Originally Posted by DrByte View Post
    The PayPal issue is a system bug on the PayPal end, which was resolved this morning: http://www.pdncommunity.com/pdn/blog...sage.uid=92385
    Does that mean we donot have to do anything on our side? Because I just received yet another duplicate order (5 min. ago ) .

    Thank you!

 

 
Page 6 of 14 FirstFirst ... 45678 ... LastLast

Similar Threads

  1. Replies: 3
    Last Post: 27 Apr 2015, 03:47 AM
  2. Duplicate order detection misidentifies orders as duplicates
    By Atash in forum Managing Customers and Orders
    Replies: 3
    Last Post: 21 Jan 2013, 12:37 PM
  3. No order details and duplicate orders??
    By sailsport1 in forum PayPal Website Payments Pro support
    Replies: 8
    Last Post: 6 Jun 2011, 09:06 PM
  4. Duplicate Order Confirmation Emails
    By chrismarie in forum General Questions
    Replies: 2
    Last Post: 15 Mar 2010, 05:02 PM
  5. Replies: 49
    Last Post: 23 Feb 2010, 08:52 PM

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR