USPS has the shop zone for shipping from and sales tax calculations.
When the Enable Shipping=Billing? is set to false, the system picks Store Pickup.
Could this be strictly do to the USPS setting or Price-LowToHigh?
USPS has the shop zone for shipping from and sales tax calculations.
When the Enable Shipping=Billing? is set to false, the system picks Store Pickup.
Could this be strictly do to the USPS setting or Price-LowToHigh?
A little help with colors.
myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
Free SSL & Domain with semi-annual and longer hosting. Updating 1.5.2 and Up.
See this (https://github.com/lat9/one_page_checkout/issues/353) GitHub issue for the resolution; correction forthcoming on OPC v2.4.3.
I've just submitted v2.4.3 for the Zen Cart moderators' review and will post back here when it's available for download.
This release contains changes associated with the following GitHub issues:
#351: Date-of-birth redisplay doesn't work on some mobile devices.
#353: No shipping quotes returned during guest-checkout if 'Enable shipping=billing' is set to false.
Haven't seen this one before:
#1 checkout_one_observer->__construct() called at [/home/account/domains/mystore/public_html/includes/autoload_func.php:44]
#2 require(/home/account/domains/mystore/public_html/includes/autoload_func.php) called at [/home/account/domains/mystore/public_html/includes/application_top.php:222]
#3 require(/home/account/domains/mystore/public_html/includes/application_top.php) called at [/home/account/domains/mystore/public_html/index.php:25]
--> PHP Warning: Use of undefined constant WARNING_GUEST_NO_GCS - assumed 'WARNING_GUEST_NO_GCS' (this will throw an Error in a future version of PHP) in /home/account/domains/mystore/public_html/includes/classes/observers/class.checkout_one_observer.php on line 118.
Is the observer loaded before the language defs in extra_definitions are?
That Software Guy. My Store: Zen Cart Support
Available for hire - See my ad in Services
Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
Do you benefit from Zen Cart? Then please support the project.
Should be defined in includes/languages/english/extra_definitions/lang.checkout_one_extra_definitions.php of the latest version. No problems with any of our sites but, not all use GCs.
A little help with colors.
myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
Free SSL & Domain with semi-annual and longer hosting. Updating 1.5.2 and Up.
Now available for download: https://www.zen-cart.com/downloads.php?do=file&id=2095
Hi everyone,
It is important to have the guest customer agreed to rules before checking out, Terms and Conditions , and Privacy Notice.
Admin->Configuration -> Regulations
When I set the Regulations to True, then in OPC , the guest customer cannot check out and it falls in a loop of asking to confirm again and again.
I have to set them to false in order to have OPC working at checkout, while we need to make sure customer has agreed to the terms.
Please advise how to fix the issue. thank you.