Page 267 of 296 FirstFirst ... 167217257265266267268269277 ... LastLast
Results 2,661 to 2,670 of 2956
  1. #2661
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,350
    Plugin Contributions
    94

    Default Re: One-Page Checkout [Support Thread]

    Same issue, different line. Change line 290 to
    Code:
                       'state' => ($order->delivery['country']['id'] != '' ? zen_get_zone_code((int)$order->delivery['country']['id'], (int)$order->delivery['zone_id'], $order->delivery['state']) : zen_get_zone_code((int)$order->billing['country']['id'], (int)$order->billing['zone_id'], $order->billing['state'])),

  2. #2662
    Join Date
    Aug 2023
    Location
    UK
    Posts
    9
    Plugin Contributions
    0

    Default Re: One-Page Checkout [Support Thread]

    la9 - I am pleased to report that the second line of code changes you provided to alter line 290 of payment/paypal.php has RESOLVED the issue and the guest checkout is now working fine. Looks like adding the (int) code to both lines 275 and 290 will sort this issue quite easily in future releases.

    Thank you so much for your indulgence in getting this working for me.. One of the downsides of Zen Cart (for me) was always the over long checkout process. Last time I used Zen it was the COWOA checkout, but this OPC guest checkout was the final obstacle to me returning to Zen full time. All sorted now - thank you.!!

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

    Default Re: One-Page Checkout [Support Thread]

    Quote Originally Posted by PlanetDesign View Post
    la9 - I am pleased to report that the second line of code changes you provided to alter line 290 of payment/paypal.php has RESOLVED the issue and the guest checkout is now working fine. Looks like adding the (int) code to both lines 275 and 290 will sort this issue quite easily in future releases.

    Thank you so much for your indulgence in getting this working for me.. One of the downsides of Zen Cart (for me) was always the over long checkout process. Last time I used Zen it was the COWOA checkout, but this OPC guest checkout was the final obstacle to me returning to Zen full time. All sorted now - thank you.!!
    Glad to have you back, @PlanetDesign!

  4. #2664
    Join Date
    Jul 2007
    Posts
    8
    Plugin Contributions
    0

    Default Re: One-Page Checkout [Support Thread]

    Hi,
    I am using Responsive Classic.
    No additional modules used.

    I have only tried to change some setting in the configuration of OPC.
    May be the problem is on thhis settings:
    Payment Methods Requiring Confirmation - I have changed only for payment method that I am using

    From the name of the settinh I expect there must be only payment method tha I will to confirm.

    thank you Dalibor

  5. #2665
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,350
    Plugin Contributions
    94

    Default Re: One-Page Checkout [Support Thread]

    Quote Originally Posted by Borek View Post
    Hi,
    I am using Responsive Classic.
    No additional modules used.

    I have only tried to change some setting in the configuration of OPC.
    May be the problem is on thhis settings:
    Payment Methods Requiring Confirmation - I have changed only for payment method that I am using

    From the name of the settinh I expect there must be only payment method tha I will to confirm.

    thank you Dalibor
    You can identify multiple payment methods that require the customer's confirmation prior to submitting the order, as identified in that setting's description:

    Identify (using a comma-separated list) the payment modules on your store that require confirmation.

    Please note that some payment methods, e.g. the default eway_rapid,stripepay,gps, require confirmation due to the way that they handle the payments but you can identify any payment method (like moneyorder) as requiring customer-confirmation prior to placing the order. That adds another step to your site's checkout process.

  6. #2666
    Join Date
    Apr 2019
    Posts
    292
    Plugin Contributions
    0

    Default Re: One-Page Checkout [Support Thread]

    Quote Originally Posted by lat9 View Post
    v2.4.6 of One-Page Checkout is now available for download: https://www.zen-cart.com/downloads.php?do=file&id=2095

    This release contains changes associated with the following GitHub issues:

    #370: Remove PHP user-errors logged, attempt to recover from any environmental issue instead.
    #372: Correct checkout-loop by interpreting ## characters as spaces.
    #374: Use window.location.replace to emulate page redirects.
    #375: zc158a: Change in zen_get_zone_code parameters causes Fatal PHP error.
    #376: Correct guest-checkout interaction with PPEC's Shortcut button.
    #379: Correct PHP Warnings logged when Configuration :: Customer Details :: State is set to 'false'.
    #380: Browser pre-fill of credit-cart or address information results in address sections activating when they shouldn't.
    #381: Correct "Invalid form control, element not visible" console-logs; required for square_webPay users.
    #382: Correct spelling of 'cursor' (was 'curser') in the checkout_one.css file.
    Hi @lat9, my live site just updated to the 2.4.6 version and it worked smoothly. Thanks for your contribution!

  7. #2667
    Join Date
    Jun 2011
    Posts
    83
    Plugin Contributions
    0

    Default Re: One-Page Checkout [Support Thread]

    Quote Originally Posted by lat9 View Post
    Thanks for the report back that it's not OPC, @brian70809! Out of interest, what payment method and order-totals are "in play" for this order that takes a long time to record?
    Payment Method is Invoice or Square WebPay... Invoice module is from our Plugins section.

    Order-totals - this may be what is causing my delays?
    ot_group_pricing
    ot_local_sales_tax (I have no choice.. Louisiana is complicated)
    ot_shipping
    ot_subtotal
    ot_tax
    ot_total

  8. #2668
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,350
    Plugin Contributions
    94

    Default Re: One-Page Checkout [Support Thread]

    Quote Originally Posted by brian70809 View Post
    Payment Method is Invoice or Square WebPay... Invoice module is from our Plugins section.

    Order-totals - this may be what is causing my delays?
    ot_group_pricing
    ot_local_sales_tax (I have no choice.. Louisiana is complicated)
    ot_shipping
    ot_subtotal
    ot_tax
    ot_total
    If a similar delay occurs when you use either payment method, then the most likely suspect is the "Local Sales Tax" order-total. Taxes anymore are complicated wherever you're collecting them!

  9. #2669
    Join Date
    Nov 2005
    Location
    los angeles
    Posts
    2,842
    Plugin Contributions
    11

    Default Re: One-Page Checkout [Support Thread]

    Quote Originally Posted by lat9 View Post
    If a similar delay occurs when you use either payment method, then the most likely suspect is the "Local Sales Tax" order-total. Taxes anymore are complicated wherever you're collecting them!
    i'm putting my money on square webPay. see this post.

    i could be wrong.
    author of square Webpay.
    mxWorks now has Apple Pay and Google Pay. donations: venmo or paypal accepted.
    premium consistent excellent support. available for hire.

  10. #2670
    Join Date
    Feb 2016
    Location
    Canada
    Posts
    186
    Plugin Contributions
    0

    Default Re: One-Page Checkout [Support Thread]

    Thanks Brian70809, have you made any progress with this issue?

 

 

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