Page 1 of 2 12 LastLast
Results 1 to 10 of 3052

Hybrid View

  1. #1
    Join Date
    Jan 2011
    Location
    Adelaide, Australia
    Posts
    1,673
    Plugin Contributions
    1

    Default Re: One-Page Checkout [Support Thread]

    Quote Originally Posted by lat9 View Post
    I've created a GitHub issue (https://github.com/lat9/one_page_checkout/issues/203) to track the changes for this unwanted behavior, which affects all payment methods that 'collect credit cart information on-site'.

    The jist is that for this processing, the call to the zcAjaxPayment processing to initiate that confirmation sends back some jQuery to be run at document ready. The OPC AJAX was being too quick with its form-submission so that the payment-method processing wasn't being run.

    The correction is to (a) ensure that the payment methods' jQuery runs on the ajaxComplete event and (b) stage OPC's form-submittal to the end of the ajaxComplete event.
    Thank you so much Cindy for the fix - very much appreciated.

    cheers,
    Mike

  2. #2
    Join Date
    Aug 2009
    Location
    North Idaho, USA
    Posts
    2,008
    Plugin Contributions
    1

    Default Re: One-Page Checkout [Support Thread]

    OPC 2.1.1 installed in zc 156b

    Not losing any sleep here because still playing in the sandbox.

    Guest checkout
    Item purchased: FREE downloadable file
    Step through checkout with email address, phone, etc.
    Payment selection is a bit confusing showing credit cards and a line for free order but no radio button.
    Click image for larger version. 

Name:	OPCfreedownload.jpg 
Views:	177 
Size:	10.8 KB 
ID:	18524
    Complete the checkout process.

    Success screen as expected for a normal checkout with a link to the downloadable file(s) which functions as expected.

    The comment about
    You can also download your products at a later time at 'My Account'
    is on the screen. That is really an impossibility, isn't it?

    If the checkout success screen is exited without paying attention to the link, how does a customer get to the download file at a later date?

    I think this might be a 'haven't thought about that moment' or a Rick forgot to take his nap moment.
    Rick
    RixStix (dot) com
    aka: ChainWeavers (dot) com

  3. #3
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,942
    Plugin Contributions
    96

    Default Re: One-Page Checkout [Support Thread]

    If the customer checked out as a guest, they can access their download via the orders_status page. I'll see what's going on with the scenario you posed (i.e. a checkout with a free download) later today.

  4. #4
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,942
    Plugin Contributions
    96

    Default Re: One-Page Checkout [Support Thread]

    Quote Originally Posted by lat9 View Post
    If the customer checked out as a guest, they can access their download via the orders_status page. I'll see what's going on with the scenario you posed (i.e. a checkout with a free download) later today.
    When I checked-out a Sample of Document Product Type using Guest Checkout, the text on the checkout_success page reads:
    Code:
    You can view the status of this order by going to the Order Status page and supplying this order number and your email address.
    Please direct any questions to customer service.
    That text is defined in /includes/languages/english/checkout_success_guest.php (or overridden in YOUR_TEMPLATE) and is displayed by the tpl_checkout_success_guest.php file, present in /template_default but possibly overridden by YOUR_TEMPLATE.

  5. #5
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,942
    Plugin Contributions
    96

    Default Re: One-Page Checkout [Support Thread]

    I've just submitted v2.1.2 to the Zen Cart moderators for review and will post back when it's available for download.

    This release contains changes associated with the following GitHub issues:


    #201: Virtual orders can't be checked out; correct the root-cause, not the symptom.
    #202: Correct PHP Notice on checkout_success after guest-checkout.
    #203: Correct integration with payment methods that "collect credit-card data onsite".

  6. #6
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,942
    Plugin Contributions
    96

    Default Re: One-Page Checkout [Support Thread]

    Quote Originally Posted by lat9 View Post
    I've just submitted v2.1.2 to the Zen Cart moderators for review and will post back when it's available for download.

    This release contains changes associated with the following GitHub issues:


    #201: Virtual orders can't be checked out; correct the root-cause, not the symptom.
    #202: Correct PHP Notice on checkout_success after guest-checkout.
    #203: Correct integration with payment methods that "collect credit-card data onsite".
    Now available for download!

  7. #7
    Join Date
    Aug 2009
    Location
    North Idaho, USA
    Posts
    2,008
    Plugin Contributions
    1

    Default Re: One-Page Checkout [Support Thread]

    Thanks Cindy,

    I did find the new checkout success page for guest.
    I've never seen a link to an order status page anywhere other than on the checkout success page which makes it difficult later. Maybe there's a link in the email confirmation. Regardless, I'm sorry to stir the nest with questions that I could have/should have answered myself.
    Rick
    RixStix (dot) com
    aka: ChainWeavers (dot) com

  8. #8
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,942
    Plugin Contributions
    96

    Default Re: One-Page Checkout [Support Thread]

    Quote Originally Posted by RixStix View Post
    Thanks Cindy,

    I did find the new checkout success page for guest.
    I've never seen a link to an order status page anywhere other than on the checkout success page which makes it difficult later. Maybe there's a link in the email confirmation. Regardless, I'm sorry to stir the nest with questions that I could have/should have answered myself.
    OPC comes with an 'Orders Status' sidebox which not-logged-in customers can use to lookup their previous orders. The text associated with 'where to find my order's history' is also slightly modified for guest-checkout, pointing them to the orders_status page rather than to their (non-existing) account!

  9. #9
    Join Date
    Aug 2009
    Location
    North Idaho, USA
    Posts
    2,008
    Plugin Contributions
    1

    Default Re: One-Page Checkout [Support Thread]

    TNX again Cindy

    I'll have a look at the OPC docs to figure out the where and how to enable that sidebox (or what I did wrong).

    Have a good 4th
    Rick
    RixStix (dot) com
    aka: ChainWeavers (dot) com

  10. #10
    Join Date
    Aug 2009
    Location
    North Idaho, USA
    Posts
    2,008
    Plugin Contributions
    1

    Default Re: One-Page Checkout [Support Thread]

    Quote Originally Posted by lat9 View Post
    OPC comes with an 'Orders Status' sidebox which not-logged-in customers can use to lookup their previous orders. The text associated with 'where to find my order's history' is also slightly modified for guest-checkout, pointing them to the orders_status page rather than to their (non-existing) account!
    I hope this is not a snake (or at least not a poisonous one) but I have yet to find an Orders Status sidebox to enable. Can you give me a hint?
    Rick
    RixStix (dot) com
    aka: ChainWeavers (dot) com

 

 
Page 1 of 2 12 LastLast

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

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