1
0
Fork 0
mirror of synced 2025-04-03 22:03:34 +03:00

ref #72067 Client registration in PL (#326)

This commit is contained in:
Kocmonavtik 2024-04-12 14:45:24 +03:00 committed by Ivan Chaplygin
parent 382b3723af
commit b76d34e511
2 changed files with 82 additions and 1 deletions

View file

@ -588,3 +588,84 @@ msgstr "Вставьте условия обработки персональн
msgid "To activate the loyalty program it is necessary to activate the <a href='?page=wc-settings'>'enable use of coupons option'</a>"
msgstr "Для активации программы лояльности необходимо активировать опцию <a href='?page=wc-settings'>'включить использование купонов'</a>"
msgid "Bonus account"
msgstr "Бонусный счёт"
msgid "Participation ID: "
msgstr "ID участия: "
msgid "Current level: "
msgstr "Текущий уровень: "
msgid "Bonuses on the account: "
msgstr "Бонусов на счёте: "
msgid "Bonus card number: "
msgstr "Номер бонусной карты: "
msgid "Date of registration: "
msgstr "Дата регистрации: "
msgid "Current level rules"
msgstr "Правила текущего уровня"
msgid "Required amount of purchases to move to the next level: "
msgstr "Необходимая сумма покупок для перехода на следующий уровень: "
msgid "Activate participation in the loyalty program"
msgstr "Активировать участие в программе лояльности"
msgid "Send"
msgstr "Отправить"
msgid "To register in the loyalty program, fill in the form:"
msgstr "Для регистрации в программе лояльности заполните форму:"
msgid " I agree with "
msgstr " Я согласен с "
msgid "loyalty program terms"
msgstr "условиями программы лояльности"
msgid "terms of personal data processing"
msgstr "условиями обработки персональных данных"
msgid "Phone"
msgstr "Телефон"
msgid "Error while registering in the loyalty program. Try again later"
msgstr "Ошибка при регистрации в программе лояльности. Попробуйте позже"
msgid "The card is not linked"
msgstr "Карта не привязана"
msgid "Error while retrieving data. Try again later"
msgstr "Ошибка при получении данных. Попробуйте позже"
msgid "Error when activating the loyalty program. Try again later"
msgstr "Ошибка при активации программы лояльности. Попробуйте позже"
msgid "Enter the correct phone number"
msgstr "Введите корректный номер телефона"
msgid "Close"
msgstr "Закрыть"
msgid "Ordinary products: accrual of 1 bonus for each %s %s"
msgstr "Обычные товары: начисление 1 бонуса за каждые %s %s"
msgid "Promotional products: accrual of 1 bonus for each %s %s"
msgstr "Акционные товары: начисление 1 бонуса за каждые %s %s"
msgid "Ordinary products: bonus accrual in the amount of %s%% of the purchase amount"
msgstr "Обычные товары: начисление бонусов в размере %s%% от суммы покупки"
msgid "Promotional products: bonus accrual in the amount of %s%% of the purchase amount"
msgstr "Акционные товары: начисление бонусов в размере %s%% от суммы покупки"
msgid "Ordinary products: %s%% discount"
msgstr "Обычные товары: %s%% скидка"
msgid "Promotional products: %s%% discount"
msgstr "Акционные товары: %s%% скидка"

View file

@ -2972,7 +2972,7 @@ class WC_Retailcrm_Client_V5
$parameters['status'] = $status;
return $this->client->makeRequest(
"/api/v5/loyalty/account/$clientIdLoyalty/bonus/$status/details",
"/loyalty/account/$clientIdLoyalty/bonus/$status/details",
WC_Retailcrm_Request::METHOD_GET,
$parameters
);