diff --git a/src/Application/Model/OrderRecipients.php b/src/Application/Model/OrderRecipients.php
index f4c2112..14522fa 100644
--- a/src/Application/Model/OrderRecipients.php
+++ b/src/Application/Model/OrderRecipients.php
@@ -20,6 +20,7 @@ use D3\LinkmobilityClient\ValueObject\Recipient;
use OxidEsales\Eshop\Application\Model\Country;
use OxidEsales\Eshop\Application\Model\Order;
use OxidEsales\Eshop\Application\Model\User;
+use OxidEsales\Eshop\Core\Registry;
class OrderRecipients
{
@@ -59,9 +60,35 @@ class OrderRecipients
*/
public function getSmsRecipientFields(): array
{
- return [
- 'oxdelfon' => 'oxdelcountryid',
- 'oxbillfon' => 'oxbillcountryid'
- ];
+ $customFields = $this->getSanitizedCustomFields();
+
+ return count($customFields) ?
+ $customFields :
+ [
+ 'oxdelfon' => 'oxdelcountryid',
+ 'oxbillfon' => 'oxbillcountryid'
+ ];
+ }
+
+ /**
+ * @return array
+ */
+ public function getSanitizedCustomFields() : array
+ {
+ $customFields = (array) Registry::getConfig()->getConfigParam('d3linkmobility_smsOrderRecipientsFields');
+ array_walk($customFields, [$this, 'checkFieldExists']);
+ return array_filter($customFields);
+ }
+
+ public function checkFieldExists(&$checkPhoneFieldName, $checkCountryFieldName)
+ {
+ $checkCountryFieldName = trim($checkCountryFieldName);
+ $checkPhoneFieldName = trim($checkPhoneFieldName);
+ $allFieldNames = oxNew(Order::class)->getFieldNames();
+
+ array_walk($allFieldNames, function(&$value) {$value = strtolower($value);});
+
+ $checkPhoneFieldName = in_array(strtolower($checkPhoneFieldName), $allFieldNames) &&
+ in_array(strtolower($checkCountryFieldName), $allFieldNames) ? $checkPhoneFieldName : null;
}
}
\ No newline at end of file
diff --git a/src/Application/Model/UserRecipients.php b/src/Application/Model/UserRecipients.php
index f81e3c8..1cdaadd 100644
--- a/src/Application/Model/UserRecipients.php
+++ b/src/Application/Model/UserRecipients.php
@@ -19,6 +19,7 @@ use D3\Linkmobility4OXID\Application\Model\Exceptions\noRecipientFoundException;
use D3\LinkmobilityClient\ValueObject\Recipient;
use OxidEsales\Eshop\Application\Model\Country;
use OxidEsales\Eshop\Application\Model\User;
+use OxidEsales\Eshop\Core\Registry;
class UserRecipients
{
@@ -58,10 +59,39 @@ class UserRecipients
*/
public function getSmsRecipientFields(): array
{
- return [
- 'oxmobfon',
- 'oxfon',
- 'oxprivfon'
- ];
+ $customFields = $this->getSanitizedCustomFields();
+
+ return count($customFields) ?
+ $customFields :
+ [
+ 'oxmobfon',
+ 'oxfon',
+ 'oxprivfon'
+ ];
+ }
+
+ /**
+ * @return array
+ */
+ public function getSanitizedCustomFields() : array
+ {
+ $customFields = (array) Registry::getConfig()->getConfigParam('d3linkmobility_smsUserRecipientsFields');
+ array_walk($customFields, [$this, 'checkFieldExists']);
+ return array_filter($customFields);
+ }
+
+ /**
+ * @param $checkFieldName
+ *
+ * @return string|null
+ */
+ public function checkFieldExists(&$checkFieldName)
+ {
+ $checkFieldName = trim($checkFieldName);
+ $allFieldNames = oxNew(User::class)->getFieldNames();
+
+ array_walk($allFieldNames, function(&$value) {$value = strtolower($value);});
+
+ $checkFieldName = in_array(strtolower($checkFieldName), $allFieldNames) ? $checkFieldName : null;
}
}
\ No newline at end of file
diff --git a/src/Application/views/admin/de/d3Linkmobility_lang.php b/src/Application/views/admin/de/d3Linkmobility_lang.php
index c495fb2..f71c797 100644
--- a/src/Application/views/admin/de/d3Linkmobility_lang.php
+++ b/src/Application/views/admin/de/d3Linkmobility_lang.php
@@ -20,23 +20,38 @@ $sLangName = "Deutsch";
$aLang = [
//Navigation
- 'charset' => 'UTF-8',
+ 'charset' => 'UTF-8',
- 'SHOP_MODULE_GROUP_d3linkmobility_general' => 'Grundeinstellungen',
- 'SHOP_MODULE_d3linkmobility_debug' => 'Debug-Modus',
- 'SHOP_MODULE_d3linkmobility_apitoken' => 'API-Token',
+ 'SHOP_MODULE_GROUP_d3linkmobility_general' => 'Grundeinstellungen',
+ 'SHOP_MODULE_d3linkmobility_debug' => 'Debug-Modus',
+ 'HELP_SHOP_MODULE_d3linkmobility_debug' => 'Mit aktiviertem Test-Modus wird Linkmobility die Nachrichten nicht versenden. Die Anfrage wird jedoch verarbeitet und liefert eine Systemantwort zurück.',
+ 'SHOP_MODULE_d3linkmobility_apitoken' => 'API-Token',
+ 'HELP_SHOP_MODULE_d3linkmobility_apitoken' => 'Den API-Token generieren Sie sich bitte in Ihrem Linkmobility-Konto.',
- 'D3LM_ADMIN_USER_RECIPIENT' => 'Empfängernummer',
- 'D3LM_ADMIN_USER_MESSAGE' => 'Nachricht',
- 'D3LM_ADMIN_SEND' => 'versenden',
+ 'SHOP_MODULE_GROUP_d3linkmobility_sms' => 'SMS-Versand',
+ 'SHOP_MODULE_d3linkmobility_smsSenderNumber' => 'Sendernummer',
+ 'HELP_SHOP_MODULE_d3linkmobility_smsSenderNumber' => 'Ihre Mobilfunknummer, die als Antwortziel verwendet werden kann.',
+ 'SHOP_MODULE_d3linkmobility_smsSenderCountry' => 'Landeskürzel',
+ 'HELP_SHOP_MODULE_d3linkmobility_smsSenderCountry' => 'Geben Sie hier das Landeskürzel (ISO-Alpha-2, z.B. DE, AT, FR) an, zu dem Ihre Mobilfunknummer zugeordnet ist.',
+ 'SHOP_MODULE_d3linkmobility_smsUserRecipientsFields'=> 'Felder des Benutzerkontos, die auf gültige Mobilfunknummern geprüft werden',
+ 'HELP_SHOP_MODULE_d3linkmobility_smsUserRecipientsFields' => 'Die Felder werden in dieser Reihenfolge geprüft und das erste valide Vorkommen wird zum Senden der Nachricht verwendet. Ohne (gültige) Feldangabe werden die Felder "oxmobfon", "oxfon" und "oxprivfon" geprüft.',
+ 'SHOP_MODULE_d3linkmobility_smsOrderRecipientsFields'=> 'Felder der Bestellung, die auf gültige Mobilfunknummern und zugehörige Länderident geprüft werden',
+ 'HELP_SHOP_MODULE_d3linkmobility_smsOrderRecipientsFields' => 'Die Felder werden in dieser Reihenfolge geprüft und das erste valide Vorkommen wird zum Senden der Nachricht verwendet. Ohne (gültige) Feldangabe werden die Felder "oxdelfon", und "oxbillfon" geprüft. Zum Telefonnummernfeld ist die Angabe des dazugehörigen Landesidentfeldes erforderlich. Individuelle Angaben erfolgen in diesem Format: