Page 4 of 4 FirstFirst ... 234
Results 31 to 35 of 35
  1. #31
    Join Date
    Nov 2005
    Location
    los angeles
    Posts
    2,915
    Plugin Contributions
    13

    Default Re: Order Confirmation Processing Block

    i would look for console errors. this fix makes use of javascript (jquery) to replace the button with an animated gif. if there is a problem loading any of the other jQuery files which results in a console error, then the replace statement would not get hit....

    you should be able to see the console errors in firebug.

    good luck!
    author of square Webpay.
    mxWorks now has Apple Pay and Google Pay. donations: venmo or paypal accepted.
    premium consistent excellent support. available for hire.

  2. #32
    Join Date
    Jun 2007
    Posts
    474
    Plugin Contributions
    2

    Default Re: Order Confirmation Processing Block

    Quote Originally Posted by carlwhat View Post
    i would look for console errors. this fix makes use of javascript (jquery) to replace the button with an animated gif. if there is a problem loading any of the other jQuery files which results in a console error, then the replace statement would not get hit....

    you should be able to see the console errors in firebug.

    good luck!
    I figured it out.

    I'm using the responsive_classic template.

    On mobile, this template switches to using includes/templates/responsive_classic/templates/tpl_ajax_checkout_confirmation_default.php

    That file didn't include the processing text, etc.

  3. #33
    Join Date
    Jan 2004
    Posts
    66,446
    Plugin Contributions
    81

    Default Re: Order Confirmation Processing Block

    Quote Originally Posted by lindasdd View Post
    I figured it out.

    I'm using the responsive_classic template.

    On mobile, this template switches to using includes/templates/responsive_classic/templates/tpl_ajax_checkout_confirmation_default.php

    That file didn't include the processing text, etc.
    Slight clarification. It's not a mobile-specific issue.

    When using a payment module that collects credit card numbers directly on your site, the store will use ajax to load the checkout-confirmation screen, instead of transmitting card data to/from your server. To do that it will load the tpl_ajax_checkout_confirmation_default.php instead of the usual tpl_checkout_confirmation_default.php.

    So, yes, if you manually customize one of those files you should apply the same customizations to both equally.
    .

    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. #34
    Join Date
    Jun 2007
    Posts
    474
    Plugin Contributions
    2

    Default Re: Order Confirmation Processing Block

    Quote Originally Posted by DrByte View Post
    Slight clarification. It's not a mobile-specific issue.

    When using a payment module that collects credit card numbers directly on your site, the store will use ajax to load the checkout-confirmation screen, instead of transmitting card data to/from your server. To do that it will load the tpl_ajax_checkout_confirmation_default.php instead of the usual tpl_checkout_confirmation_default.php.

    So, yes, if you manually customize one of those files you should apply the same customizations to both equally.
    Ok, that makes sense. Only issue is that now the fix detailed here https://www.zen-cart.com/showthread....00#post1314200

    doesn't seem to work when applied to the tpl_ajax_checkout_confirmation_default.php file.

    Is a different version of the code required? Does the Ajax file block Jscript from loading?

    I am getting a console error of 'ReferenceError: submitonce is not defined' and referencing the checkout_payment page.

  5. #35
    Join Date
    Jan 2004
    Posts
    66,446
    Plugin Contributions
    81

    Default Re: Order Confirmation Processing Block

    Oh ... ya, there's probably an issue there, since it's javascript/ajax that's loading the page in the first place, and it won't cause the extra javascript to run automatically ... and might not even be designed to properly pass thru javascript code without breaking the quotes. (Haven't looked at the code for that problem yet)
    .

    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.

 

 
Page 4 of 4 FirstFirst ... 234

Similar Threads

  1. Duplicate Orders/Order Confirmation
    By Beer_man in forum Managing Customers and Orders
    Replies: 130
    Last Post: 16 Sep 2017, 07:10 PM
  2. v150 v1.5 Duplicate order processing at certain times of the day
    By NWCE in forum Built-in Shipping and Payment Modules
    Replies: 1
    Last Post: 24 Sep 2013, 12:10 AM
  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

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