Page 2 of 2 FirstFirst 12
Results 11 to 12 of 12
  1. #11
    Join Date
    Jan 2004
    Posts
    66,364
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: Page Scrolling Issues during Default Checkout?

    You can add either of the following to the very bottom of your tpl_ajax_checkout_confirmation_default.php file:

    Code:
    <script>
        $(document).ready(function () {
            $("html, body").animate({ scrollTop: 0 }, "fast");
        });
    </script>
    Code:
    <script>
        $(document).ready(function () {
            $(window).scrollTop(0);
        });
    </script>
    .

    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.

  2. #12
    Join Date
    Aug 2004
    Posts
    762
    Plugin Contributions
    0

    Default Re: Page Scrolling Issues during Default Checkout?

    Dr Byte - You're my HERO! That did it! Man, I was racking my brain over this one!

    It remains to be seen if this is the exact issue the customer is having, but either way, it definitely fixes a behavior that was no doubt causing some customer confusion when entering Credit Card information!

    Thank you so much for your excellent support, as always!
    - Jeff

 

 
Page 2 of 2 FirstFirst 12

Similar Threads

  1. Replies: 2
    Last Post: 17 Jun 2018, 03:30 PM
  2. Checkout blank page during checkout - authorize.net
    By gandalfsmith in forum General Questions
    Replies: 0
    Last Post: 6 Jan 2012, 09:05 PM
  3. Tax Calculation and Presentation issues during checkout
    By orange_juice in forum Currencies & Sales Taxes, VAT, GST, etc.
    Replies: 0
    Last Post: 1 Sep 2010, 10:21 AM
  4. Blank Page during Checkout
    By ThePatch in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 21 Aug 2007, 12:36 AM

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