I looked at the GitHub post and did the suggested change. now error #1 says this...
Code:
[05-Jun-2019 10:45:41 America/Chicago] PHP Notice: Undefined index: country_id in /home/goodiesbygail/public_html/NewStorey/includes/modules/order_total/ot_shipping.php on line 29


Also the really long debug message #2 was there too. I have a fake account I use for testing.
Code:
<p>2019-06-05 10:45:41 checkout_one: CHECKOUT_ONE_ENTRY, version (2.1.0 (2019-04-07)), Zen Cart version (1.5.6b), template (magic)<br />
2019-06-05 10:45:41 OnePageCheckout: startGuestOnePageCheckout, exit: sendto: , billto: 1236OnePageCheckout::__set_state(array(<br />
'isGuestCheckoutEnabled' =&gt; false,<br />
'registeredAccounts' =&gt; false,<br />
'guestIsActive' =&gt; false,<br />
'isEnabled' =&gt; true,<br />
'tempAddressValues' =&gt;<br />
array (<br />
'ship' =&gt;<br />
array (<br />
'gender' =&gt; '',<br />
'company' =&gt; '',<br />
'firstname' =&gt; '',<br />
'lastname' =&gt; '',<br />
'street_address' =&gt; '',<br />
'suburb' =&gt; '',<br />
'city' =&gt; '',<br />
'postcode' =&gt; '',<br />
'state' =&gt; '',<br />
'country' =&gt; 223,<br />
'zone_id' =&gt; 0,<br />
'zone_name' =&gt; '',<br />
'address_book_id' =&gt; 0,<br />
'selected_country' =&gt; 223,<br />
'country_has_zones' =&gt; true,<br />
'state_field_label' =&gt; '',<br />
'show_pulldown_states' =&gt; true,<br />
'error' =&gt; false,<br />
'error_state_input' =&gt; false,<br />
'validated' =&gt; false,<br />
),<br />
'bill' =&gt;<br />
array (<br />
'gender' =&gt; '',<br />
'company' =&gt; '',<br />
'firstname' =&gt; '',<br />
'lastname' =&gt; '',<br />
'street_address' =&gt; '',<br />
'suburb' =&gt; '',<br />
'city' =&gt; '',<br />
'postcode' =&gt; '',<br />
'state' =&gt; '',<br />
'country' =&gt; 223,<br />
'zone_id' =&gt; 0,<br />
'zone_name' =&gt; '',<br />
'address_book_id' =&gt; 0,<br />
'selected_country' =&gt; 223,<br />
'country_has_zones' =&gt; true,<br />
'state_field_label' =&gt; '',<br />
'show_pulldown_states' =&gt; true,<br />
'error' =&gt; false,<br />
'error_state_input' =&gt; false,<br />
'validated' =&gt; false,<br />
),<br />
),<br />
'guestCustomerInfo' =&gt; NULL,<br />
'guestCustomerId' =&gt; 6428,<br />
'tempBilltoAddressBookId' =&gt; 6606,<br />
'tempSendtoAddressBookId' =&gt; 6607,<br />
'dbStringType' =&gt; 'stringIgnoreNull',<br />
'customerInfoOk' =&gt; NULL,<br />
'billtoTempAddrOk' =&gt; NULL,<br />
'sendtoTempAddrOk' =&gt; NULL,<br />
'isVirtualOrder' =&gt; true,<br />
'billtoAddressChangeable' =&gt; true,<br />
'sendtoAddressChangeable' =&gt; true,<br />
))<br />
2019-06-05 10:45:41 OnePageCheckout: isOrderFreeShipping(), address_book_id = -1, order_country = -1, returning ().<br />
2019-06-05 10:45:41 OnePageCheckout: updateOrderAddresses, on entry:order::__set_state(array(<br />
'info' =&gt;<br />
array (<br />
'order_status' =&gt; '1',<br />
'currency' =&gt; 'USD',<br />
'currency_value' =&gt; '1.00000000',<br />
'payment_method' =&gt; '',<br />
'payment_module_code' =&gt; '',<br />
'coupon_code' =&gt; '',<br />
'shipping_method' =&gt; 'FREE_SHIPPING_TITLE',<br />
'shipping_module_code' =&gt; 'free_free',<br />
'shipping_cost' =&gt; 0,<br />
'subtotal' =&gt; 0,<br />
'shipping_tax' =&gt; 0,<br />
'tax' =&gt; 0,<br />
'total' =&gt; 0,<br />
'tax_groups' =&gt;<br />
array (<br />
),<br />
'comments' =&gt; '',<br />
'ip_address' =&gt; '72.182.165.112 - 72.182.165.112',<br />
),<br />
'totals' =&gt;<br />
array (<br />
),<br />
'products' =&gt;<br />
array (<br />
),<br />
'customer' =&gt;<br />
array (<br />
'firstname' =&gt; 'Amethyst',<br />
'lastname' =&gt; 'Wilson',<br />
'company' =&gt; NULL,<br />
'street_address' =&gt; '2409 Bentley Dr.',<br />
'suburb' =&gt; '',<br />
'city' =&gt; 'Grand Prairie',<br />
'postcode' =&gt; '75052',<br />
'state' =&gt; 'Texas',<br />
'zone_id' =&gt; '57',<br />
'country' =&gt;<br />
array (<br />
'id' =&gt; '223',<br />
'title' =&gt; 'United States',<br />
'iso_code_2' =&gt; 'US',<br />
'iso_code_3' =&gt; 'USA',<br />
),<br />
'format_id' =&gt; 2,<br />
'telephone' =&gt; '',<br />
'email_address' =&gt; '[email protected]',<br />
),<br />
'delivery' =&gt;<br />
array (<br />
),<br />
'billing' =&gt;<br />
array (<br />
'firstname' =&gt; 'Amethyst',<br />
'lastname' =&gt; 'Wilson',<br />
'company' =&gt; NULL,<br />
'street_address' =&gt; '2409 Bentley Dr.',<br />
'suburb' =&gt; '',<br />
'city' =&gt; 'Grand Prairie',<br />
'postcode' =&gt; '75052',<br />
'state' =&gt; 'Texas',<br />
'zone_id' =&gt; '57',<br />
'country' =&gt;<br />
array (<br />
'id' =&gt; '223',<br />
'title' =&gt; 'United States',<br />
'iso_code_2' =&gt; 'US',<br />
'iso_code_3' =&gt; 'USA',<br />
),<br />
'country_id' =&gt; '223',<br />
'format_id' =&gt; 2,<br />
),<br />
'content_type' =&gt; 'virtual',<br />
'email_low_stock' =&gt; NULL,<br />
'products_ordered_attributes' =&gt; NULL,<br />
'products_ordered' =&gt; NULL,<br />
'products_ordered_email' =&gt; NULL,<br />
'products_ordered_html' =&gt; NULL,<br />
'attachArray' =&gt; NULL,<br />
'email_order_message' =&gt; NULL,<br />
'extra_header_text' =&gt; NULL,<br />
'doStockDecrement' =&gt; NULL,<br />
'send_low_stock_emails' =&gt; NULL,<br />
'queryReturnFlag' =&gt; NULL,<br />
'bestSellersUpdate' =&gt; NULL,<br />
'use_external_tax_handler_only' =&gt; NULL,<br />
'products_ordered_attributes_html' =&gt;<br />
array (<br />
),<br />
))OnePageCheckout::__set_state(array(<br />
'isGuestCheckoutEnabled' =&gt; false,<br />
'registeredAccounts' =&gt; false,<br />
'guestIsActive' =&gt; false,<br />
'isEnabled' =&gt; true,<br />
'tempAddressValues' =&gt;<br />
array (<br />
'ship' =&gt;<br />
array (<br />
'gender' =&gt; '',<br />
'company' =&gt; '',<br />
'firstname' =&gt; '',<br />
'lastname' =&gt; '',<br />
'street_address' =&gt; '',<br />
'suburb' =&gt; '',<br />
'city' =&gt; '',<br />
'postcode' =&gt; '',<br />
'state' =&gt; '',<br />
'country' =&gt; 223,<br />
'zone_id' =&gt; 0,<br />
'zone_name' =&gt; '',<br />
'address_book_id' =&gt; 0,<br />
'selected_country' =&gt; 223,<br />
'country_has_zones' =&gt; true,<br />
'state_field_label' =&gt; '',<br />
'show_pulldown_states' =&gt; true,<br />
'error' =&gt; false,<br />
'error_state_input' =&gt; false,<br />
'validated' =&gt; false,<br />
),<br />
'bill' =&gt;<br />
array (<br />
'gender' =&gt; '',<br />
'company' =&gt; '',<br />
'firstname' =&gt; '',<br />
'lastname' =&gt; '',<br />
'street_address' =&gt; '',<br />
'suburb' =&gt; '',<br />
'city' =&gt; '',<br />
'postcode' =&gt; '',<br />
'state' =&gt; '',<br />
'country' =&gt; 223,<br />
'zone_id' =&gt; 0,<br />
'zone_name' =&gt; '',<br />
'address_book_id' =&gt; 0,<br />
'selected_country' =&gt; 223,<br />
'country_has_zones' =&gt; true,<br />
'state_field_label' =&gt; '',<br />
'show_pulldown_states' =&gt; true,<br />
'error' =&gt; false,<br />
'error_state_input' =&gt; false,<br />
'validated' =&gt; false,<br />
),<br />
),<br />
'guestCustomerInfo' =&gt; NULL,<br />
'guestCustomerId' =&gt; 6428,<br />
'tempBilltoAddressBookId' =&gt; 6606,<br />
'tempSendtoAddressBookId' =&gt; 6607,<br />
'dbStringType' =&gt; 'stringIgnoreNull',<br />
'customerInfoOk' =&gt; NULL,<br />
'billtoTempAddrOk' =&gt; NULL,<br />
'sendtoTempAddrOk' =&gt; NULL,<br />
'isVirtualOrder' =&gt; true,<br />
'billtoAddressChangeable' =&gt; true,<br />
'sendtoAddressChangeable' =&gt; true,<br />
))<br />
2019-06-05 10:45:41 OnePageCheckout: Current sendto:<br />
2019-06-05 10:45:41 OnePageCheckout: updateOrderAddresses, , , 223, 57<br />
{&quot;firstname&quot;:&quot;Amethyst&quot;,&quot;lastname&quot;:&quot;Wilson&quot;,&quot;company&quot;:null,&quot;street_address&quot;:&quot;2409 Bentley Dr.&quot;,&quot;suburb&quot;:&quot;&quot;,&quot;city&quot;:&quot;Grand Prairie&quot;,&quot;postcode&quot;:&quot;75052&quot;,&quot;state&quot;:&quot;Texas&quot;,&quot;zone_id&quot;:&quot;57&quot;,&quot;country&quot;:{&quot;id&quot;:&quot;223&quot;,&quot;title&quot;:&quot;United States&quot;,&quot;iso_code_2&quot;:&quot;US&quot;,&quot;iso_code_3&quot;:&quot;USA&quot;},&quot;format_id&quot;:2,&quot;telephone&quot;:&quot;&quot;,&quot;email_address&quot;:&quot;[email protected]&quot;}<br />
{&quot;firstname&quot;:&quot;Amethyst&quot;,&quot;lastname&quot;:&quot;Wilson&quot;,&quot;company&quot;:null,&quot;street_address&quot;:&quot;2409 Bentley Dr.&quot;,&quot;suburb&quot;:&quot;&quot;,&quot;city&quot;:&quot;Grand Prairie&quot;,&quot;postcode&quot;:&quot;75052&quot;,&quot;state&quot;:&quot;Texas&quot;,&quot;zone_id&quot;:&quot;57&quot;,&quot;country&quot;:{&quot;id&quot;:&quot;223&quot;,&quot;title&quot;:&quot;United States&quot;,&quot;iso_code_2&quot;:&quot;US&quot;,&quot;iso_code_3&quot;:&quot;USA&quot;},&quot;country_id&quot;:&quot;223&quot;,&quot;format_id&quot;:2}<br />
[]<br />
2019-06-05 10:45:41 checkout_one: CHECKOUT_ONE_AFTER_SHIPPING_QUOTES<br />
array (<br />
'id' =&gt; 'free_free',<br />
'title' =&gt; 'FREE_SHIPPING_TITLE',<br />
'cost' =&gt; 0,<br />
)order::__set_state(array(<br />
'info' =&gt;<br />
array (<br />
'order_status' =&gt; '1',<br />
'currency' =&gt; 'USD',<br />
'currency_value' =&gt; '1.00000000',<br />
'payment_method' =&gt; '',<br />
'payment_module_code' =&gt; '',<br />
'coupon_code' =&gt; '',<br />
'shipping_method' =&gt; 'FREE_SHIPPING_TITLE',<br />
'shipping_module_code' =&gt; 'free_free',<br />
'shipping_cost' =&gt; 0,<br />
'subtotal' =&gt; 0.0,<br />
'shipping_tax' =&gt; 0,<br />
'tax' =&gt; 0.0,<br />
'total' =&gt; 0.0,<br />
'tax_groups' =&gt;<br />
array (<br />
'Sales Tax' =&gt; 0.0,<br />
),<br />
'comments' =&gt; '',<br />
'ip_address' =&gt; '72.182.165.112 - 72.182.165.112',<br />
),<br />
'totals' =&gt;<br />
array (<br />
),<br />
'products' =&gt;<br />
array (<br />
0 =&gt;<br />
array (<br />
'qty' =&gt; 1.0,<br />
'name' =&gt; '* May 2019 *',<br />
'model' =&gt; 'F',<br />
'tax_groups' =&gt;<br />
array (<br />
'Sales Tax' =&gt; 0,<br />
),<br />
'tax_description' =&gt; 'Sales Tax',<br />
'price' =&gt; '0.0000',<br />
'final_price' =&gt; 0.0,<br />
'onetime_charges' =&gt; 0,<br />
'weight' =&gt; 0,<br />
'products_priced_by_attribute' =&gt; '0',<br />
'product_is_free' =&gt; '0',<br />
'products_discount_type' =&gt; '0',<br />
'products_discount_type_from' =&gt; '0',<br />
'id' =&gt; '658:4848537101bc49281b020978345a2956',<br />
'rowClass' =&gt; 'rowEven',<br />
'products_weight' =&gt; 0.0,<br />
'products_virtual' =&gt; 0,<br />
'product_is_always_free_shipping' =&gt; 0,<br />
'products_quantity_order_min' =&gt; 1.0,<br />
'products_quantity_order_units' =&gt; 1.0,<br />
'products_quantity_order_max' =&gt; 1.0,<br />
'products_quantity_mixed' =&gt; 0,<br />
'products_mixed_discount_quantity' =&gt; 1,<br />
'tax' =&gt; 0,<br />
'customid' =&gt;<br />
array (<br />
'value' =&gt; 'F',<br />
'type' =&gt; 'none',<br />
),<br />
'attributes' =&gt;<br />
array (<br />
0 =&gt;<br />
array (<br />
'option' =&gt; 'Format &amp; Sizes',<br />
'value' =&gt; 'Multi Format Zip',<br />
'option_id' =&gt; 2,<br />
'value_id' =&gt; '63',<br />
'prefix' =&gt; '+',<br />
'price' =&gt; '0.0000',<br />
),<br />
),<br />
),<br />
),<br />
'customer' =&gt;<br />
array (<br />
'firstname' =&gt; 'Amethyst',<br />
'lastname' =&gt; 'Wilson',<br />
'company' =&gt; NULL,<br />
'street_address' =&gt; '2409 Bentley Dr.',<br />
'suburb' =&gt; '',<br />
'city' =&gt; 'Grand Prairie',<br />
'postcode' =&gt; '75052',<br />
'state' =&gt; 'Texas',<br />
'zone_id' =&gt; '57',<br />
'country' =&gt;<br />
array (<br />
'id' =&gt; '223',<br />
'title' =&gt; 'United States',<br />
'iso_code_2' =&gt; 'US',<br />
'iso_code_3' =&gt; 'USA',<br />
),<br />
'format_id' =&gt; 2,<br />
'telephone' =&gt; '',<br />
'email_address' =&gt; '[email protected]',<br />
),<br />
'delivery' =&gt;<br />
array (<br />
),<br />
'billing' =&gt;<br />
array (<br />
'firstname' =&gt; 'Amethyst',<br />
'lastname' =&gt; 'Wilson',<br />
'company' =&gt; NULL,<br />
'street_address' =&gt; '2409 Bentley Dr.',<br />
'suburb' =&gt; '',<br />
'city' =&gt; 'Grand Prairie',<br />
'postcode' =&gt; '75052',<br />
'state' =&gt; 'Texas',<br />
'zone_id' =&gt; '57',<br />
'country' =&gt;<br />
array (<br />
'id' =&gt; '223',<br />
'title' =&gt; 'United States',<br />
'iso_code_2' =&gt; 'US',<br />
'iso_code_3' =&gt; 'USA',<br />
),<br />
'country_id' =&gt; '223',<br />
'format_id' =&gt; 2,<br />
),<br />
'content_type' =&gt; 'virtual',<br />
'email_low_stock' =&gt; NULL,<br />
'products_ordered_attributes' =&gt; NULL,<br />
'products_ordered' =&gt; NULL,<br />
'products_ordered_email' =&gt; NULL,<br />
'products_ordered_html' =&gt; NULL,<br />
'attachArray' =&gt; NULL,<br />
'email_order_message' =&gt; NULL,<br />
'extra_header_text' =&gt; NULL,<br />
'doStockDecrement' =&gt; NULL,<br />
'send_low_stock_emails' =&gt; NULL,<br />
'queryReturnFlag' =&gt; NULL,<br />
'bestSellersUpdate' =&gt; NULL,<br />
'use_external_tax_handler_only' =&gt; false,<br />
'products_ordered_attributes_html' =&gt;<br />
array (<br />
),<br />
))messageStack::__set_state(array(<br />
'messages' =&gt;<br />
array (<br />
0 =&gt;<br />
array (<br />
'params' =&gt; 'class=&quot;messageStackWarning larger&quot;',<br />
'class' =&gt; 'header',<br />
'text' =&gt; '&lt;img src=&quot;includes/templates/magic/images/icons/warning.gif&quot; alt=&quot;Warning&quot; title=&quot; Warning &quot; width=&quot;20&quot; height=&quot;20&quot; /&gt; NOTICE: The website is currently Down For Maintenance to the public',<br />
),<br />
),<br />
))array (<br />
)<br />
2019-06-05 10:45:41 checkout_one: CHECKOUT_ONE_AFTER_ORDER_TOTAL_PROCESSING<br />
order_total::__set_state(array(<br />
'modules' =&gt;<br />
array (<br />
0 =&gt; 'ot_subtotal.php',<br />
1 =&gt; 'ot_shipping.php',<br />
2 =&gt; 'ot_quantity_discount.php',<br />
3 =&gt; 'ot_coupon.php',<br />
4 =&gt; 'ot_total.php',<br />
),<br />
))order::__set_state(array(<br />
'info' =&gt;<br />
array (<br />
'order_status' =&gt; '1',<br />
'currency' =&gt; 'USD',<br />
'currency_value' =&gt; '1.00000000',<br />
'payment_method' =&gt; '',<br />
'payment_module_code' =&gt; '',<br />
'coupon_code' =&gt; '',<br />
'shipping_method' =&gt; 'Free Shipping',<br />
'shipping_module_code' =&gt; 'free_free',<br />
'shipping_cost' =&gt; 0,<br />
'subtotal' =&gt; 0.0,<br />
'shipping_tax' =&gt; 0,<br />
'tax' =&gt; 0.0,<br />
'total' =&gt; 0.0,<br />
'tax_groups' =&gt;<br />
array (<br />
'Sales Tax' =&gt; 0.0,<br />
),<br />
'comments' =&gt; '',<br />
'ip_address' =&gt; '72.182.165.112 - 72.182.165.112',<br />
),<br />
'totals' =&gt;<br />
array (<br />
),<br />
'products' =&gt;<br />
array (<br />
0 =&gt;<br />
array (<br />
'qty' =&gt; 1.0,<br />
'name' =&gt; '* May 2019 *',<br />
'model' =&gt; 'F',<br />
'tax_groups' =&gt;<br />
array (<br />
'Sales Tax' =&gt; 0,<br />
),<br />
'tax_description' =&gt; 'Sales Tax',<br />
'price' =&gt; '0.0000',<br />
'final_price' =&gt; 0.0,<br />
'onetime_charges' =&gt; 0,<br />
'weight' =&gt; 0,<br />
'products_priced_by_attribute' =&gt; '0',<br />
'product_is_free' =&gt; '0',<br />
'products_discount_type' =&gt; '0',<br />
'products_discount_type_from' =&gt; '0',<br />
'id' =&gt; '658:4848537101bc49281b020978345a2956',<br />
'rowClass' =&gt; 'rowEven',<br />
'products_weight' =&gt; 0.0,<br />
'products_virtual' =&gt; 0,<br />
'product_is_always_free_shipping' =&gt; 0,<br />
'products_quantity_order_min' =&gt; 1.0,<br />
'products_quantity_order_units' =&gt; 1.0,<br />
'products_quantity_order_max' =&gt; 1.0,<br />
'products_quantity_mixed' =&gt; 0,<br />
'products_mixed_discount_quantity' =&gt; 1,<br />
'tax' =&gt; 0,<br />
'customid' =&gt;<br />
array (<br />
'value' =&gt; 'F',<br />
'type' =&gt; 'none',<br />
),<br />
'attributes' =&gt;<br />
array (<br />
0 =&gt;<br />
array (<br />
'option' =&gt; 'Format &amp; Sizes',<br />
'value' =&gt; 'Multi Format Zip',<br />
'option_id' =&gt; 2,<br />
'value_id' =&gt; '63',<br />
'prefix' =&gt; '+',<br />
'price' =&gt; '0.0000',<br />
),<br />
),<br />
),<br />
),<br />
'customer' =&gt;<br />
array (<br />
'firstname' =&gt; 'Amethyst',<br />
'lastname' =&gt; 'Wilson',<br />
'company' =&gt; NULL,<br />
'street_address' =&gt; '2409 Bentley Dr.',<br />
'suburb' =&gt; '',<br />
'city' =&gt; 'Grand Prairie',<br />
'postcode' =&gt; '75052',<br />
'state' =&gt; 'Texas',<br />
'zone_id' =&gt; '57',<br />
'country' =&gt;<br />
array (<br />
'id' =&gt; '223',<br />
'title' =&gt; 'United States',<br />
'iso_code_2' =&gt; 'US',<br />
'iso_code_3' =&gt; 'USA',<br />
),<br />
'format_id' =&gt; 2,<br />
'telephone' =&gt; '',<br />
'email_address' =&gt; '[email protected]',<br />
),<br />
'delivery' =&gt;<br />
array (<br />
),<br />
'billing' =&gt;<br />
array (<br />
'firstname' =&gt; 'Amethyst',<br />
'lastname' =&gt; 'Wilson',<br />
'company' =&gt; NULL,<br />
'street_address' =&gt; '2409 Bentley Dr.',<br />
'suburb' =&gt; '',<br />
'city' =&gt; 'Grand Prairie',<br />
'postcode' =&gt; '75052',<br />
'state' =&gt; 'Texas',<br />
'zone_id' =&gt; '57',<br />
'country' =&gt;<br />
array (<br />
'id' =&gt; '223',<br />
'title' =&gt; 'United States',<br />
'iso_code_2' =&gt; 'US',<br />
'iso_code_3' =&gt; 'USA',<br />
),<br />
'country_id' =&gt; '223',<br />
'format_id' =&gt; 2,<br />
),<br />
'content_type' =&gt; 'virtual',<br />
'email_low_stock' =&gt; NULL,<br />
'products_ordered_attributes' =&gt; NULL,<br />
'products_ordered' =&gt; NULL,<br />
'products_ordered_email' =&gt; NULL,<br />
'products_ordered_html' =&gt; NULL,<br />
'attachArray' =&gt; NULL,<br />
'email_order_message' =&gt; NULL,<br />
'extra_header_text' =&gt; NULL,<br />
'doStockDecrement' =&gt; NULL,<br />
'send_low_stock_emails' =&gt; NULL,<br />
'queryReturnFlag' =&gt; NULL,<br />
'bestSellersUpdate' =&gt; NULL,<br />
'use_external_tax_handler_only' =&gt; false,<br />
'products_ordered_attributes_html' =&gt;<br />
array (<br />
),<br />
))messageStack::__set_state(array(<br />
'messages' =&gt;<br />
array (<br />
0 =&gt;<br />
array (<br />
'params' =&gt; 'class=&quot;messageStackWarning larger&quot;',<br />
'class' =&gt; 'header',<br />
'text' =&gt; '&lt;img src=&quot;includes/templates/magic/images/icons/warning.gif&quot; alt=&quot;Warning&quot; title=&quot; Warning &quot; width=&quot;20&quot; height=&quot;20&quot; /&gt; NOTICE: The website is currently Down For Maintenance to the public',<br />
),<br />
),<br />
))<br />
2019-06-05 10:45:41 checkout_one: CHECKOUT_ONE_AFTER_PAYMENT_MODULES_SELECTION<br />
payment::__set_state(array(<br />
'modules' =&gt;<br />
array (<br />
0 =&gt; 'paypalwpp.php',<br />
1 =&gt; 'freecharger.php',<br />
),<br />
'selected_module' =&gt; '',<br />
'doesCollectsCardDataOnsite' =&gt; false,<br />
'paymentClass' =&gt;<br />
freecharger::__set_state(array(<br />
'code' =&gt; 'freecharger',<br />
'title' =&gt; 'Free Order',<br />
'description' =&gt; 'There is no charge for this order. Typically used for granting Free Shipping. Required to allow no-charge checkouts. Required for free downloads.',<br />
'enabled' =&gt; true,<br />
'sort_order' =&gt; '5',<br />
'email_footer' =&gt; 'There is no charge for this order.',<br />
)),<br />
))array (<br />
'id' =&gt; 'free_free',<br />
'title' =&gt; 'FREE_SHIPPING_TITLE',<br />
'cost' =&gt; 0,<br />
)<br />
2019-06-05 10:45:41 OnePageCheckout: getAddressValuesFromDb(1236), returning: array (<br />
'gender' =&gt; '',<br />
'company' =&gt; NULL,<br />
'firstname' =&gt; 'Amethyst',<br />
'lastname' =&gt; 'Wilson',<br />
'street_address' =&gt; '2409 Bentley Dr.',<br />
'suburb' =&gt; '',<br />
'city' =&gt; 'Grand Prairie',<br />
'postcode' =&gt; '75052',<br />
'state' =&gt; '',<br />
'country' =&gt; '223',<br />
'zone_id' =&gt; '57',<br />
'zone_name' =&gt; 'Texas',<br />
'address_book_id' =&gt; '1236',<br />
'error' =&gt; false,<br />
'error_state_input' =&gt; false,<br />
'country_has_zones' =&gt; true,<br />
)</p>