generateClassIndex() ->autoload(); if (!XAllegroConfiguration::get('ORDER_CUSTOMER_MESSAGE_CONTACT')) { $contacts = Contact::getContacts(Context::getContext()->language->id); if (!empty($contacts) && isset($contacts[0]['id_contact'])) { XAllegroConfiguration::updateValue('ORDER_CUSTOMER_MESSAGE_CONTACT', $contacts[0]['id_contact']); } } return true; }