Added warning about the change of ICML generation method when activating a loyalty program
This commit is contained in:
parent
9f206e7786
commit
268d488650
7 changed files with 7 additions and 7 deletions
|
@ -451,8 +451,8 @@ msgstr "Programa de fidelización"
|
|||
msgid "Activate program loyalty"
|
||||
msgstr "Activar programa de fidelización"
|
||||
|
||||
msgid "Enable this setting for activate program loyalty on site"
|
||||
msgstr "Activa esta configuración para activar programa de fidelización en la página web"
|
||||
msgid "Attention! When activating the loyalty program, the method of ICML catalog generation changes. Details in documentation"
|
||||
msgstr "¡Atención! Al activar el programa de fidelización, cambia el método de generación del catálogo ICML. Detalles en la documentación"
|
||||
|
||||
msgid "Terms of loyalty program"
|
||||
msgstr "Condiciones del programa de fidelización"
|
||||
|
|
|
@ -460,8 +460,8 @@ msgstr "Программа лояльности"
|
|||
msgid "Activate program loyalty"
|
||||
msgstr "Активировать программу лояльности"
|
||||
|
||||
msgid "Enable this setting for activate program loyalty on site"
|
||||
msgstr "Активируйте эту настройку для активации программы лояльности на сайте"
|
||||
msgid "Attention! When activating the loyalty program, the method of ICML catalog generation changes. Details in documentation"
|
||||
msgstr "Внимание! При активации программы лояльности, изменяется способ генерации ICML каталога. Подробности в документации"
|
||||
|
||||
msgid "Terms of loyalty program"
|
||||
msgstr "Условия программы лояльности"
|
||||
|
|
|
@ -629,7 +629,7 @@ abstract class WC_Retailcrm_Abstracts_Settings extends WC_Integration
|
|||
'title' => __('Loyalty program', 'retailcrm'),
|
||||
'class' => 'checkbox',
|
||||
'type' => 'checkbox',
|
||||
'description' => __('Enable this setting for activate program loyalty on site', 'retailcrm')
|
||||
'description' => '<b style="color: red">' . __('Attention! When activating the loyalty program, the method of ICML catalog generation changes. Details in documentation', 'retailcrm') . '<\b>'
|
||||
];
|
||||
|
||||
$this->form_fields['loyalty_terms'] = [
|
||||
|
|
|
@ -202,7 +202,7 @@ return [
|
|||
"Los bienes con la opción 'virtual' activada se cargarán en Simla como servicios",
|
||||
"Loyalty program" => "Programa de fidelización",
|
||||
"Activate program loyalty" => "Activar programa de fidelización",
|
||||
"Enable this setting for activate program loyalty on site" => "Activa esta configuración para activar el programa de fidelización en la página web",
|
||||
"Attention! When activating the loyalty program, the method of ICML catalog generation changes. Details in documentation" => "¡Atención! Al activar el programa de fidelización, cambia el método de generación del catálogo ICML. Detalles en la documentación",
|
||||
"Terms of loyalty program" => "Condiciones del programa de fidelización",
|
||||
"Insert the terms and conditions of the loyalty program" => "Inserte las condiciones del programa de fidelización",
|
||||
"Conditions of personal data processing" => "Condiciones de procesamiento de datos personales",
|
||||
|
|
Binary file not shown.
|
@ -201,7 +201,7 @@ return [
|
|||
"Товары с включенной опцией 'виртуальные' будут выгружаться в CRM как услуги",
|
||||
"Loyalty program" => "Программа лояльности",
|
||||
"Activate program loyalty" => "Активировать программу лояльности",
|
||||
"Enable this setting for activate program loyalty on site" => "Активируйте эту настройку для активации программы лояльности на сайте",
|
||||
"Attention! When activating the loyalty program, the method of ICML catalog generation changes. Details in documentation" => "Внимание! При активации программы лояльности, изменяется способ генерации ICML каталога. Подробности в документации",
|
||||
"Terms of loyalty program" => "Условия программы лояльности",
|
||||
"Insert the terms and conditions of the loyalty program" => "Вставьте условия участия в программе лояльности",
|
||||
"Conditions of personal data processing" => "Условия обработки персональных данных",
|
||||
|
|
Binary file not shown.
Loading…
Add table
Reference in a new issue