No, not really. I had a look at it, and searched the forum for an answer, but nothing relevant came up.
The loop that the error log complains about looks like this
foreach($data->order_addresses_fields as $field){
$fieldname = $field->field_namekey;
$address =& $data->order_addresses[$data->cart->billing_address->address_id];
$billing=str_replace('{'.$fieldname.'}',$fieldsClass->show($field,$address->$fieldname),$billing);
}
echo JText::_('HIKASHOP_BILLING_ADDRESS')."\n";
echo preg_replace('#{(?:(?!}).)*}#i','',$billing)."\n\n";
}
I'll try and do the HikaShop update, but the HikaShop product is not bound to my URL (nyt.fakur-design.dk). And if I change the URL of HikaShop, are the current website at fakur-design.dk still giong to work properly?