Page 235 of 282 FirstFirst ... 135185225233234235236237245 ... LastLast
Results 2,341 to 2,350 of 2817
  1. #2341
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,531
    Plugin Contributions
    88

    Default Re: One-Page Checkout [Support Thread]

    Quote Originally Posted by gtgeorge View Post
    Was this issue corrected? I recently installed version 2.4.1 and still experience this issue.
    FWIW, noting that the previously-reported issue was in this (https://www.zen-cart.com/showthread....25#post1387125) posting.

    I've not yet had a chance to reproduce, hopefully in the next few days.

  2. #2342
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,531
    Plugin Contributions
    88

    Default Re: One-Page Checkout [Support Thread]

    Quote Originally Posted by lolwaut View Post
    A customer has reported a bug:

    When credit card information is entered on the OPC page then a coupon is subsequently applied to the order, OPC clears the payment information (CC# etc) from the payment section. The customer has to then re-enter the payment information.

    A workaround to this would be to put the DISCOUNT COUPON section before the payment section. This would eliminate most instances of this happening since the customer would TYPICALLY apply the coupon before entering their payment info, if the coupon section preceded the payment section.

    But, the better fix would be to not have it happen at all.

    Can I report this as a bug?
    You can make a template-override version of /includes/templates/template_default/templates/tpl_checkout_one_default.php to re-arrange the various elements of that page and move the coupon/gift-voucher element before the payment information.

    Since the credit-card information is sensitive, it's not passed back-and-forth between the data-entry page (checkout_one) and its associated confirmation page (checkout_one_confirmation) and the confirmation page is where the coupon/gv handling determines whether/not the information entered is valid.

  3. #2343
    Join Date
    Dec 2010
    Posts
    142
    Plugin Contributions
    0

    Default Re: One-Page Checkout [Support Thread]

    Quote Originally Posted by lat9 View Post
    You can make a template-override version of /includes/templates/template_default/templates/tpl_checkout_one_default.php to re-arrange the various elements of that page and move the coupon/gift-voucher element before the payment information.

    Since the credit-card information is sensitive, it's not passed back-and-forth between the data-entry page (checkout_one) and its associated confirmation page (checkout_one_confirmation) and the confirmation page is where the coupon/gv handling determines whether/not the information entered is valid.
    Thank you. Does it make sense for you to incorporate this change in a future update?

  4. #2344
    Join Date
    Sep 2008
    Location
    Cleethorpes
    Posts
    1,227
    Plugin Contributions
    6

    red flag Re: One-Page Checkout [Support Thread]

    Quote Originally Posted by lat9 View Post
    A "standard" OPC installation displays a gif during the order processing. Perhaps you don't have /includes/templates/template_default/images/confirmation_one_loading.gif?
    This seems slightly better in 2.4.2, however still lags a bit on Square.

    The confirmation_one_loading.gif loads and did on the previous install which was 2.4.0, however when the screen greys and then loads the gif there is a bit of a delay. It is the grey overlay screen just before the loading gif loads. It hangs a little, but like I said seems better in 2.4.2. I have had customers say they have got stuck on the greyed out screen just before the loading gif loads. It obviously depends on their internet connection as well. But if it hangs for a while then they are liable to click off it. The ideal solution would be to make it quicker somehow. However another solution would be to apply a message on the grey overlay screen saying 'Please Wait, your payment is processing' before the loading gif loads. Then they are less likely to click off.
    Nick Smith - Venture Design and Print
    https://venturedesignandprint.co.uk

  5. #2345
    Join Date
    Apr 2019
    Posts
    245
    Plugin Contributions
    0

    Default Re: One-Page Checkout [Support Thread]

    Hi @lat9, thanks for your reply. Under this directory, I can only find "tpl_ajax_checkout_confirmation_default.php" but not "tpl_ajax_checkout_confirmation.php". Anyway this file is unchanged.

    This duplicated order issue is still rare to happen on my end. I suspected that it might be related to the slow site/plug-in. But anyway I will report if it goes worse. I will add a note asking the customer to click the "submit order" button just once. Maybe it will help.


    Thanks again.

  6. #2346
    Join Date
    Mar 2005
    Posts
    58
    Plugin Contributions
    0

    Default Re: One-Page Checkout [Support Thread]

    Actually you stated you were able to reproduce it in post:

    https://www.zen-cart.com/showthread....95#post1387195

    And then posted:

    https://www.zen-cart.com/showthread....66#post1387566


    The issue was addressed on github and I thought fixed unless I misunderstand?

    https://github.com/lat9/one_page_checkout/issues/314

  7. #2347
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,531
    Plugin Contributions
    88

    Default Re: One-Page Checkout [Support Thread]

    Quote Originally Posted by gtgeorge View Post
    Actually you stated you were able to reproduce it in post:

    https://www.zen-cart.com/showthread....95#post1387195

    And then posted:

    https://www.zen-cart.com/showthread....66#post1387566


    The issue was addressed on github and I thought fixed unless I misunderstand?

    https://github.com/lat9/one_page_checkout/issues/314
    It's been a long couple of months ... in what way does the issue persist on your site?

  8. #2348
    Join Date
    Apr 2019
    Posts
    245
    Plugin Contributions
    0

    Default Re: One-Page Checkout [Support Thread]

    Hi @lat9, I gathered some information for the recent duplicated orders after OPC is installed:

    Example 1:
    Paypaldp
    fedexwebservices

    Order placed time:
    06/23/2022 11:37:35
    06/23/2022 11:37:36
    06/23/2022 11:37:37

    These orders are not marked as guest-checkout
    Domestic shipping address

    Example 2:
    Paypaldp
    fedexwebservices

    Order placed time:
    06/22/2022 19:59:29
    06/22/2022 19:59:30

    These orders are not marked as guest-checkout
    International shipping address

    Example 3:
    Paypaldp
    fedexwebservices

    Order placed time:
    06/02/2022 17:27:30
    06/02/2022 17:27:31
    06/02/2022 17:27:31

    These orders are marked as guest-checkout
    Domestic shipping address

    So it looks like the duplicated order only occurs when the customer is paid by credit card (paypaldp) and selected FedEx shipping method (which takes a little bit longer time to load than USPS).

    Do you think increasing AJAX timeout time will help? Currently it is set to 5s by default.

  9. #2349
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,531
    Plugin Contributions
    88

    Default Re: One-Page Checkout [Support Thread]

    Quote Originally Posted by njcyx View Post
    Hi @lat9, I gathered some information for the recent duplicated orders after OPC is installed:

    Example 1:
    Paypaldp
    fedexwebservices

    Order placed time:
    06/23/2022 11:37:35
    06/23/2022 11:37:36
    06/23/2022 11:37:37

    These orders are not marked as guest-checkout
    Domestic shipping address

    Example 2:
    Paypaldp
    fedexwebservices

    Order placed time:
    06/22/2022 19:59:29
    06/22/2022 19:59:30

    These orders are not marked as guest-checkout
    International shipping address

    Example 3:
    Paypaldp
    fedexwebservices

    Order placed time:
    06/02/2022 17:27:30
    06/02/2022 17:27:31
    06/02/2022 17:27:31

    These orders are marked as guest-checkout
    Domestic shipping address

    So it looks like the duplicated order only occurs when the customer is paid by credit card (paypaldp) and selected FedEx shipping method (which takes a little bit longer time to load than USPS).

    Do you think increasing AJAX timeout time will help? Currently it is set to 5s by default.
    Increasing that AJAX timeout might help, but without understanding the underlying cause of the duplicates, it's a patch at best. Where did you find that fedexwebservices shipping method?

  10. #2350
    Join Date
    Apr 2019
    Posts
    245
    Plugin Contributions
    0

    Default Re: One-Page Checkout [Support Thread]

    Quote Originally Posted by lat9 View Post
    Increasing that AJAX timeout might help, but without understanding the underlying cause of the duplicates, it's a patch at best. Where did you find that fedexwebservices shipping method?
    Hi @lat9, thanks for your reply.

    I just increased this time from 5s to 6s and see how it works.

    I downloaded the latest FedEx plug-in from numinix. I'm using v1.8.1 now.

    https://www.numinix.com/zen-cart-plu...vices-shipping

    I checked my server log and my site updated the latest fedex module on May 18, 2022. I installed the latest OPC back on my site on June 2, 2022. Actually the duplicated order issue is started on June 2, 2022. No issues between May 18 and June 2.

    I updated my site to 1.57d on April 18, so my paypaldp module got updated at that time.

 

 

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