The order.php has issues, when you click "Checkout" from the Shopping Cart page or refresh the checkout page it throws errors.
I have tested under several different conditions but my latest testing was a out-of-the-box install of 1.5.6a on PHP 7.2 with the default green classic template.
Added a couple products.
Payment module was Money Order
location was the default Florida state.
OPC debug set to FULL
Note: OPC order.php needs updating for 1.5.6a or more explanation as there are major differences from OPC order.php.
As far as I can tell all the files except order.php are very much the same as 1.5.6a
I tested with the following:
OPC order.php
Original order.php
MERGED order.php
All three tests post very similar PHP warnings.
Also note even though I've selected the green classic template in a couple cases it's looking in the responsive_classic template
myDEBUG-20190226-180718-210765-log
Code:
[26-Feb-2019 18:07:18 UTC] Request URI: /156a/index.php?main_page=checkout_one, IP address: 76.182.229.147
#1 require(/home/pc/public_html/156a/includes/modules/pages/checkout_one/header_php.php) called at [/home/pc/public_html/156a/index.php:36]
--> PHP Warning: count(): Parameter must be an array or an object that implements Countable in /home/pc/public_html/156a/includes/modules/pages/checkout_one/header_php.php on line 321.
[26-Feb-2019 18:07:18 UTC] Request URI: /156a/index.php?main_page=checkout_one, IP address: 76.182.229.147
#1 require(/home/pc/public_html/156a/includes/templates/template_default/templates/tpl_modules_opc_credit_selections.php) called at [/home/pc/public_html/156a/includes/templates/template_default/templates/tpl_checkout_one_default.php:67]
#2 require(/home/pc/public_html/156a/includes/templates/template_default/templates/tpl_checkout_one_default.php) called at [/home/pc/public_html/156a/includes/templates/responsive_classic/common/tpl_main_page.php:171]
#3 require(/home/pc/public_html/156a/includes/templates/responsive_classic/common/tpl_main_page.php) called at [/home/pc/public_html/156a/index.php:97]
--> PHP Warning: Invalid argument supplied for foreach() in /home/pc/public_html/156a/includes/templates/template_default/templates/tpl_modules_opc_credit_selections.php on line 44.
pc_com.php.error-log
Code:
[26-Feb-2019 18:07:18 UTC] PHP Notice: Undefined index: in /home/pc/public_html/156a/includes/classes/order.php on line 354
[26-Feb-2019 18:07:18 UTC] PHP Notice: Trying to get property 'title' of non-object in /home/pc/public_html/156a/includes/classes/order.php on line 354
[26-Feb-2019 18:07:18 UTC] PHP Notice: Undefined index: in /home/pc/public_html/156a/includes/classes/order.php on line 355
[26-Feb-2019 18:07:18 UTC] PHP Notice: Trying to get property 'code' of non-object in /home/pc/public_html/156a/includes/classes/order.php on line 355
[26-Feb-2019 18:07:18 UTC] PHP Notice: Undefined variable: coupon_code in /home/pc/public_html/156a/includes/classes/order.php on line 356
[26-Feb-2019 18:07:18 UTC] PHP Notice: Trying to get property 'fields' of non-object in /home/pc/public_html/156a/includes/classes/order.php on line 356
[26-Feb-2019 18:07:18 UTC] PHP Notice: Undefined index: shipping in /home/pc/public_html/156a/includes/classes/order.php on line 363
[26-Feb-2019 18:07:18 UTC] PHP Notice: Constant FREE_SHIPPING_TITLE already defined in /home/pc/public_html/156a/includes/languages/english/modules/order_total/ot_shipping.php on line 26
[26-Feb-2019 18:07:18 UTC] PHP Notice: Constant FREE_SHIPPING_DESCRIPTION already defined in /home/pc/public_html/156a/includes/languages/english/modules/order_total/ot_shipping.php on line 27
[26-Feb-2019 18:07:18 UTC] PHP Notice: Constant MODULE_ORDER_TOTAL_COUPON_HEADER already defined in /home/pc/public_html/156a/includes/languages/english/modules/order_total/ot_coupon.php on line 14
[26-Feb-2019 18:07:18 UTC] PHP Notice: Constant SHIPPING_NOT_INCLUDED already defined in /home/pc/public_html/156a/includes/languages/english/modules/order_total/ot_gv.php on line 13
[26-Feb-2019 18:07:18 UTC] PHP Notice: Constant TAX_NOT_INCLUDED already defined in /home/pc/public_html/156a/includes/languages/english/modules/order_total/ot_gv.php on line 14
[26-Feb-2019 18:07:18 UTC] PHP Notice: Undefined index: coupon_is_valid_for_sales in /home/pc/public_html/156a/includes/functions/functions_gvcoupons.php on line 113
[26-Feb-2019 18:07:18 UTC] PHP Notice: Undefined index: id in /home/pc/public_html/156a/includes/templates/template_default/templates/tpl_modules_opc_credit_selections.php on line 20
[26-Feb-2019 18:07:18 UTC] PHP Notice: Undefined index: id in /home/pc/public_html/156a/includes/templates/template_default/templates/tpl_modules_opc_credit_selections.php on line 43
[26-Feb-2019 18:07:18 UTC] PHP Notice: Undefined index: fields in /home/pc/public_html/156a/includes/templates/template_default/templates/tpl_modules_opc_credit_selections.php on line 44
[26-Feb-2019 18:07:18 UTC] PHP Notice: Undefined index: coupon_is_valid_for_sales in /home/pc/public_html/156a/includes/functions/functions_gvcoupons.php on line 113
Thank You for you time