2 Commits
1.3.1 ... main

Author SHA1 Message Date
O K
f33bae78d1 version update 2025-06-24 12:49:10 +03:00
O K
b581a33365 test merchant changed; translation updated 2025-06-24 12:48:21 +03:00
4 changed files with 21 additions and 8 deletions

View File

@@ -45,7 +45,7 @@ class Hutko extends PaymentModule
{
$this->name = 'hutko';
$this->tab = 'payments_gateways';
$this->version = '1.3.1';
$this->version = '1.3.2';
$this->author = 'Hutko';
$this->bootstrap = true;
$this->need_instance = false;
@@ -179,7 +179,7 @@ class Hutko extends PaymentModule
'col' => 4,
'type' => 'text',
'prefix' => '<i class="icon icon-user"></i>',
'desc' => $this->trans('Enter a merchant id. Use 1700002 for test setup.', array(), 'Modules.Hutko.Admin'),
'desc' => $this->trans('Enter a merchant id. Use "1700243" for test setup.', array(), 'Modules.Hutko.Admin'),
'name' => 'HUTKO_MERCHANT',
'label' => $this->trans('Merchant ID.', array(), 'Modules.Hutko.Admin'),
),

View File

@@ -17,9 +17,9 @@
<target>Укажите реквизиты учетной записи Hutko для клиентов</target>
<note>Line: </note>
</trans-unit>
<trans-unit id="6462e4d033501dde8eb84cd52d8a5573">
<source>Enter a merchant id. Use 1700002 for test setup.</source>
<target>Введите идентификатор продавца. Используйте 1700002 для тестовой настройки.</target>
<trans-unit id="95068d6b0093271b99622a83d99cf52b">
<source>Enter a merchant id. Use "1700243" for test setup.</source>
<target>Введите идентификатор продавца. Используйте "1700243" для тестовой настройки.</target>
<note>Line: </note>
</trans-unit>
<trans-unit id="73c6484e3e3c1dbd17e6598c40c150f5">
@@ -337,6 +337,11 @@
<target>Если в Prestashop статус заказа отмечен как "считается оплаченным", то при присвоении такого статуса Prestashop автоматически создаст новый платеж в блоке "Платежи" на сумму недоплаты. Это может создать недопонимание относительно сумм фактических платежей. Для этого рекомендуем выбирать в настройках модуля статусы, в которых отключена настройка "считается оплаченным"</target>
<note>Line: </note>
</trans-unit>
<trans-unit id="48c1929114ca424904cfd1e6d53c6ff5">
<source><![CDATA[To change the method of redirecting the user back to the site, change the settings on the Hutko portal (settings -> payment settings -> method of redirecting to the side of the result)]]></source>
<target><![CDATA[Для изменения способа перенаправления пользователя обратно на сайт измените настройки на портале Hutko (Настройки -> Настройки платежей -> Метод перенаправления на страницу результата)]]></target>
<note>Line: </note>
</trans-unit>
<trans-unit id="ed37443edab436880af057340aa358c5">
<source>Hutko Support</source>
<target>Поддержка Hutko</target>

View File

@@ -17,9 +17,9 @@
<target>Будь ласка, уточніть реквізити облікового запису Hutko для клієнтів</target>
<note>Line: </note>
</trans-unit>
<trans-unit id="6462e4d033501dde8eb84cd52d8a5573">
<source>Enter a merchant id. Use 1700002 for test setup.</source>
<target>Введіть ідентифікатор продавця. Використовуйте 1700002 для тестового налаштування.</target>
<trans-unit id="95068d6b0093271b99622a83d99cf52b">
<source>Enter a merchant id. Use "1700243" for test setup.</source>
<target>Введіть ідентифікатор продавця. Використовуйте "1700243" для тестового налаштування.</target>
<note>Line: </note>
</trans-unit>
<trans-unit id="73c6484e3e3c1dbd17e6598c40c150f5">
@@ -351,6 +351,11 @@
статуси, в яких відключене налаштування "вважати оплаченим"</target>
<note>Line: </note>
</trans-unit>
<trans-unit id="48c1929114ca424904cfd1e6d53c6ff5">
<source><![CDATA[To change the method of redirecting the user back to the site, change the settings on the Hutko portal (settings -> payment settings -> method of redirecting to the side of the result)]]></source>
<target><![CDATA[Щоб змінити спосіб перенаправлення користувача назад на сайт, змініть налаштування на порталі Hutko (Налаштування -> Налаштування платежів -> Метод перенаправлення на сторінку результату)]]></target>
<note>Line: </note>
</trans-unit>
<trans-unit id="ed37443edab436880af057340aa358c5">
<source>Hutko Support</source>
<target>Підтримка Hutko</target>

View File

@@ -51,6 +51,9 @@
<p>{l s='If the order status in Prestashop is marked "consider paid", then when assigning such a status, Prestashop will automatically create a new payment in the Payments block for the amount of the underpayment. This may create a misunderstanding regarding the amounts of actual payments. To do this, we recommend that you select statuses in the module settings in which the "consider paid" setting is disabled' d='Modules.Hutko.Admin'}
</p>
<hr>
<p>{l s='To change the method of redirecting the user back to the site, change the settings on the Hutko portal (settings -> payment settings -> method of redirecting to the side of the result)' d='Modules.Hutko.Admin'}
</p>
<hr>
<p><a class="btn btn-danger btn-block" href="https://hutko.org/uk/support/"
target="_blank">{l s='Hutko Support' d='Modules.Hutko.Admin'}</a></p>
</div>