Plugin Directory

Changeset 3304826


Ignore:
Timestamp:
06/02/2025 10:32:44 AM (10 months ago)
Author:
monobank
Message:

Version 1.11.0

Location:
mono-checkout
Files:
8 edited
23 copied

Legend:

Unmodified
Added
Removed
  • mono-checkout/tags/1.11.0/includes/class.gateway.php

    r3286209 r3304826  
    411411            return array_keys($this->getShippingOptions());
    412412        }
     413        $result = $option;
    413414        if (!is_array($option)) {
    414             return [$option];
    415         }
    416         return $option;
     415            $result = [$option];
     416        }
     417        if (in_array('np_brnm', $result) and !in_array('np_cargo', $result)) {
     418            $result[] = 'np_cargo';
     419        }
     420        return $result;
    417421    }
    418422
     
    435439            'np_brnm' => __( 'Nova Poshta', 'mono-checkout' ),
    436440            'np_box' => __( 'NP Postbox', 'mono-checkout' ),
     441            'np_cargo' => __( 'NP Cargo', 'mono-checkout' ),
    437442        ];
    438443    }
     
    687692
    688693        $delivery_methods = array_values(array_unique(array_merge($this->getSelectedShippingOptions(), $individualShippingMethods)));
     694
     695        if (
     696            in_array('np_cargo', $individualShippingMethods)
     697            and !in_array('np_box', $individualShippingMethods)
     698            and !in_array('np_brnm', $individualShippingMethods)
     699        ) {
     700            $delivery_methods = array_values(array_diff($delivery_methods, ['np_box', 'np_brnm']));
     701        }
    689702        $free_delivery_from = $this->get_option('free_delivery_from');
    690703        $payment_methods = array_values(array_unique(array_merge($this->getSelectedPaymentMethods(), $individualPaymentMethods)));
  • mono-checkout/tags/1.11.0/includes/class.mono.php

    r3242725 r3304826  
    7676
    7777        add_shortcode( 'monobank_checkout', [$this, 'shortcode_monobank_checkout'] );
     78        add_shortcode( 'mono_checkout', [$this, 'shortcode_monobank_checkout'] );
    7879
    7980        add_filter( 'woocommerce_valid_order_statuses_for_cancel', [ $this, 'cancel_statuses' ], 10, 2 );
  • mono-checkout/tags/1.11.0/js/frontend-handlers.js

    r3169137 r3304826  
    5656  if (formData) {
    5757    let product_id = formData.get('product_id');
    58     if (!product_id) { product_id = el.closest('form').getAttribute('data-product_id'); }
     58    if (!product_id) { product_id = form.getAttribute('data-product_id'); }
    5959    if (!product_id) { product_id = el.getAttribute('data-product-id'); }
    6060    if (!product_id) { product_id = form.querySelector('[name=add-to-cart]') ? form.querySelector('[name=add-to-cart]').value : null; }
  • mono-checkout/tags/1.11.0/languages/mono-checkout-uk.po

    r3249513 r3304826  
    1111"Content-Transfer-Encoding: 8bit\n"
    1212"POT-Creation-Date: 2023-10-25T00:58:42+03:00\n"
    13 "PO-Revision-Date: 2025-02-28 07:55+0000\n"
     13"PO-Revision-Date: 2025-05-29 06:59+0000\n"
    1414"X-Generator: Loco https://localise.biz/\n"
    1515"X-Domain: mono\n"
     
    1919"X-Loco-Version: 2.6.6; wp-6.3.2"
    2020
    21 #: includes/class.gateway.php:496
     21#: includes/class.gateway.php:534
    2222msgid ""
    2323"<strong>Important:</strong> mono checkout does not support orders with "
     
    3434msgstr "Додаткові методи доставки"
    3535
    36 #: includes/class.mono.php:180 includes/class.mono.php:181
     36#: includes/class.mono.php:181 includes/class.mono.php:182
    3737msgid "API answer"
    3838msgstr "Відповідь API"
    3939
    40 #: includes/class.gateway.php:263
     40#: includes/class.gateway.php:274
    4141#| msgid ""
    4242#| "API token from monopay. Get your token at <a href=\"https://web.monobank."
     
    4949"monobank.ua/\" target=\"_blank\">web.monobank.ua</a>"
    5050
    51 #: includes/class.gateway.php:361
     51#: includes/class.gateway.php:372
    5252msgid "Automatically complete \"Cash on delivery\" orders"
    5353msgstr "Автоматично закривати замовленням з оплатою при доставці"
    5454
    55 #: includes/class.gateway.php:354
     55#: includes/class.gateway.php:365
    5656msgid "Automatically complete paid monocheckout orders"
    5757msgstr "Автоматично ставити статус \"Виконано\" сплаченим замовленням"
    5858
    59 #: includes/class.gateway.php:368
     59#: includes/class.gateway.php:379
    6060msgid "Automatically fail unpaid orders"
    6161msgstr "Автоматично скасовувати несплачені замовлення"
    6262
    63 #: includes/class.gateway.php:375
     63#: includes/class.gateway.php:386
    6464msgid "Base URL"
    6565msgstr "Базовий URL"
    6666
    67 #: includes/class.gateway.php:377
     67#: includes/class.gateway.php:388
    6868msgid "Base URL for mono checkout API."
    6969msgstr "Базовий URL для API mono checkout"
    7070
    71 #: includes/class.gateway.php:322
     71#: includes/class.gateway.php:333
    7272msgid "Button style"
    7373msgstr "Стиль кнопки"
     
    8181msgstr "Передзвонити клієнту"
    8282
    83 #: includes/class.gateway.php:410
     83#: includes/class.gateway.php:448
    8484msgid "Card"
    8585msgstr "Картка"
    8686
    87 #: includes/class.gateway.php:318
     87#: includes/class.gateway.php:329
    8888msgid "Cart button height (px)"
    8989msgstr "Висота кнопки в кошику (px)"
    9090
    91 #: includes/class.gateway.php:314
     91#: includes/class.gateway.php:325
    9292msgid "Cart button width (px)"
    9393msgstr "Ширина кнопки в кошику (px)"
    9494
    95 #: includes/class.gateway.php:515 includes/class.gateway.php:698
     95#: includes/class.gateway.php:553 includes/class.gateway.php:745
    9696msgid "Check your mono checkout Token."
    9797msgstr "Будь-ласка, перевірте Токен чекауту для Вашого магазину."
    9898
    99 #: includes/class.gateway.php:290
     99#: includes/class.gateway.php:301
    100100msgid "Checkout button height (px)"
    101101msgstr "Висота кнопки на чекауті (px)"
    102102
    103 #: includes/class.gateway.php:286
     103#: includes/class.gateway.php:297
    104104msgid "Checkout button width (px)"
    105105msgstr "Ширина кнопки на чекауті (px)"
    106106
    107 #: includes/class.gateway.php:275
     107#: includes/class.gateway.php:286
    108108msgid "Checkout description"
    109109msgstr "Опис"
    110110
    111 #: includes/class.gateway.php:521 includes/class.gateway.php:721
     111#: includes/class.gateway.php:559 includes/class.gateway.php:768
    112112msgid "Checkout is disabled in your account."
    113113msgstr "Чекаут відключений у Вашому аккаунті."
     
    125125msgstr "скопіювати код"
    126126
    127 #: includes/class.gateway.php:401
     127#: includes/class.gateway.php:438
    128128msgid "Courier"
    129129msgstr "Кур'єр"
    130130
    131 #: includes/class.gateway.php:716
     131#: includes/class.gateway.php:763
    132132msgid "Delivery method \"%s\" is not available for your store."
    133133msgstr "Спосіб доставки \"%s\" недоступний для Вашого магазину."
    134134
    135 #: includes/class.gateway.php:519
     135#: includes/class.gateway.php:557
    136136msgid "Delivery method X is not available for your store."
    137137msgstr "Спосіб доставки X недоступний для Вашого магазину."
    138138
    139 #: includes/class.gateway.php:328
     139#: includes/class.gateway.php:339
    140140msgid "Delivery options"
    141141msgstr "Методи доставки"
    142142
    143 #: includes/class.gateway.php:308
     143#: includes/class.gateway.php:319
    144144msgid "Enable in cart"
    145145msgstr "Відобразити в кошику"
    146146
    147 #: includes/class.gateway.php:255
     147#: includes/class.gateway.php:266
    148148msgid "Enable module"
    149149msgstr "Активувати модуль"
    150150
    151 #: includes/class.gateway.php:280
     151#: includes/class.gateway.php:291
    152152msgid "Enable on checkout"
    153153msgstr "Відобразити на чекауті"
    154154
    155 #: includes/class.gateway.php:294
     155#: includes/class.gateway.php:305
    156156msgid "Enable on product details"
    157157msgstr "Відобразити на деталях продукту"
    158158
    159 #: includes/class.gateway.php:513 includes/class.gateway.php:693
     159#: includes/class.gateway.php:551 includes/class.gateway.php:740
    160160msgid "Fill in your mono checkout Token."
    161161msgstr "Будь-ласка, заповніть Токен чекауту для Вашого магазину."
    162162
    163 #: includes/class.gateway.php:335
     163#: includes/class.gateway.php:346
    164164msgid "Free delivery from"
    165165msgstr "Безкоштовна доставка від"
    166166
    167 #: includes/class.gateway.php:338
     167#: includes/class.gateway.php:349
    168168msgid "Free delivery from this order subtotal. Empty for paid delivery."
    169169msgstr ""
     
    171171"доставки."
    172172
    173 #: includes/class.gateway.php:511
     173#: includes/class.gateway.php:549
    174174msgid "Frequent errors"
    175175msgstr "Часті помилки"
     
    179179msgstr "Загальна помилка"
    180180
    181 #: includes/class.gateway.php:461
     181#: includes/class.gateway.php:499
    182182msgid "Get your monobank app now:"
    183183msgstr "Скачайте додаток monobank"
     
    205205msgstr "Оформлення через mono checkout"
    206206
    207 #: includes/class.gateway.php:763
     207#: includes/class.gateway.php:810
    208208#| msgid ""
    209209#| "monopay declined order: %1$s (code: %2$s)<br/><a class=\"mono-code-"
     
    216216"code-toggle\">Відповідь API</a><pre class=\"mono-api-answer\">%3$s</pre>"
    217217
    218 #: includes/class.gateway.php:746
     218#: includes/class.gateway.php:793
    219219#| msgid ""
    220220#| "monopay declined order: %1$s<br/><a class=\"mono-code-toggle\">API "
     
    227227"Відповідь API</a><pre class=\"mono-api-answer\">%2$s</pre>"
    228228
    229 #: includes/class.mono.php:354
     229#: includes/class.mono.php:355
    230230msgid "mono checkout does not support order with coupons"
    231231msgstr "mono чекаут не підтримує замовлення з купонами"
    232232
    233 #: includes/class.gateway.php:858
     233#: includes/class.gateway.php:905
    234234#| msgid ""
    235235#| "monopay status update:<strong>%1$s</strong><br/><a class=\"mono-code-"
     
    242242"Відповідь API</a><pre class=\"mono-api-answer\">%2$s</pre>"
    243243
    244 #: includes/class.mono.php:236
     244#: includes/class.mono.php:237
    245245msgid ""
    246246"mono checkout: Please, enable <code>allow_url_fopen</code> setting in PHP "
     
    253253"cPanel</a>)"
    254254
    255 #: includes/class.gateway.php:781
     255#: includes/class.gateway.php:828
    256256msgid ""
    257257"mono ID: <strong>%1$s</strong><br/><a href=\"%2$s\" target=\"_blank\">"
     
    263263"<pre class=\"mono-api-answer\">%3$s</pre>"
    264264
    265 #: includes/class.gateway.php:372
     265#: includes/class.gateway.php:383
    266266msgid ""
    267267"mono orders that haven't been paid in 30 minutes will become failed. The "
     
    271271"Перевірятись будуть тільки замовлення, додані за останню годину."
    272272
    273 #: includes/class.mono.php:238
     273#: includes/class.mono.php:239
    274274msgid "mono requires Woocommerce to be activated. Plugin features are paused."
    275275msgstr ""
     
    281281msgstr "monobank"
    282282
    283 #: includes/class.gateway.php:456
     283#: includes/class.gateway.php:494
    284284msgid ""
    285285"More details on <a href=\"https://www.monobank.ua/\" target=\"_blank\">"
     
    289289"monobank.ua</a>"
    290290
    291 #: includes/class.gateway.php:695 includes/class.gateway.php:700
    292 #: includes/class.gateway.php:709 includes/class.gateway.php:718
    293 #: includes/class.gateway.php:723
     291#: includes/class.gateway.php:742 includes/class.gateway.php:747
     292#: includes/class.gateway.php:756 includes/class.gateway.php:765
     293#: includes/class.gateway.php:770
    294294msgid "More info"
    295295msgstr "Детальніше"
    296296
    297 #: includes/class.gateway.php:452
     297#: includes/class.gateway.php:490
    298298msgid "Need help? Check out our FAQ or contact our support."
    299299msgstr "Потрібна допомога? Подивіться наші ЧаПи або зверніться до підтримки."
     
    319319msgstr "Не підтверджене <span class=\"count\">(%s)</span>"
    320320
    321 #: includes/class.gateway.php:402
     321#: includes/class.gateway.php:439
    322322msgid "Nova Poshta"
    323323msgstr "Нова Пошта"
    324324
    325 #: includes/class.gateway.php:403
     325#: includes/class.gateway.php:441
     326msgid "NP Cargo"
     327msgstr "Вантажне відділення НП"
     328
     329#: includes/class.gateway.php:440
    326330msgid "NP Postbox"
    327331msgstr "Поштомат НП"
    328332
    329 #: includes/class.gateway.php:348
     333#: includes/class.gateway.php:359
    330334msgid "Number of payments"
    331335msgstr "Кількість платежів"
    332336
    333 #: includes/class.gateway.php:351
     337#: includes/class.gateway.php:362
    334338msgid "Number of payments for Purchase in parts."
    335339msgstr "Кількість платежів в покупці частинами"
    336340
    337 #: includes/class.gateway.php:268
     341#: includes/class.gateway.php:279
    338342msgid "Order prefix"
    339343msgstr "Префікс замовлення"
    340344
    341 #: includes/class.gateway.php:365
     345#: includes/class.gateway.php:376
    342346msgid ""
    343347"Orders with payment type \"Cash on delivery\" will automatically be "
     
    347351"\"Виконано\"."
    348352
    349 #: includes/class.gateway.php:358
     353#: includes/class.gateway.php:369
    350354msgid ""
    351355"Paid orders will automatically be transitioned to Completed status. However "
     
    355359"Однак замовлення з оплатою при доставці не автоматично закриті."
    356360
    357 #: includes/class.gateway.php:726 includes/class.gateway.php:742
    358 #: includes/class.gateway.php:759
     361#: includes/class.gateway.php:773 includes/class.gateway.php:789
     362#: includes/class.gateway.php:806
    359363msgid "Payment error: %s"
    360364msgstr "Помилка платежу: %s"
    361365
    362 #: includes/class.gateway.php:707
     366#: includes/class.gateway.php:754
    363367msgid "Payment method \"%s\" is not available for your store."
    364368msgstr "Платіжний метод \"%s\" недоступний для Вашого магазину."
    365369
    366 #: includes/class.gateway.php:517
     370#: includes/class.gateway.php:555
    367371msgid "Payment method X is not available for your store."
    368372msgstr "Платіжний метод X недоступний для Вашого магазину."
    369373
    370 #: includes/class.gateway.php:341
     374#: includes/class.gateway.php:352
    371375msgid "Payment methods"
    372376msgstr "Платіжні методи"
    373377
    374378#: includes/class.gateway.php:72 includes/class.gateway.php:89
    375 #: includes/class.gateway.php:411
     379#: includes/class.gateway.php:449
    376380msgid "Payment on delivery"
    377381msgstr "Оплата при отриманні"
     
    381385msgstr "Оплата при отриманні <span class=\"count\">(%s)</span>"
    382386
    383 #: includes/class.gateway.php:428
     387#: includes/class.gateway.php:466
    384388msgid "Pending payment"
    385389msgstr "Очікування оплати"
    386390
    387 #: includes/class.gateway.php:400
     391#: includes/class.gateway.php:437
    388392msgid "Pickup"
    389393msgstr "Самовивіз"
    390394
    391 #: includes/class.gateway.php:520
     395#: includes/class.gateway.php:558
    392396msgid ""
    393397"Please, contact our support at <a href=\"https://web.monobank.ua\" "
     
    401405"в налаштуваннях чекауту."
    402406
    403 #: includes/class.gateway.php:518
     407#: includes/class.gateway.php:556
    404408#| msgid ""
    405409#| "Please, contact our support at <a href=\"https://web.monobank.ua\" "
     
    416420"в налаштуваннях чекауту."
    417421
    418 #: includes/class.gateway.php:522
     422#: includes/class.gateway.php:560
    419423msgid ""
    420424"Please, enable your checkout in your account at <a href=\"https://web."
     
    424428"monobank.ua\" target=\"_blank\">web.monobank.ua</a>"
    425429
    426 #: includes/class.gateway.php:514
     430#: includes/class.gateway.php:552
    427431msgid ""
    428432"Please, get your token at <a href=\"https://web.monobank.ua\" "
     
    432436"ua\" target=\"_blank\">web.monobank.ua</a>"
    433437
    434 #: includes/class.gateway.php:516
     438#: includes/class.gateway.php:554
    435439msgid ""
    436440"Please, make sure you used correct token from <a href=\"https://web.monobank."
     
    440444"href=\"https://web.monobank.ua\" target=\"_blank\">web.monobank.ua</a>"
    441445
    442 #: includes/class.gateway.php:270
     446#: includes/class.gateway.php:281
    443447msgid "Prepended to order numbers to distinguish between different stores."
    444448msgstr ""
    445449"Додається до номеру замовлення, щоб розрізняти замовлення з різних магазинів"
    446450
    447 #: includes/class.gateway.php:304
     451#: includes/class.gateway.php:315
    448452msgid "Product details button height (px)"
    449453msgstr "Висота кнопки на деталях продукту (px)"
    450454
    451 #: includes/class.gateway.php:300
     455#: includes/class.gateway.php:311
    452456msgid "Product details button width (px)"
    453457msgstr "Ширина кнопки на деталях продукту (px)"
    454458
    455 #: includes/class.gateway.php:412
     459#: includes/class.gateway.php:450
    456460msgid "Purchase in parts"
    457461msgstr "Покупка частинами"
     
    477481"методів."
    478482
    479 #: includes/class.gateway.php:500
     483#: includes/class.gateway.php:538
    480484msgid "Settings"
    481485msgstr "Налаштування"
    482486
    483 #: includes/class.gateway.php:481
     487#: includes/class.gateway.php:519
    484488msgid "Statuses of mono checkout orders:"
    485489msgstr "Статуси замовлень mono checkout:"
    486490
    487 #: includes/class.gateway.php:143 includes/class.gateway.php:691
     491#: includes/class.gateway.php:143 includes/class.gateway.php:738
    488492msgid "Technical error"
    489493msgstr "Технічна помилка"
    490494
    491 #: includes/class.mono.php:435
     495#: includes/class.mono.php:436
    492496msgid "This payment method is not applicable to orders with coupons."
    493497msgstr "Цей платіжний метод не підтримує замовлення з купонами."
    494498
    495 #: includes/class.gateway.php:455
     499#: includes/class.gateway.php:493
    496500msgid ""
    497501"To get token, please, send request in your monobank app and then visit <a "
     
    502506"web.monobank.ua</a>"
    503507
    504 #: includes/class.gateway.php:261
     508#: includes/class.gateway.php:272
    505509msgid "Token"
    506510msgstr "Токен"
     
    510514msgstr "Оновити статус платежу"
    511515
    512 #: includes/class.gateway.php:332 includes/class.gateway.php:345
     516#: includes/class.gateway.php:343 includes/class.gateway.php:356
    513517msgid "Use Ctrl for multiple choices"
    514518msgstr "Натисніть Ctrl, щоб обрати декілька варіантів"
    515519
    516 #: includes/class.gateway.php:730
     520#: includes/class.gateway.php:777
    517521#| msgid ""
    518522#| "Wrong answer from monopay.<br/><a class=\"mono-code-toggle\">API "
     
    529533msgstr "Так"
    530534
    531 #: includes/class.gateway.php:457
     535#: includes/class.gateway.php:495
    532536msgid "Your callback URL: %s"
    533537msgstr "Ваш URL колбеку: %s"
    534538
    535 #: includes/class.gateway.php:458
     539#: includes/class.gateway.php:496
    536540msgid "Your return URL: %s"
    537541msgstr "Ваш URL після успішної оплати (return URL): %s"
  • mono-checkout/tags/1.11.0/languages/mono-checkout.pot

    r3249513 r3304826  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: mono checkout 1.10.0\n"
     5"Project-Id-Version: mono checkout 1.10.4\n"
    66"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/mono\n"
    77"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
     
    1010"Content-Type: text/plain; charset=UTF-8\n"
    1111"Content-Transfer-Encoding: 8bit\n"
    12 "POT-Creation-Date: 2025-02-28T07:53:27+00:00\n"
     12"POT-Creation-Date: 2025-05-29T06:57:35+00:00\n"
    1313"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
    1414"X-Generator: WP-CLI 2.8.1\n"
     
    6060#: includes/class.gateway.php:72
    6161#: includes/class.gateway.php:89
    62 #: includes/class.gateway.php:411
     62#: includes/class.gateway.php:449
    6363msgid "Payment on delivery"
    6464msgstr ""
     
    103103
    104104#: includes/class.gateway.php:143
    105 #: includes/class.gateway.php:691
     105#: includes/class.gateway.php:738
    106106msgid "Technical error"
    107107msgstr ""
    108108
    109 #: includes/class.gateway.php:255
     109#: includes/class.gateway.php:266
    110110msgid "Enable module"
    111111msgstr ""
    112112
    113 #: includes/class.gateway.php:261
     113#: includes/class.gateway.php:272
    114114msgid "Token"
    115115msgstr ""
    116116
    117 #: includes/class.gateway.php:263
     117#: includes/class.gateway.php:274
    118118msgid "API token from mono checkout. Get your token at <a href=\"https://web.monobank.ua/\" target=\"_blank\">web.monobank.ua</a>"
    119119msgstr ""
    120120
    121 #: includes/class.gateway.php:268
     121#: includes/class.gateway.php:279
    122122msgid "Order prefix"
    123123msgstr ""
    124124
    125 #: includes/class.gateway.php:270
     125#: includes/class.gateway.php:281
    126126msgid "Prepended to order numbers to distinguish between different stores."
    127127msgstr ""
    128128
    129 #: includes/class.gateway.php:275
     129#: includes/class.gateway.php:286
    130130msgid "Checkout description"
    131131msgstr ""
    132132
    133 #: includes/class.gateway.php:280
     133#: includes/class.gateway.php:291
    134134msgid "Enable on checkout"
    135135msgstr ""
    136136
    137 #: includes/class.gateway.php:286
     137#: includes/class.gateway.php:297
    138138msgid "Checkout button width (px)"
    139139msgstr ""
    140140
    141 #: includes/class.gateway.php:290
     141#: includes/class.gateway.php:301
    142142msgid "Checkout button height (px)"
    143143msgstr ""
    144144
    145 #: includes/class.gateway.php:294
     145#: includes/class.gateway.php:305
    146146msgid "Enable on product details"
    147147msgstr ""
    148148
    149 #: includes/class.gateway.php:300
     149#: includes/class.gateway.php:311
    150150msgid "Product details button width (px)"
    151151msgstr ""
    152152
    153 #: includes/class.gateway.php:304
     153#: includes/class.gateway.php:315
    154154msgid "Product details button height (px)"
    155155msgstr ""
    156156
    157 #: includes/class.gateway.php:308
     157#: includes/class.gateway.php:319
    158158msgid "Enable in cart"
    159159msgstr ""
    160160
    161 #: includes/class.gateway.php:314
     161#: includes/class.gateway.php:325
    162162msgid "Cart button width (px)"
    163163msgstr ""
    164164
    165 #: includes/class.gateway.php:318
     165#: includes/class.gateway.php:329
    166166msgid "Cart button height (px)"
    167167msgstr ""
    168168
    169 #: includes/class.gateway.php:322
     169#: includes/class.gateway.php:333
    170170msgid "Button style"
    171171msgstr ""
    172172
    173 #: includes/class.gateway.php:328
     173#: includes/class.gateway.php:339
    174174msgid "Delivery options"
    175175msgstr ""
    176176
    177 #: includes/class.gateway.php:332
    178 #: includes/class.gateway.php:345
     177#: includes/class.gateway.php:343
     178#: includes/class.gateway.php:356
    179179msgid "Use Ctrl for multiple choices"
    180180msgstr ""
    181181
    182 #: includes/class.gateway.php:335
     182#: includes/class.gateway.php:346
    183183msgid "Free delivery from"
    184184msgstr ""
    185185
    186 #: includes/class.gateway.php:338
     186#: includes/class.gateway.php:349
    187187msgid "Free delivery from this order subtotal. Empty for paid delivery."
    188188msgstr ""
    189189
    190 #: includes/class.gateway.php:341
     190#: includes/class.gateway.php:352
    191191msgid "Payment methods"
    192192msgstr ""
    193193
    194 #: includes/class.gateway.php:348
     194#: includes/class.gateway.php:359
    195195msgid "Number of payments"
    196196msgstr ""
    197197
    198 #: includes/class.gateway.php:351
     198#: includes/class.gateway.php:362
    199199msgid "Number of payments for Purchase in parts."
    200200msgstr ""
    201201
    202 #: includes/class.gateway.php:354
     202#: includes/class.gateway.php:365
    203203msgid "Automatically complete paid monocheckout orders"
    204204msgstr ""
    205205
    206 #: includes/class.gateway.php:358
     206#: includes/class.gateway.php:369
    207207msgid "Paid orders will automatically be transitioned to Completed status. However \"Cash on delivery\" orders will not be closed automatically."
    208208msgstr ""
    209209
    210 #: includes/class.gateway.php:361
     210#: includes/class.gateway.php:372
    211211msgid "Automatically complete \"Cash on delivery\" orders"
    212212msgstr ""
    213213
    214 #: includes/class.gateway.php:365
     214#: includes/class.gateway.php:376
    215215msgid "Orders with payment type \"Cash on delivery\" will automatically be transitioned to Completed status."
    216216msgstr ""
    217217
    218 #: includes/class.gateway.php:368
     218#: includes/class.gateway.php:379
    219219msgid "Automatically fail unpaid orders"
    220220msgstr ""
    221221
    222 #: includes/class.gateway.php:372
     222#: includes/class.gateway.php:383
    223223msgid "mono orders that haven't been paid in 30 minutes will become failed. The check is performed for orders placed in the last hour only."
    224224msgstr ""
    225225
    226 #: includes/class.gateway.php:375
     226#: includes/class.gateway.php:386
    227227msgid "Base URL"
    228228msgstr ""
    229229
    230 #: includes/class.gateway.php:377
     230#: includes/class.gateway.php:388
    231231msgid "Base URL for mono checkout API."
    232232msgstr ""
    233233
    234 #: includes/class.gateway.php:400
     234#: includes/class.gateway.php:437
    235235msgid "Pickup"
    236236msgstr ""
    237237
    238 #: includes/class.gateway.php:401
     238#: includes/class.gateway.php:438
    239239msgid "Courier"
    240240msgstr ""
    241241
    242 #: includes/class.gateway.php:402
     242#: includes/class.gateway.php:439
    243243msgid "Nova Poshta"
    244244msgstr ""
    245245
    246 #: includes/class.gateway.php:403
     246#: includes/class.gateway.php:440
    247247msgid "NP Postbox"
    248248msgstr ""
    249249
    250 #: includes/class.gateway.php:410
     250#: includes/class.gateway.php:441
     251msgid "NP Cargo"
     252msgstr ""
     253
     254#: includes/class.gateway.php:448
    251255msgid "Card"
    252256msgstr ""
    253257
    254 #: includes/class.gateway.php:412
     258#: includes/class.gateway.php:450
    255259msgid "Purchase in parts"
    256260msgstr ""
    257261
    258 #: includes/class.gateway.php:428
     262#: includes/class.gateway.php:466
    259263msgid "Pending payment"
    260264msgstr ""
    261265
    262 #: includes/class.gateway.php:452
     266#: includes/class.gateway.php:490
    263267msgid "Need help? Check out our FAQ or contact our support."
    264268msgstr ""
    265269
    266 #: includes/class.gateway.php:455
     270#: includes/class.gateway.php:493
    267271msgid "To get token, please, send request in your monobank app and then visit <a href=\"https://web.monobank.ua/\" target=\"_blank\">web.monobank.ua</a>"
    268272msgstr ""
    269273
    270 #: includes/class.gateway.php:456
     274#: includes/class.gateway.php:494
    271275msgid "More details on <a href=\"https://www.monobank.ua/\" target=\"_blank\">monobank.ua</a>"
    272276msgstr ""
    273277
    274 #: includes/class.gateway.php:457
     278#: includes/class.gateway.php:495
    275279msgid "Your callback URL: %s"
    276280msgstr ""
    277281
    278 #: includes/class.gateway.php:458
     282#: includes/class.gateway.php:496
    279283msgid "Your return URL: %s"
    280284msgstr ""
    281285
    282 #: includes/class.gateway.php:461
     286#: includes/class.gateway.php:499
    283287msgid "Get your monobank app now:"
    284288msgstr ""
    285289
    286 #: includes/class.gateway.php:481
     290#: includes/class.gateway.php:519
    287291msgid "Statuses of mono checkout orders:"
    288292msgstr ""
    289293
    290 #: includes/class.gateway.php:496
     294#: includes/class.gateway.php:534
    291295msgid "<strong>Important:</strong> mono checkout does not support orders with coupons."
    292296msgstr ""
    293297
    294 #: includes/class.gateway.php:500
     298#: includes/class.gateway.php:538
    295299msgid "Settings"
    296300msgstr ""
    297301
    298 #: includes/class.gateway.php:511
     302#: includes/class.gateway.php:549
    299303msgid "Frequent errors"
    300304msgstr ""
    301305
    302 #: includes/class.gateway.php:513
    303 #: includes/class.gateway.php:693
     306#: includes/class.gateway.php:551
     307#: includes/class.gateway.php:740
    304308msgid "Fill in your mono checkout Token."
    305309msgstr ""
    306310
    307 #: includes/class.gateway.php:514
     311#: includes/class.gateway.php:552
    308312msgid "Please, get your token at <a href=\"https://web.monobank.ua\" target=\"_blank\">web.monobank.ua</a>"
    309313msgstr ""
    310314
    311 #: includes/class.gateway.php:515
    312 #: includes/class.gateway.php:698
     315#: includes/class.gateway.php:553
     316#: includes/class.gateway.php:745
    313317msgid "Check your mono checkout Token."
    314318msgstr ""
    315319
    316 #: includes/class.gateway.php:516
     320#: includes/class.gateway.php:554
    317321msgid "Please, make sure you used correct token from <a href=\"https://web.monobank.ua\" target=\"_blank\">web.monobank.ua</a>"
    318322msgstr ""
    319323
    320 #: includes/class.gateway.php:517
     324#: includes/class.gateway.php:555
    321325msgid "Payment method X is not available for your store."
    322326msgstr ""
    323327
    324 #: includes/class.gateway.php:518
     328#: includes/class.gateway.php:556
    325329msgid "Please, contact our support at <a href=\"https://web.monobank.ua\" target=\"_blank\">web.monobank.ua</a> to enable corresponding payment method for your account. You can disable it temporarily to keep using mono checkout."
    326330msgstr ""
    327331
    328 #: includes/class.gateway.php:519
     332#: includes/class.gateway.php:557
    329333msgid "Delivery method X is not available for your store."
    330334msgstr ""
    331335
    332 #: includes/class.gateway.php:520
     336#: includes/class.gateway.php:558
    333337msgid "Please, contact our support at <a href=\"https://web.monobank.ua\" target=\"_blank\">web.monobank.ua</a> to enable corresponding delivery method for your account. You can disable it temporarily to keep using mono checkout."
    334338msgstr ""
    335339
    336 #: includes/class.gateway.php:521
    337 #: includes/class.gateway.php:721
     340#: includes/class.gateway.php:559
     341#: includes/class.gateway.php:768
    338342msgid "Checkout is disabled in your account."
    339343msgstr ""
    340344
    341 #: includes/class.gateway.php:522
     345#: includes/class.gateway.php:560
    342346msgid "Please, enable your checkout in your account at <a href=\"https://web.monobank.ua\" target=\"_blank\">web.monobank.ua</a>"
    343347msgstr ""
    344348
    345 #: includes/class.gateway.php:695
    346 #: includes/class.gateway.php:700
    347 #: includes/class.gateway.php:709
    348 #: includes/class.gateway.php:718
    349 #: includes/class.gateway.php:723
     349#: includes/class.gateway.php:742
     350#: includes/class.gateway.php:747
     351#: includes/class.gateway.php:756
     352#: includes/class.gateway.php:765
     353#: includes/class.gateway.php:770
    350354msgid "More info"
    351355msgstr ""
    352356
    353 #: includes/class.gateway.php:707
     357#: includes/class.gateway.php:754
    354358msgid "Payment method \"%s\" is not available for your store."
    355359msgstr ""
    356360
    357 #: includes/class.gateway.php:716
     361#: includes/class.gateway.php:763
    358362msgid "Delivery method \"%s\" is not available for your store."
    359363msgstr ""
    360364
    361 #: includes/class.gateway.php:726
    362 #: includes/class.gateway.php:742
    363 #: includes/class.gateway.php:759
     365#: includes/class.gateway.php:773
     366#: includes/class.gateway.php:789
     367#: includes/class.gateway.php:806
    364368msgid "Payment error: %s"
    365369msgstr ""
    366370
    367 #: includes/class.gateway.php:730
     371#: includes/class.gateway.php:777
    368372msgid "Wrong answer from mono checkout.<br/><a class=\"mono-code-toggle\">API answer</a><pre class=\"mono-api-answer\">%s</pre>"
    369373msgstr ""
    370374
    371 #: includes/class.gateway.php:746
     375#: includes/class.gateway.php:793
    372376msgid "mono checkout declined order: %1$s<br/><a class=\"mono-code-toggle\">API answer</a><pre class=\"mono-api-answer\">%2$s</pre>"
    373377msgstr ""
    374378
    375 #: includes/class.gateway.php:763
     379#: includes/class.gateway.php:810
    376380msgid "mono checkout declined order: %1$s (code: %2$s)<br/><a class=\"mono-code-toggle\">API answer</a><pre class=\"mono-api-answer\">%3$s</pre>"
    377381msgstr ""
    378382
    379 #: includes/class.gateway.php:781
     383#: includes/class.gateway.php:828
    380384msgid "mono ID: <strong>%1$s</strong><br/><a href=\"%2$s\" target=\"_blank\">Checkout link</a><br/><a class=\"mono-code-toggle\">API answer</a><pre class=\"mono-api-answer\">%3$s</pre>"
    381385msgstr ""
    382386
    383 #: includes/class.gateway.php:858
     387#: includes/class.gateway.php:905
    384388msgid "mono checkout status update:<strong>%1$s</strong><br/><a class=\"mono-code-toggle\">API answer</a><pre class=\"mono-api-answer\">%2$s</pre>"
    385389msgstr ""
    386390
    387 #: includes/class.mono.php:180
    388391#: includes/class.mono.php:181
     392#: includes/class.mono.php:182
    389393msgid "API answer"
    390394msgstr ""
    391395
    392 #: includes/class.mono.php:236
     396#: includes/class.mono.php:237
    393397msgid "mono checkout: Please, enable <code>allow_url_fopen</code> setting in PHP configuration (<a href=\"https://chemicloud.com/kb/article/how-to-enable-or-disable-allow_url_fopen-in-cpanel/\" target=\"_blank\">cPanel manual</a>)"
    394398msgstr ""
    395399
    396 #: includes/class.mono.php:238
     400#: includes/class.mono.php:239
    397401msgid "mono requires Woocommerce to be activated. Plugin features are paused."
    398402msgstr ""
    399403
    400 #: includes/class.mono.php:354
     404#: includes/class.mono.php:355
    401405msgid "mono checkout does not support order with coupons"
    402406msgstr ""
    403407
    404 #: includes/class.mono.php:435
     408#: includes/class.mono.php:436
    405409msgid "This payment method is not applicable to orders with coupons."
    406410msgstr ""
  • mono-checkout/tags/1.11.0/mono.php

    r3286209 r3304826  
    77Plugin URI: https://checkout.mono.bank/woocomerce
    88Description: модуль Чекауту від monobank це спосіб автоматизувати процес оформлення покупки на вашому сайті. Доступний функціонал: предзаповнення даних отримувача, рекомендації по доставці та оплаті, всі доступні способи оплати від monobank: еквайринг, Покупка частинами та оплата при отриманні. Має бути підключений інтернет-еквайринг від monobank
    9 Version: 1.10.3
     9Version: 1.11.0
    1010Requires at least: 5.8
    1111Requires PHP: 7.4
     
    1919if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
    2020
    21 define( 'MONO_VERSION', '1.10.3' );
     21define( 'MONO_VERSION', '1.11.0' );
    2222define( 'MONO__MINIMUM_WP_VERSION', '5.8' );
    2323define( 'MONO__PLUGIN_FILE', __FILE__ );
  • mono-checkout/tags/1.11.0/readme.txt

    r3286209 r3304826  
    44Requires at least: 5.8
    55Tested up to: 6.8.1
    6 Stable tag: 1.10.3
     6Stable tag: 1.11.0
    77Requires PHP: 7.4
    88License: GPLv2 or later
     
    5454
    5555== Changelog ==
     56
     57= 1.11.0 =
     58* Додано метод доставки "Вантажні відділення НП"
     59
     60= 1.10.4 =
     61* Додано аліас шорткоду - [mono_checkout]
     62* Виправлення помилок, пов'язаних з шорткодами
    5663
    5764= 1.10.3 =
  • mono-checkout/trunk/includes/class.gateway.php

    r3286209 r3304826  
    411411            return array_keys($this->getShippingOptions());
    412412        }
     413        $result = $option;
    413414        if (!is_array($option)) {
    414             return [$option];
    415         }
    416         return $option;
     415            $result = [$option];
     416        }
     417        if (in_array('np_brnm', $result) and !in_array('np_cargo', $result)) {
     418            $result[] = 'np_cargo';
     419        }
     420        return $result;
    417421    }
    418422
     
    435439            'np_brnm' => __( 'Nova Poshta', 'mono-checkout' ),
    436440            'np_box' => __( 'NP Postbox', 'mono-checkout' ),
     441            'np_cargo' => __( 'NP Cargo', 'mono-checkout' ),
    437442        ];
    438443    }
     
    687692
    688693        $delivery_methods = array_values(array_unique(array_merge($this->getSelectedShippingOptions(), $individualShippingMethods)));
     694
     695        if (
     696            in_array('np_cargo', $individualShippingMethods)
     697            and !in_array('np_box', $individualShippingMethods)
     698            and !in_array('np_brnm', $individualShippingMethods)
     699        ) {
     700            $delivery_methods = array_values(array_diff($delivery_methods, ['np_box', 'np_brnm']));
     701        }
    689702        $free_delivery_from = $this->get_option('free_delivery_from');
    690703        $payment_methods = array_values(array_unique(array_merge($this->getSelectedPaymentMethods(), $individualPaymentMethods)));
  • mono-checkout/trunk/includes/class.mono.php

    r3242725 r3304826  
    7676
    7777        add_shortcode( 'monobank_checkout', [$this, 'shortcode_monobank_checkout'] );
     78        add_shortcode( 'mono_checkout', [$this, 'shortcode_monobank_checkout'] );
    7879
    7980        add_filter( 'woocommerce_valid_order_statuses_for_cancel', [ $this, 'cancel_statuses' ], 10, 2 );
  • mono-checkout/trunk/js/frontend-handlers.js

    r3169137 r3304826  
    5656  if (formData) {
    5757    let product_id = formData.get('product_id');
    58     if (!product_id) { product_id = el.closest('form').getAttribute('data-product_id'); }
     58    if (!product_id) { product_id = form.getAttribute('data-product_id'); }
    5959    if (!product_id) { product_id = el.getAttribute('data-product-id'); }
    6060    if (!product_id) { product_id = form.querySelector('[name=add-to-cart]') ? form.querySelector('[name=add-to-cart]').value : null; }
  • mono-checkout/trunk/languages/mono-checkout-uk.po

    r3249513 r3304826  
    1111"Content-Transfer-Encoding: 8bit\n"
    1212"POT-Creation-Date: 2023-10-25T00:58:42+03:00\n"
    13 "PO-Revision-Date: 2025-02-28 07:55+0000\n"
     13"PO-Revision-Date: 2025-05-29 06:59+0000\n"
    1414"X-Generator: Loco https://localise.biz/\n"
    1515"X-Domain: mono\n"
     
    1919"X-Loco-Version: 2.6.6; wp-6.3.2"
    2020
    21 #: includes/class.gateway.php:496
     21#: includes/class.gateway.php:534
    2222msgid ""
    2323"<strong>Important:</strong> mono checkout does not support orders with "
     
    3434msgstr "Додаткові методи доставки"
    3535
    36 #: includes/class.mono.php:180 includes/class.mono.php:181
     36#: includes/class.mono.php:181 includes/class.mono.php:182
    3737msgid "API answer"
    3838msgstr "Відповідь API"
    3939
    40 #: includes/class.gateway.php:263
     40#: includes/class.gateway.php:274
    4141#| msgid ""
    4242#| "API token from monopay. Get your token at <a href=\"https://web.monobank."
     
    4949"monobank.ua/\" target=\"_blank\">web.monobank.ua</a>"
    5050
    51 #: includes/class.gateway.php:361
     51#: includes/class.gateway.php:372
    5252msgid "Automatically complete \"Cash on delivery\" orders"
    5353msgstr "Автоматично закривати замовленням з оплатою при доставці"
    5454
    55 #: includes/class.gateway.php:354
     55#: includes/class.gateway.php:365
    5656msgid "Automatically complete paid monocheckout orders"
    5757msgstr "Автоматично ставити статус \"Виконано\" сплаченим замовленням"
    5858
    59 #: includes/class.gateway.php:368
     59#: includes/class.gateway.php:379
    6060msgid "Automatically fail unpaid orders"
    6161msgstr "Автоматично скасовувати несплачені замовлення"
    6262
    63 #: includes/class.gateway.php:375
     63#: includes/class.gateway.php:386
    6464msgid "Base URL"
    6565msgstr "Базовий URL"
    6666
    67 #: includes/class.gateway.php:377
     67#: includes/class.gateway.php:388
    6868msgid "Base URL for mono checkout API."
    6969msgstr "Базовий URL для API mono checkout"
    7070
    71 #: includes/class.gateway.php:322
     71#: includes/class.gateway.php:333
    7272msgid "Button style"
    7373msgstr "Стиль кнопки"
     
    8181msgstr "Передзвонити клієнту"
    8282
    83 #: includes/class.gateway.php:410
     83#: includes/class.gateway.php:448
    8484msgid "Card"
    8585msgstr "Картка"
    8686
    87 #: includes/class.gateway.php:318
     87#: includes/class.gateway.php:329
    8888msgid "Cart button height (px)"
    8989msgstr "Висота кнопки в кошику (px)"
    9090
    91 #: includes/class.gateway.php:314
     91#: includes/class.gateway.php:325
    9292msgid "Cart button width (px)"
    9393msgstr "Ширина кнопки в кошику (px)"
    9494
    95 #: includes/class.gateway.php:515 includes/class.gateway.php:698
     95#: includes/class.gateway.php:553 includes/class.gateway.php:745
    9696msgid "Check your mono checkout Token."
    9797msgstr "Будь-ласка, перевірте Токен чекауту для Вашого магазину."
    9898
    99 #: includes/class.gateway.php:290
     99#: includes/class.gateway.php:301
    100100msgid "Checkout button height (px)"
    101101msgstr "Висота кнопки на чекауті (px)"
    102102
    103 #: includes/class.gateway.php:286
     103#: includes/class.gateway.php:297
    104104msgid "Checkout button width (px)"
    105105msgstr "Ширина кнопки на чекауті (px)"
    106106
    107 #: includes/class.gateway.php:275
     107#: includes/class.gateway.php:286
    108108msgid "Checkout description"
    109109msgstr "Опис"
    110110
    111 #: includes/class.gateway.php:521 includes/class.gateway.php:721
     111#: includes/class.gateway.php:559 includes/class.gateway.php:768
    112112msgid "Checkout is disabled in your account."
    113113msgstr "Чекаут відключений у Вашому аккаунті."
     
    125125msgstr "скопіювати код"
    126126
    127 #: includes/class.gateway.php:401
     127#: includes/class.gateway.php:438
    128128msgid "Courier"
    129129msgstr "Кур'єр"
    130130
    131 #: includes/class.gateway.php:716
     131#: includes/class.gateway.php:763
    132132msgid "Delivery method \"%s\" is not available for your store."
    133133msgstr "Спосіб доставки \"%s\" недоступний для Вашого магазину."
    134134
    135 #: includes/class.gateway.php:519
     135#: includes/class.gateway.php:557
    136136msgid "Delivery method X is not available for your store."
    137137msgstr "Спосіб доставки X недоступний для Вашого магазину."
    138138
    139 #: includes/class.gateway.php:328
     139#: includes/class.gateway.php:339
    140140msgid "Delivery options"
    141141msgstr "Методи доставки"
    142142
    143 #: includes/class.gateway.php:308
     143#: includes/class.gateway.php:319
    144144msgid "Enable in cart"
    145145msgstr "Відобразити в кошику"
    146146
    147 #: includes/class.gateway.php:255
     147#: includes/class.gateway.php:266
    148148msgid "Enable module"
    149149msgstr "Активувати модуль"
    150150
    151 #: includes/class.gateway.php:280
     151#: includes/class.gateway.php:291
    152152msgid "Enable on checkout"
    153153msgstr "Відобразити на чекауті"
    154154
    155 #: includes/class.gateway.php:294
     155#: includes/class.gateway.php:305
    156156msgid "Enable on product details"
    157157msgstr "Відобразити на деталях продукту"
    158158
    159 #: includes/class.gateway.php:513 includes/class.gateway.php:693
     159#: includes/class.gateway.php:551 includes/class.gateway.php:740
    160160msgid "Fill in your mono checkout Token."
    161161msgstr "Будь-ласка, заповніть Токен чекауту для Вашого магазину."
    162162
    163 #: includes/class.gateway.php:335
     163#: includes/class.gateway.php:346
    164164msgid "Free delivery from"
    165165msgstr "Безкоштовна доставка від"
    166166
    167 #: includes/class.gateway.php:338
     167#: includes/class.gateway.php:349
    168168msgid "Free delivery from this order subtotal. Empty for paid delivery."
    169169msgstr ""
     
    171171"доставки."
    172172
    173 #: includes/class.gateway.php:511
     173#: includes/class.gateway.php:549
    174174msgid "Frequent errors"
    175175msgstr "Часті помилки"
     
    179179msgstr "Загальна помилка"
    180180
    181 #: includes/class.gateway.php:461
     181#: includes/class.gateway.php:499
    182182msgid "Get your monobank app now:"
    183183msgstr "Скачайте додаток monobank"
     
    205205msgstr "Оформлення через mono checkout"
    206206
    207 #: includes/class.gateway.php:763
     207#: includes/class.gateway.php:810
    208208#| msgid ""
    209209#| "monopay declined order: %1$s (code: %2$s)<br/><a class=\"mono-code-"
     
    216216"code-toggle\">Відповідь API</a><pre class=\"mono-api-answer\">%3$s</pre>"
    217217
    218 #: includes/class.gateway.php:746
     218#: includes/class.gateway.php:793
    219219#| msgid ""
    220220#| "monopay declined order: %1$s<br/><a class=\"mono-code-toggle\">API "
     
    227227"Відповідь API</a><pre class=\"mono-api-answer\">%2$s</pre>"
    228228
    229 #: includes/class.mono.php:354
     229#: includes/class.mono.php:355
    230230msgid "mono checkout does not support order with coupons"
    231231msgstr "mono чекаут не підтримує замовлення з купонами"
    232232
    233 #: includes/class.gateway.php:858
     233#: includes/class.gateway.php:905
    234234#| msgid ""
    235235#| "monopay status update:<strong>%1$s</strong><br/><a class=\"mono-code-"
     
    242242"Відповідь API</a><pre class=\"mono-api-answer\">%2$s</pre>"
    243243
    244 #: includes/class.mono.php:236
     244#: includes/class.mono.php:237
    245245msgid ""
    246246"mono checkout: Please, enable <code>allow_url_fopen</code> setting in PHP "
     
    253253"cPanel</a>)"
    254254
    255 #: includes/class.gateway.php:781
     255#: includes/class.gateway.php:828
    256256msgid ""
    257257"mono ID: <strong>%1$s</strong><br/><a href=\"%2$s\" target=\"_blank\">"
     
    263263"<pre class=\"mono-api-answer\">%3$s</pre>"
    264264
    265 #: includes/class.gateway.php:372
     265#: includes/class.gateway.php:383
    266266msgid ""
    267267"mono orders that haven't been paid in 30 minutes will become failed. The "
     
    271271"Перевірятись будуть тільки замовлення, додані за останню годину."
    272272
    273 #: includes/class.mono.php:238
     273#: includes/class.mono.php:239
    274274msgid "mono requires Woocommerce to be activated. Plugin features are paused."
    275275msgstr ""
     
    281281msgstr "monobank"
    282282
    283 #: includes/class.gateway.php:456
     283#: includes/class.gateway.php:494
    284284msgid ""
    285285"More details on <a href=\"https://www.monobank.ua/\" target=\"_blank\">"
     
    289289"monobank.ua</a>"
    290290
    291 #: includes/class.gateway.php:695 includes/class.gateway.php:700
    292 #: includes/class.gateway.php:709 includes/class.gateway.php:718
    293 #: includes/class.gateway.php:723
     291#: includes/class.gateway.php:742 includes/class.gateway.php:747
     292#: includes/class.gateway.php:756 includes/class.gateway.php:765
     293#: includes/class.gateway.php:770
    294294msgid "More info"
    295295msgstr "Детальніше"
    296296
    297 #: includes/class.gateway.php:452
     297#: includes/class.gateway.php:490
    298298msgid "Need help? Check out our FAQ or contact our support."
    299299msgstr "Потрібна допомога? Подивіться наші ЧаПи або зверніться до підтримки."
     
    319319msgstr "Не підтверджене <span class=\"count\">(%s)</span>"
    320320
    321 #: includes/class.gateway.php:402
     321#: includes/class.gateway.php:439
    322322msgid "Nova Poshta"
    323323msgstr "Нова Пошта"
    324324
    325 #: includes/class.gateway.php:403
     325#: includes/class.gateway.php:441
     326msgid "NP Cargo"
     327msgstr "Вантажне відділення НП"
     328
     329#: includes/class.gateway.php:440
    326330msgid "NP Postbox"
    327331msgstr "Поштомат НП"
    328332
    329 #: includes/class.gateway.php:348
     333#: includes/class.gateway.php:359
    330334msgid "Number of payments"
    331335msgstr "Кількість платежів"
    332336
    333 #: includes/class.gateway.php:351
     337#: includes/class.gateway.php:362
    334338msgid "Number of payments for Purchase in parts."
    335339msgstr "Кількість платежів в покупці частинами"
    336340
    337 #: includes/class.gateway.php:268
     341#: includes/class.gateway.php:279
    338342msgid "Order prefix"
    339343msgstr "Префікс замовлення"
    340344
    341 #: includes/class.gateway.php:365
     345#: includes/class.gateway.php:376
    342346msgid ""
    343347"Orders with payment type \"Cash on delivery\" will automatically be "
     
    347351"\"Виконано\"."
    348352
    349 #: includes/class.gateway.php:358
     353#: includes/class.gateway.php:369
    350354msgid ""
    351355"Paid orders will automatically be transitioned to Completed status. However "
     
    355359"Однак замовлення з оплатою при доставці не автоматично закриті."
    356360
    357 #: includes/class.gateway.php:726 includes/class.gateway.php:742
    358 #: includes/class.gateway.php:759
     361#: includes/class.gateway.php:773 includes/class.gateway.php:789
     362#: includes/class.gateway.php:806
    359363msgid "Payment error: %s"
    360364msgstr "Помилка платежу: %s"
    361365
    362 #: includes/class.gateway.php:707
     366#: includes/class.gateway.php:754
    363367msgid "Payment method \"%s\" is not available for your store."
    364368msgstr "Платіжний метод \"%s\" недоступний для Вашого магазину."
    365369
    366 #: includes/class.gateway.php:517
     370#: includes/class.gateway.php:555
    367371msgid "Payment method X is not available for your store."
    368372msgstr "Платіжний метод X недоступний для Вашого магазину."
    369373
    370 #: includes/class.gateway.php:341
     374#: includes/class.gateway.php:352
    371375msgid "Payment methods"
    372376msgstr "Платіжні методи"
    373377
    374378#: includes/class.gateway.php:72 includes/class.gateway.php:89
    375 #: includes/class.gateway.php:411
     379#: includes/class.gateway.php:449
    376380msgid "Payment on delivery"
    377381msgstr "Оплата при отриманні"
     
    381385msgstr "Оплата при отриманні <span class=\"count\">(%s)</span>"
    382386
    383 #: includes/class.gateway.php:428
     387#: includes/class.gateway.php:466
    384388msgid "Pending payment"
    385389msgstr "Очікування оплати"
    386390
    387 #: includes/class.gateway.php:400
     391#: includes/class.gateway.php:437
    388392msgid "Pickup"
    389393msgstr "Самовивіз"
    390394
    391 #: includes/class.gateway.php:520
     395#: includes/class.gateway.php:558
    392396msgid ""
    393397"Please, contact our support at <a href=\"https://web.monobank.ua\" "
     
    401405"в налаштуваннях чекауту."
    402406
    403 #: includes/class.gateway.php:518
     407#: includes/class.gateway.php:556
    404408#| msgid ""
    405409#| "Please, contact our support at <a href=\"https://web.monobank.ua\" "
     
    416420"в налаштуваннях чекауту."
    417421
    418 #: includes/class.gateway.php:522
     422#: includes/class.gateway.php:560
    419423msgid ""
    420424"Please, enable your checkout in your account at <a href=\"https://web."
     
    424428"monobank.ua\" target=\"_blank\">web.monobank.ua</a>"
    425429
    426 #: includes/class.gateway.php:514
     430#: includes/class.gateway.php:552
    427431msgid ""
    428432"Please, get your token at <a href=\"https://web.monobank.ua\" "
     
    432436"ua\" target=\"_blank\">web.monobank.ua</a>"
    433437
    434 #: includes/class.gateway.php:516
     438#: includes/class.gateway.php:554
    435439msgid ""
    436440"Please, make sure you used correct token from <a href=\"https://web.monobank."
     
    440444"href=\"https://web.monobank.ua\" target=\"_blank\">web.monobank.ua</a>"
    441445
    442 #: includes/class.gateway.php:270
     446#: includes/class.gateway.php:281
    443447msgid "Prepended to order numbers to distinguish between different stores."
    444448msgstr ""
    445449"Додається до номеру замовлення, щоб розрізняти замовлення з різних магазинів"
    446450
    447 #: includes/class.gateway.php:304
     451#: includes/class.gateway.php:315
    448452msgid "Product details button height (px)"
    449453msgstr "Висота кнопки на деталях продукту (px)"
    450454
    451 #: includes/class.gateway.php:300
     455#: includes/class.gateway.php:311
    452456msgid "Product details button width (px)"
    453457msgstr "Ширина кнопки на деталях продукту (px)"
    454458
    455 #: includes/class.gateway.php:412
     459#: includes/class.gateway.php:450
    456460msgid "Purchase in parts"
    457461msgstr "Покупка частинами"
     
    477481"методів."
    478482
    479 #: includes/class.gateway.php:500
     483#: includes/class.gateway.php:538
    480484msgid "Settings"
    481485msgstr "Налаштування"
    482486
    483 #: includes/class.gateway.php:481
     487#: includes/class.gateway.php:519
    484488msgid "Statuses of mono checkout orders:"
    485489msgstr "Статуси замовлень mono checkout:"
    486490
    487 #: includes/class.gateway.php:143 includes/class.gateway.php:691
     491#: includes/class.gateway.php:143 includes/class.gateway.php:738
    488492msgid "Technical error"
    489493msgstr "Технічна помилка"
    490494
    491 #: includes/class.mono.php:435
     495#: includes/class.mono.php:436
    492496msgid "This payment method is not applicable to orders with coupons."
    493497msgstr "Цей платіжний метод не підтримує замовлення з купонами."
    494498
    495 #: includes/class.gateway.php:455
     499#: includes/class.gateway.php:493
    496500msgid ""
    497501"To get token, please, send request in your monobank app and then visit <a "
     
    502506"web.monobank.ua</a>"
    503507
    504 #: includes/class.gateway.php:261
     508#: includes/class.gateway.php:272
    505509msgid "Token"
    506510msgstr "Токен"
     
    510514msgstr "Оновити статус платежу"
    511515
    512 #: includes/class.gateway.php:332 includes/class.gateway.php:345
     516#: includes/class.gateway.php:343 includes/class.gateway.php:356
    513517msgid "Use Ctrl for multiple choices"
    514518msgstr "Натисніть Ctrl, щоб обрати декілька варіантів"
    515519
    516 #: includes/class.gateway.php:730
     520#: includes/class.gateway.php:777
    517521#| msgid ""
    518522#| "Wrong answer from monopay.<br/><a class=\"mono-code-toggle\">API "
     
    529533msgstr "Так"
    530534
    531 #: includes/class.gateway.php:457
     535#: includes/class.gateway.php:495
    532536msgid "Your callback URL: %s"
    533537msgstr "Ваш URL колбеку: %s"
    534538
    535 #: includes/class.gateway.php:458
     539#: includes/class.gateway.php:496
    536540msgid "Your return URL: %s"
    537541msgstr "Ваш URL після успішної оплати (return URL): %s"
  • mono-checkout/trunk/languages/mono-checkout.pot

    r3249513 r3304826  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: mono checkout 1.10.0\n"
     5"Project-Id-Version: mono checkout 1.10.4\n"
    66"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/mono\n"
    77"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
     
    1010"Content-Type: text/plain; charset=UTF-8\n"
    1111"Content-Transfer-Encoding: 8bit\n"
    12 "POT-Creation-Date: 2025-02-28T07:53:27+00:00\n"
     12"POT-Creation-Date: 2025-05-29T06:57:35+00:00\n"
    1313"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
    1414"X-Generator: WP-CLI 2.8.1\n"
     
    6060#: includes/class.gateway.php:72
    6161#: includes/class.gateway.php:89
    62 #: includes/class.gateway.php:411
     62#: includes/class.gateway.php:449
    6363msgid "Payment on delivery"
    6464msgstr ""
     
    103103
    104104#: includes/class.gateway.php:143
    105 #: includes/class.gateway.php:691
     105#: includes/class.gateway.php:738
    106106msgid "Technical error"
    107107msgstr ""
    108108
    109 #: includes/class.gateway.php:255
     109#: includes/class.gateway.php:266
    110110msgid "Enable module"
    111111msgstr ""
    112112
    113 #: includes/class.gateway.php:261
     113#: includes/class.gateway.php:272
    114114msgid "Token"
    115115msgstr ""
    116116
    117 #: includes/class.gateway.php:263
     117#: includes/class.gateway.php:274
    118118msgid "API token from mono checkout. Get your token at <a href=\"https://web.monobank.ua/\" target=\"_blank\">web.monobank.ua</a>"
    119119msgstr ""
    120120
    121 #: includes/class.gateway.php:268
     121#: includes/class.gateway.php:279
    122122msgid "Order prefix"
    123123msgstr ""
    124124
    125 #: includes/class.gateway.php:270
     125#: includes/class.gateway.php:281
    126126msgid "Prepended to order numbers to distinguish between different stores."
    127127msgstr ""
    128128
    129 #: includes/class.gateway.php:275
     129#: includes/class.gateway.php:286
    130130msgid "Checkout description"
    131131msgstr ""
    132132
    133 #: includes/class.gateway.php:280
     133#: includes/class.gateway.php:291
    134134msgid "Enable on checkout"
    135135msgstr ""
    136136
    137 #: includes/class.gateway.php:286
     137#: includes/class.gateway.php:297
    138138msgid "Checkout button width (px)"
    139139msgstr ""
    140140
    141 #: includes/class.gateway.php:290
     141#: includes/class.gateway.php:301
    142142msgid "Checkout button height (px)"
    143143msgstr ""
    144144
    145 #: includes/class.gateway.php:294
     145#: includes/class.gateway.php:305
    146146msgid "Enable on product details"
    147147msgstr ""
    148148
    149 #: includes/class.gateway.php:300
     149#: includes/class.gateway.php:311
    150150msgid "Product details button width (px)"
    151151msgstr ""
    152152
    153 #: includes/class.gateway.php:304
     153#: includes/class.gateway.php:315
    154154msgid "Product details button height (px)"
    155155msgstr ""
    156156
    157 #: includes/class.gateway.php:308
     157#: includes/class.gateway.php:319
    158158msgid "Enable in cart"
    159159msgstr ""
    160160
    161 #: includes/class.gateway.php:314
     161#: includes/class.gateway.php:325
    162162msgid "Cart button width (px)"
    163163msgstr ""
    164164
    165 #: includes/class.gateway.php:318
     165#: includes/class.gateway.php:329
    166166msgid "Cart button height (px)"
    167167msgstr ""
    168168
    169 #: includes/class.gateway.php:322
     169#: includes/class.gateway.php:333
    170170msgid "Button style"
    171171msgstr ""
    172172
    173 #: includes/class.gateway.php:328
     173#: includes/class.gateway.php:339
    174174msgid "Delivery options"
    175175msgstr ""
    176176
    177 #: includes/class.gateway.php:332
    178 #: includes/class.gateway.php:345
     177#: includes/class.gateway.php:343
     178#: includes/class.gateway.php:356
    179179msgid "Use Ctrl for multiple choices"
    180180msgstr ""
    181181
    182 #: includes/class.gateway.php:335
     182#: includes/class.gateway.php:346
    183183msgid "Free delivery from"
    184184msgstr ""
    185185
    186 #: includes/class.gateway.php:338
     186#: includes/class.gateway.php:349
    187187msgid "Free delivery from this order subtotal. Empty for paid delivery."
    188188msgstr ""
    189189
    190 #: includes/class.gateway.php:341
     190#: includes/class.gateway.php:352
    191191msgid "Payment methods"
    192192msgstr ""
    193193
    194 #: includes/class.gateway.php:348
     194#: includes/class.gateway.php:359
    195195msgid "Number of payments"
    196196msgstr ""
    197197
    198 #: includes/class.gateway.php:351
     198#: includes/class.gateway.php:362
    199199msgid "Number of payments for Purchase in parts."
    200200msgstr ""
    201201
    202 #: includes/class.gateway.php:354
     202#: includes/class.gateway.php:365
    203203msgid "Automatically complete paid monocheckout orders"
    204204msgstr ""
    205205
    206 #: includes/class.gateway.php:358
     206#: includes/class.gateway.php:369
    207207msgid "Paid orders will automatically be transitioned to Completed status. However \"Cash on delivery\" orders will not be closed automatically."
    208208msgstr ""
    209209
    210 #: includes/class.gateway.php:361
     210#: includes/class.gateway.php:372
    211211msgid "Automatically complete \"Cash on delivery\" orders"
    212212msgstr ""
    213213
    214 #: includes/class.gateway.php:365
     214#: includes/class.gateway.php:376
    215215msgid "Orders with payment type \"Cash on delivery\" will automatically be transitioned to Completed status."
    216216msgstr ""
    217217
    218 #: includes/class.gateway.php:368
     218#: includes/class.gateway.php:379
    219219msgid "Automatically fail unpaid orders"
    220220msgstr ""
    221221
    222 #: includes/class.gateway.php:372
     222#: includes/class.gateway.php:383
    223223msgid "mono orders that haven't been paid in 30 minutes will become failed. The check is performed for orders placed in the last hour only."
    224224msgstr ""
    225225
    226 #: includes/class.gateway.php:375
     226#: includes/class.gateway.php:386
    227227msgid "Base URL"
    228228msgstr ""
    229229
    230 #: includes/class.gateway.php:377
     230#: includes/class.gateway.php:388
    231231msgid "Base URL for mono checkout API."
    232232msgstr ""
    233233
    234 #: includes/class.gateway.php:400
     234#: includes/class.gateway.php:437
    235235msgid "Pickup"
    236236msgstr ""
    237237
    238 #: includes/class.gateway.php:401
     238#: includes/class.gateway.php:438
    239239msgid "Courier"
    240240msgstr ""
    241241
    242 #: includes/class.gateway.php:402
     242#: includes/class.gateway.php:439
    243243msgid "Nova Poshta"
    244244msgstr ""
    245245
    246 #: includes/class.gateway.php:403
     246#: includes/class.gateway.php:440
    247247msgid "NP Postbox"
    248248msgstr ""
    249249
    250 #: includes/class.gateway.php:410
     250#: includes/class.gateway.php:441
     251msgid "NP Cargo"
     252msgstr ""
     253
     254#: includes/class.gateway.php:448
    251255msgid "Card"
    252256msgstr ""
    253257
    254 #: includes/class.gateway.php:412
     258#: includes/class.gateway.php:450
    255259msgid "Purchase in parts"
    256260msgstr ""
    257261
    258 #: includes/class.gateway.php:428
     262#: includes/class.gateway.php:466
    259263msgid "Pending payment"
    260264msgstr ""
    261265
    262 #: includes/class.gateway.php:452
     266#: includes/class.gateway.php:490
    263267msgid "Need help? Check out our FAQ or contact our support."
    264268msgstr ""
    265269
    266 #: includes/class.gateway.php:455
     270#: includes/class.gateway.php:493
    267271msgid "To get token, please, send request in your monobank app and then visit <a href=\"https://web.monobank.ua/\" target=\"_blank\">web.monobank.ua</a>"
    268272msgstr ""
    269273
    270 #: includes/class.gateway.php:456
     274#: includes/class.gateway.php:494
    271275msgid "More details on <a href=\"https://www.monobank.ua/\" target=\"_blank\">monobank.ua</a>"
    272276msgstr ""
    273277
    274 #: includes/class.gateway.php:457
     278#: includes/class.gateway.php:495
    275279msgid "Your callback URL: %s"
    276280msgstr ""
    277281
    278 #: includes/class.gateway.php:458
     282#: includes/class.gateway.php:496
    279283msgid "Your return URL: %s"
    280284msgstr ""
    281285
    282 #: includes/class.gateway.php:461
     286#: includes/class.gateway.php:499
    283287msgid "Get your monobank app now:"
    284288msgstr ""
    285289
    286 #: includes/class.gateway.php:481
     290#: includes/class.gateway.php:519
    287291msgid "Statuses of mono checkout orders:"
    288292msgstr ""
    289293
    290 #: includes/class.gateway.php:496
     294#: includes/class.gateway.php:534
    291295msgid "<strong>Important:</strong> mono checkout does not support orders with coupons."
    292296msgstr ""
    293297
    294 #: includes/class.gateway.php:500
     298#: includes/class.gateway.php:538
    295299msgid "Settings"
    296300msgstr ""
    297301
    298 #: includes/class.gateway.php:511
     302#: includes/class.gateway.php:549
    299303msgid "Frequent errors"
    300304msgstr ""
    301305
    302 #: includes/class.gateway.php:513
    303 #: includes/class.gateway.php:693
     306#: includes/class.gateway.php:551
     307#: includes/class.gateway.php:740
    304308msgid "Fill in your mono checkout Token."
    305309msgstr ""
    306310
    307 #: includes/class.gateway.php:514
     311#: includes/class.gateway.php:552
    308312msgid "Please, get your token at <a href=\"https://web.monobank.ua\" target=\"_blank\">web.monobank.ua</a>"
    309313msgstr ""
    310314
    311 #: includes/class.gateway.php:515
    312 #: includes/class.gateway.php:698
     315#: includes/class.gateway.php:553
     316#: includes/class.gateway.php:745
    313317msgid "Check your mono checkout Token."
    314318msgstr ""
    315319
    316 #: includes/class.gateway.php:516
     320#: includes/class.gateway.php:554
    317321msgid "Please, make sure you used correct token from <a href=\"https://web.monobank.ua\" target=\"_blank\">web.monobank.ua</a>"
    318322msgstr ""
    319323
    320 #: includes/class.gateway.php:517
     324#: includes/class.gateway.php:555
    321325msgid "Payment method X is not available for your store."
    322326msgstr ""
    323327
    324 #: includes/class.gateway.php:518
     328#: includes/class.gateway.php:556
    325329msgid "Please, contact our support at <a href=\"https://web.monobank.ua\" target=\"_blank\">web.monobank.ua</a> to enable corresponding payment method for your account. You can disable it temporarily to keep using mono checkout."
    326330msgstr ""
    327331
    328 #: includes/class.gateway.php:519
     332#: includes/class.gateway.php:557
    329333msgid "Delivery method X is not available for your store."
    330334msgstr ""
    331335
    332 #: includes/class.gateway.php:520
     336#: includes/class.gateway.php:558
    333337msgid "Please, contact our support at <a href=\"https://web.monobank.ua\" target=\"_blank\">web.monobank.ua</a> to enable corresponding delivery method for your account. You can disable it temporarily to keep using mono checkout."
    334338msgstr ""
    335339
    336 #: includes/class.gateway.php:521
    337 #: includes/class.gateway.php:721
     340#: includes/class.gateway.php:559
     341#: includes/class.gateway.php:768
    338342msgid "Checkout is disabled in your account."
    339343msgstr ""
    340344
    341 #: includes/class.gateway.php:522
     345#: includes/class.gateway.php:560
    342346msgid "Please, enable your checkout in your account at <a href=\"https://web.monobank.ua\" target=\"_blank\">web.monobank.ua</a>"
    343347msgstr ""
    344348
    345 #: includes/class.gateway.php:695
    346 #: includes/class.gateway.php:700
    347 #: includes/class.gateway.php:709
    348 #: includes/class.gateway.php:718
    349 #: includes/class.gateway.php:723
     349#: includes/class.gateway.php:742
     350#: includes/class.gateway.php:747
     351#: includes/class.gateway.php:756
     352#: includes/class.gateway.php:765
     353#: includes/class.gateway.php:770
    350354msgid "More info"
    351355msgstr ""
    352356
    353 #: includes/class.gateway.php:707
     357#: includes/class.gateway.php:754
    354358msgid "Payment method \"%s\" is not available for your store."
    355359msgstr ""
    356360
    357 #: includes/class.gateway.php:716
     361#: includes/class.gateway.php:763
    358362msgid "Delivery method \"%s\" is not available for your store."
    359363msgstr ""
    360364
    361 #: includes/class.gateway.php:726
    362 #: includes/class.gateway.php:742
    363 #: includes/class.gateway.php:759
     365#: includes/class.gateway.php:773
     366#: includes/class.gateway.php:789
     367#: includes/class.gateway.php:806
    364368msgid "Payment error: %s"
    365369msgstr ""
    366370
    367 #: includes/class.gateway.php:730
     371#: includes/class.gateway.php:777
    368372msgid "Wrong answer from mono checkout.<br/><a class=\"mono-code-toggle\">API answer</a><pre class=\"mono-api-answer\">%s</pre>"
    369373msgstr ""
    370374
    371 #: includes/class.gateway.php:746
     375#: includes/class.gateway.php:793
    372376msgid "mono checkout declined order: %1$s<br/><a class=\"mono-code-toggle\">API answer</a><pre class=\"mono-api-answer\">%2$s</pre>"
    373377msgstr ""
    374378
    375 #: includes/class.gateway.php:763
     379#: includes/class.gateway.php:810
    376380msgid "mono checkout declined order: %1$s (code: %2$s)<br/><a class=\"mono-code-toggle\">API answer</a><pre class=\"mono-api-answer\">%3$s</pre>"
    377381msgstr ""
    378382
    379 #: includes/class.gateway.php:781
     383#: includes/class.gateway.php:828
    380384msgid "mono ID: <strong>%1$s</strong><br/><a href=\"%2$s\" target=\"_blank\">Checkout link</a><br/><a class=\"mono-code-toggle\">API answer</a><pre class=\"mono-api-answer\">%3$s</pre>"
    381385msgstr ""
    382386
    383 #: includes/class.gateway.php:858
     387#: includes/class.gateway.php:905
    384388msgid "mono checkout status update:<strong>%1$s</strong><br/><a class=\"mono-code-toggle\">API answer</a><pre class=\"mono-api-answer\">%2$s</pre>"
    385389msgstr ""
    386390
    387 #: includes/class.mono.php:180
    388391#: includes/class.mono.php:181
     392#: includes/class.mono.php:182
    389393msgid "API answer"
    390394msgstr ""
    391395
    392 #: includes/class.mono.php:236
     396#: includes/class.mono.php:237
    393397msgid "mono checkout: Please, enable <code>allow_url_fopen</code> setting in PHP configuration (<a href=\"https://chemicloud.com/kb/article/how-to-enable-or-disable-allow_url_fopen-in-cpanel/\" target=\"_blank\">cPanel manual</a>)"
    394398msgstr ""
    395399
    396 #: includes/class.mono.php:238
     400#: includes/class.mono.php:239
    397401msgid "mono requires Woocommerce to be activated. Plugin features are paused."
    398402msgstr ""
    399403
    400 #: includes/class.mono.php:354
     404#: includes/class.mono.php:355
    401405msgid "mono checkout does not support order with coupons"
    402406msgstr ""
    403407
    404 #: includes/class.mono.php:435
     408#: includes/class.mono.php:436
    405409msgid "This payment method is not applicable to orders with coupons."
    406410msgstr ""
  • mono-checkout/trunk/mono.php

    r3286209 r3304826  
    77Plugin URI: https://checkout.mono.bank/woocomerce
    88Description: модуль Чекауту від monobank це спосіб автоматизувати процес оформлення покупки на вашому сайті. Доступний функціонал: предзаповнення даних отримувача, рекомендації по доставці та оплаті, всі доступні способи оплати від monobank: еквайринг, Покупка частинами та оплата при отриманні. Має бути підключений інтернет-еквайринг від monobank
    9 Version: 1.10.3
     9Version: 1.11.0
    1010Requires at least: 5.8
    1111Requires PHP: 7.4
     
    1919if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
    2020
    21 define( 'MONO_VERSION', '1.10.3' );
     21define( 'MONO_VERSION', '1.11.0' );
    2222define( 'MONO__MINIMUM_WP_VERSION', '5.8' );
    2323define( 'MONO__PLUGIN_FILE', __FILE__ );
  • mono-checkout/trunk/readme.txt

    r3286209 r3304826  
    44Requires at least: 5.8
    55Tested up to: 6.8.1
    6 Stable tag: 1.10.3
     6Stable tag: 1.11.0
    77Requires PHP: 7.4
    88License: GPLv2 or later
     
    5454
    5555== Changelog ==
     56
     57= 1.11.0 =
     58* Додано метод доставки "Вантажні відділення НП"
     59
     60= 1.10.4 =
     61* Додано аліас шорткоду - [mono_checkout]
     62* Виправлення помилок, пов'язаних з шорткодами
    5663
    5764= 1.10.3 =
Note: See TracChangeset for help on using the changeset viewer.