Quote Originally Posted by lat9 View Post
Simon, have you applied all the zc157 bugfixes? Does OPC generate a customer-specific log for the situation?
Yes it just occurred to me to check the ZC v157 bug fixes, I thought I could get away with waiting until ZC v1.57a was released. I'll apply those, try again and then post a customer log if neccessary - thank you. In the meantime the customer log generated in this instance is:

Code:
2020-09-28 16:16:24 OnePageCheckout: updateOrderAddresses, on entry:order::__set_state(array(
   'orderId' => NULL,
   'info' => 
  array (
    'order_status' => '1',
    'currency' => 'GBP',
    'currency_value' => '1.000000',
    'payment_method' => '',
    'payment_module_code' => '',
    'coupon_code' => '',
    'shipping_method' => 'Standard Delivery (No Charge)',
    'shipping_module_code' => 'flat_flat',
    'shipping_cost' => 0,
    'subtotal' => 0,
    'shipping_tax' => 0,
    'tax' => 0,
    'total' => 0,
    'tax_groups' => 
    array (
    ),
    'comments' => '',
    'ip_address' => '127.0.0.1 - 127.0.0.1',
  ),
   'totals' => 
  array (
  ),
   'products' => 
  array (
  ),
   'customer' => 
  array (
    'firstname' => 'Simon',
    'lastname' => '[hidden]',
    'company' => NULL,
    'street_address' => '[hidden]',
    'suburb' => '',
    'city' => '[hidden]',
    'postcode' => '[hidden]',
    'state' => '[hidden]',
    'state_code' => NULL,
    'zone_id' => '0',
    'country' => 
    array (
      'id' => '222',
      'title' => 'United Kingdom',
      'iso_code_2' => 'GB',
      'iso_code_3' => 'GBR',
    ),
    'format_id' => 8,
    'telephone' => '[hidden]',
    'email_address' => '[hidden]',
  ),
   'delivery' => 
  array (
    'firstname' => 'Simon',
    'lastname' => '[hidden]',
    'company' => NULL,
    'street_address' => '[hidden]',
    'suburb' => '',
    'city' => '[hidden]',
    'postcode' => '[hidden]',
    'state' => '[hidden]',
    'state_code' => NULL,
    'zone_id' => '0',
    'country' => 
    array (
      'id' => '222',
      'title' => 'United Kingdom',
      'iso_code_2' => 'GB',
      'iso_code_3' => 'GBR',
    ),
    'country_id' => '222',
    'format_id' => 8,
  ),
   'billing' => NULL,
   'content_type' => 'physical',
   'email_low_stock' => NULL,
   'products_ordered_attributes' => NULL,
   'products_ordered' => NULL,
   'products_ordered_email' => NULL,
   'products_ordered_html' => NULL,
   'attachArray' => NULL,
   'email_order_message' => NULL,
   'extra_header_text' => NULL,
   'doStockDecrement' => NULL,
   'send_low_stock_emails' => NULL,
   'queryReturnFlag' => NULL,
   'bestSellersUpdate' => NULL,
   'use_external_tax_handler_only' => NULL,
   'products_ordered_attributes_html' => 
  array (
  ),
   'observerAliases' => 
  array (
    'NOTIFIY_ORDER_CART_SUBTOTAL_CALCULATE' => 'NOTIFY_ORDER_CART_SUBTOTAL_CALCULATE',
  ),
))OnePageCheckout::__set_state(array(
   'isGuestCheckoutEnabled' => true,
   'registeredAccounts' => false,
   'guestIsActive' => false,
   'isEnabled' => true,
   'tempAddressValues' => NULL,
   'guestCustomerInfo' => NULL,
   'guestCustomerId' => 51,
   'tempBilltoAddressBookId' => 68,
   'tempSendtoAddressBookId' => 69,
   'dbStringType' => 'stringIgnoreNull',
   'customerInfoOk' => NULL,
   'billtoTempAddrOk' => NULL,
   'sendtoTempAddrOk' => NULL,
   'isVirtualOrder' => NULL,
   'billtoAddressChangeable' => NULL,
   'sendtoAddressChangeable' => NULL,
   'observerAliases' => 
  array (
    'NOTIFIY_ORDER_CART_SUBTOTAL_CALCULATE' => 'NOTIFY_ORDER_CART_SUBTOTAL_CALCULATE',
  ),
))
2020-09-28 16:16:24 OnePageCheckout: Current sendto: 107
2020-09-28 16:16:24 OnePageCheckout: updateOrderAddresses, , , 222, 0
{"firstname":"Simon","lastname":"[hidden]","company":null,"street_address":"[hidden]","suburb":"","city":"[hidden]","postcode":"[hidden]","state":"[hidden]","state_code":null,"zone_id":"0","country":{"id":"222","title":"United Kingdom","iso_code_2":"GB","iso_code_3":"GBR"},"format_id":8,"telephone":"[hidden]","email_address":"[hidden]"}
null
{"firstname":"Simon","lastname":"[hidden]","company":null,"street_address":"[hidden]","suburb":"","city":"[hidden]","postcode":"[hidden]","state":"[hidden]","state_code":null,"zone_id":"0","country":{"id":"222","title":"United Kingdom","iso_code_2":"GB","iso_code_3":"GBR"},"country_id":"222","format_id":8}