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'])),
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.!!
Re: One-Page Checkout [Support Thread]
Quote:
Originally Posted by
PlanetDesign
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!
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
Re: One-Page Checkout [Support Thread]
Quote:
Originally Posted by
Borek
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.
Re: One-Page Checkout [Support Thread]
Quote:
Originally Posted by
lat9
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!
Re: One-Page Checkout [Support Thread]
Quote:
Originally Posted by
lat9
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
Re: One-Page Checkout [Support Thread]
Quote:
Originally Posted by
brian70809
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!
Re: One-Page Checkout [Support Thread]
Quote:
Originally Posted by
lat9
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.
Re: One-Page Checkout [Support Thread]
Thanks Brian70809, have you made any progress with this issue?