Page 81 of 296 FirstFirst ... 3171798081828391131181 ... LastLast
Results 801 to 810 of 2956
  1. #801
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,342
    Plugin Contributions
    94

    Default Re: One-Page Checkout [Support Thread]

    The issue that @meksicus identified is due to the way that OPC (currently) manages the order's progress-to-submittal, since the full checkout_one page isn't re-rendered on a "simple" change to the shipping method.

    Because of that, the changes that s/he made to disable the cash payment-method when the shipping-method chosen was flat aren't being told of any change in shipping until the order is initially submitted. Once the order's submitted, the checks on the checkout_one_confirmation page kick in and the customer is redirected back to the main order-entry page.

    I'll need to think on this some and have opened an issue on the OPC's GitHub repository to track any changes: https://github.com/lat9/one_page_checkout/issues/127
    Last edited by lat9; 7 May 2018 at 06:58 PM. Reason: Include link to GitHub issue

  2. #802
    Join Date
    Jan 2007
    Posts
    1,483
    Plugin Contributions
    10

    Default Re: One-Page Checkout [Support Thread]

    I am trying this with the bootstrap template and really appreciate all of the work you have put into it, thanks so much for sharing this! Do you think it would make more sense from a user's POV to keep all of the input windows in the same place on the page so they don't have to scroll down to do the next inputs? If you don't agree, can you please tell me if it's doable and where I would look to edit the current behavior?

    Zen Cart and it's community are the best!!

  3. #803
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,342
    Plugin Contributions
    94

    Default Re: One-Page Checkout [Support Thread]

    @lankeeyankee, are you suggesting some kind of "auto-tabbing" or just a different layout of the information?

  4. #804
    Join Date
    Jan 2007
    Posts
    1,483
    Plugin Contributions
    10

    Default Re: One-Page Checkout [Support Thread]

    I mean when I am on the checkout page, guest checkout in this example, I fill in the contact info window and click save changes. It then opens the billing address window which on my 17" laptop is mostly "below the fold" and I have to scroll down the page to fill it in. It's just a small user experience adjustment if we can keep the modal boxes height-centered in the viewport on initial render no matter where they are on the page, or maybe cursor -centered if that is possible.

    I know I can just tab through the fields and it will keep scrolling the window up, but I think it might look better/be more "don't make me think" if it was all in view.

    Name:  screen.jpg
Views: 161
Size:  34.2 KB
    Last edited by lankeeyankee; 8 May 2018 at 07:36 PM.

    Zen Cart and it's community are the best!!

  5. #805
    Join Date
    Dec 2009
    Location
    Amersfoort, The Netherlands
    Posts
    2,845
    Plugin Contributions
    25

    Default Re: One-Page Checkout [Support Thread]

    I have partially solved this, by moving the labels in front of the inputs
    Quote Originally Posted by lankeeyankee View Post
    I mean when I am on the checkout page, guest checkout in this example, I fill in the contact info window and click save changes. It then opens the billing address window which on my 17" laptop is mostly "below the fold" and I have to scroll down the page to fill it in. It's just a small user experience adjustment if we can keep the modal boxes height-centered in the viewport on initial render no matter where they are on the page, or maybe cursor -centered if that is possible.

    I know I can just tab through the fields and it will keep scrolling the window up, but I think it might look better/be more "don't make me think" if it was all in view.

    Name:  screen.jpg
Views: 161
Size:  34.2 KB

  6. #806
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,342
    Plugin Contributions
    94

    Default Re: One-Page Checkout [Support Thread]

    @lankeeyankee and @Design75, thanks for the update. That gives me "focus"!

  7. #807
    Join Date
    Feb 2010
    Posts
    2,159
    Plugin Contributions
    17

    Default Re: One-Page Checkout [Support Thread]

    Quote Originally Posted by lankeeyankee View Post
    I mean when I am on the checkout page, guest checkout in this example, I fill in the contact info window and click save changes. It then opens the billing address window which on my 17" laptop is mostly "below the fold" and I have to scroll down the page to fill it in. It's just a small user experience adjustment if we can keep the modal boxes height-centered in the viewport on initial render no matter where they are on the page, or maybe cursor -centered if that is possible.

    I know I can just tab through the fields and it will keep scrolling the window up, but I think it might look better/be more "don't make me think" if it was all in view.

    Name:  screen.jpg
Views: 161
Size:  34.2 KB
    Could use jquery

    Code:
    $(window).load(function(){
        $('html, body').animate({
            scrollTop: $('.opc-view .card-header').offset().top
        }, 'slow');
    });
    This of course would assume your using the ZCA Bootstrap Template with OPC overrides.

  8. #808
    Join Date
    Jan 2007
    Posts
    1,483
    Plugin Contributions
    10

    Default Re: One-Page Checkout [Support Thread]

    Quote Originally Posted by rbarbour View Post
    Could use jquery

    Code:
    $(window).load(function(){
        $('html, body').animate({
            scrollTop: $('.opc-view .card-header').offset().top
        }, 'slow');
    });
    This of course would assume your using the ZCA Bootstrap Template with OPC overrides.
    Nice one, thanks a lot! Works perfectly (with ZCABST and OPC). I put it in includes/modules/pages/checkout_one/jscript_main.php.

    Zen Cart and it's community are the best!!

  9. #809
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,342
    Plugin Contributions
    94

    Default Re: One-Page Checkout [Support Thread]

    Quote Originally Posted by lankeeyankee View Post
    Nice one, thanks a lot! Works perfectly (with ZCABST and OPC). I put it in includes/modules/pages/checkout_one/jscript_main.php.
    Please note that the change above could cause issues when updating OPC, since the overall change that I'm looking at involves a similar jQuery change but imbedded in its loaded jquery module.

  10. #810
    Join Date
    Jan 2007
    Posts
    1,483
    Plugin Contributions
    10

    Default Re: One-Page Checkout [Support Thread]

    I can confirm that so far with initial testing, OPC works with Ceon Advanced Shipper (woohoo!!)

    Zen Cart and it's community are the best!!

 

 

Similar Threads

  1. Set number of products displayed per page (support thread)
    By yellow1912 in forum All Other Contributions/Addons
    Replies: 146
    Last Post: 2 Nov 2023, 12:50 AM
  2. v151 Banners In Main Page - Support Thread
    By stevesh in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 18 Sep 2021, 03:36 PM
  3. v151 Site Map/Page Not Found: Combined [Support Thread]
    By lat9 in forum All Other Contributions/Addons
    Replies: 7
    Last Post: 4 Jan 2016, 02:19 PM
  4. v151 PayPal Express Checkout Using NVP 84.0 [Support Thread]
    By lat9 in forum Addon Payment Modules
    Replies: 32
    Last Post: 28 Dec 2015, 04:54 PM
  5. Checkout Amazon Style -- Support Thread
    By CJPinder in forum All Other Contributions/Addons
    Replies: 72
    Last Post: 13 Apr 2011, 08:18 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