
Originally Posted by
linuxguy2
I'll get the changes from github and test.
Thank You very much for your time and expertise!
You Guy's ROCK!
Tested with "Guest Checkout" FALSE and tried several different settings.
Used the base order.php file
The one in the plugin caused problems.
Set Payment to "Money Order" and Shipping to "Flat".
Then I had to have "Free Charger" and "Store Pickup" enabled before I did not get the below notices.
Is there another way to disable the "free" stuff in Admin because when I disabled them in the (Admin Modules) Payment and Shipping I got these errors.
Disabled Free Charger error
Code:
[27-Feb-2019 21:22:25 UTC] PHP Notice: Undefined index: configuration_value in /home/pc/public_html/156a/includes/functions/functions_lookups.php on line 558
Disabled Store Pickup error
Code:
[27-Feb-2019 21:22:25 UTC] PHP Notice: Undefined index: tax in /home/pc/public_html/156a/includes/templates/template_default/templates/tpl_modules_checkout_one_shipping.php on line 34
Also under certain settings these defines in "checkout_one_extra_definitions.php" show a warning as already defined in another place/file
Code:
define('FREE_SHIPPING_TITLE', 'Free Shipping');
define('FREE_SHIPPING_DESCRIPTION', 'Free shipping for orders over %s');
If I use the order.php from the plugin I get these errors
Code:
[27-Feb-2019 22:36:38 UTC] PHP Notice: Undefined index: in /home/pc/public_html/156a/includes/classes/order.php on line 354
[27-Feb-2019 22:36:38 UTC] PHP Notice: Trying to get property 'title' of non-object in /home/pc/public_html/156a/includes/classes/order.php on line 354
[27-Feb-2019 22:36:38 UTC] PHP Notice: Undefined index: in /home/pc/public_html/156a/includes/classes/order.php on line 355
[27-Feb-2019 22:36:38 UTC] PHP Notice: Trying to get property 'code' of non-object in /home/pc/public_html/156a/includes/classes/order.php on line 355
[27-Feb-2019 22:36:38 UTC] PHP Notice: Undefined variable: coupon_code in /home/pc/public_html/156a/includes/classes/order.php on line 356
[27-Feb-2019 22:36:38 UTC] PHP Notice: Trying to get property 'fields' of non-object in /home/pc/public_html/156a/includes/classes/order.php on line 356
[27-Feb-2019 22:36:38 UTC] PHP Notice: Undefined index: shipping in /home/pc/public_html/156a/includes/classes/order.php on line 363
Thanks,