Changeset 3447759
- Timestamp:
- 01/27/2026 10:45:40 AM (3 weeks ago)
- Location:
- allpay-payment-gateway/trunk
- Files:
-
- 6 edited
-
allpay-gateway.php (modified) (1 diff)
-
classes/class-allpay.php (modified) (12 diffs)
-
languages/allpay-payment-gateway-he_IL.po (modified) (1 diff)
-
languages/allpay-payment-gateway-ru_RU.po (modified) (1 diff)
-
languages/allpay-payment-gateway.pot (modified) (1 diff)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
allpay-payment-gateway/trunk/allpay-gateway.php
r3365680 r3447759 3 3 * Plugin Name: Allpay payment gateway 4 4 * Plugin URI: https://www.allpay.co.il/integrations/wordpress 5 * Description: Allpay Payment Gateway for WooCommerce to accepts Visa, Mastercard, Diners, AmEx and other brands.5 * Description: Allpay payment gateway for WooCommerce to accepts Visa, Mastercard, Diners, AmEx and other brands, and Apple Pay and Bit. 6 6 * Author: Allpay 7 7 * Author URI: https://allpay.co.il 8 * Version: 1. 1.38 * Version: 1.2.0 9 9 * Text Domain: allpay-payment-gateway 10 10 * Domain Path: /languages 11 * Tested up to: 6. 8.212 * WC tested up to: 9. 6.211 * Tested up to: 6.9 12 * WC tested up to: 9.8.6 13 13 * WC requires at least: 3.0 14 14 * -
allpay-payment-gateway/trunk/classes/class-allpay.php
r3386517 r3447759 6 6 class WC_Allpay extends WC_Payment_Gateway { 7 7 8 public $enabled; 9 public $title; 10 public $description; 11 12 public $api_login; 13 public $api_key; 14 15 public $installment_n; 16 public $installment_min_order; 17 18 public $display_tehudat_mode; 19 20 public $currency_payment; 21 22 public $debug; 23 8 24 function __construct() { 9 25 $this->id = "allpay-payment-gateway"; 10 $this->method_title = __( ' Bank cards paymentsvia Allpay', 'allpay-payment-gateway' );11 $this->method_description = __( 'Allpay Payment Gateway Plug-in for WooCommerce', 'allpay-payment-gateway' );12 $this->title = __( ' Bank cards paymentsvia Allpay', 'allpay-payment-gateway' );13 $this->description = __( 'Allpay Payment Gateway Plug-in for WooCommerce', 'allpay-payment-gateway' );26 $this->method_title = __( 'Credit card payment via Allpay', 'allpay-payment-gateway' ); 27 $this->method_description = __( 'Allpay payment gateway plug-in for WooCommerce', 'allpay-payment-gateway' ); 28 $this->title = __( 'Credit card payment via Allpay', 'allpay-payment-gateway' ); 29 $this->description = __( 'Allpay payment gateway plug-in for WooCommerce', 'allpay-payment-gateway' ); 14 30 $this->icon = null; 15 31 $this->has_fields = true; … … 18 34 $this->init_settings(); 19 35 20 foreach ( $this->settings as $setting_key => $value ) { 21 $this->$setting_key = $value; 22 } 36 $this->enabled = $this->get_option( 'enabled' ); 37 $this->title = $this->get_option( 'title' ); 38 $this->description = $this->get_option( 'description' ); 39 40 $this->api_login = $this->get_option( 'api_login' ); 41 $this->api_key = $this->get_option( 'api_key' ); 42 43 $this->installment_n = (int) $this->get_option( 'installment_n', 0 ); 44 $this->installment_min_order = (float) $this->get_option( 'installment_min_order', 1000 ); 45 46 $this->display_tehudat_mode = (int) $this->get_option( 'display_tehudat_mode', 2 ); 47 48 $this->currency_payment = $this->get_option( 'currency_payment', 'ILS' ); 23 49 24 50 add_action( 'woocommerce_api_allpay' , array($this, 'webhook') ); … … 40 66 41 67 $chunks = []; 42 $wh_params = ['name', 'items', 'amount', ' order_id', 'currency', 'status', 'client_name',68 $wh_params = ['name', 'items', 'amount', 'inst', 'order_id', 'currency', 'status', 'client_name', 43 69 'client_email', 'client_tehudat', 'client_phone', 'card_mask', 'card_brand', 'foreign_card', 44 70 'add_field_1', 'add_field_2', 'receipt']; … … 56 82 $transaction_id = (int)$_REQUEST['order_id']; 57 83 $customer_order->payment_complete($transaction_id); 58 wc_reduce_stock_levels($customer_order);59 84 } else { 60 echo 'Notification error: ' . json_encode($_REQUEST) . ' / ' . $sign ;85 echo 'Notification error: ' . json_encode($_REQUEST) . ' / ' . $sign . ' / ' . $this->debug; 61 86 } 62 87 exit(); … … 74 99 'title' => __( 'Title', 'allpay-payment-gateway' ), 75 100 'type' => 'text', 76 'desc_tip' => __( 'Payment title the customer will see during the checkout process.', 'allpay-payment-gateway' ), 77 'default' => __( 'Credit card', 'allpay-payment-gateway' ), 101 'description' => __( 'Payment method name shown to customers at checkout', 'allpay-payment-gateway' ), 102 'desc_tip' => __( 'Recommended: Credit card payment via Allpay', 'allpay-payment-gateway' ), 103 'default' => __( 'Credit card payment via Allpay', 'allpay-payment-gateway' ), 78 104 ), 79 105 'description' => array( 80 106 'title' => __( 'Description', 'allpay-payment-gateway' ), 81 107 'type' => 'textarea', 82 'desc_tip' => __( 'Payment description the customer will see during the checkout process.', 'allpay-payment-gateway' ), 83 'default' => __( 'Pay securely using your credit card.', 'allpay-payment-gateway' ), 108 'description' => __( 'Payment method description shown to customers at checkout', 'allpay-payment-gateway' ), 109 'desc_tip' => __( 'Recommended: Pay securely with a credit/debit card, Apple Pay, or Bit', 'allpay-payment-gateway' ), 110 'default' => __( 'Pay securely with a credit/debit card, Apple Pay, or Bit.', 'allpay-payment-gateway' ), 84 111 'css' => 'max-width:350px;' 85 112 ), … … 87 114 'title' => __( 'API login', 'allpay-payment-gateway' ), 88 115 'type' => 'text', 89 'desc_tip' => __( ' Allpay API Login', 'allpay-payment-gateway' ),116 'desc_tip' => __( 'Crate API Login in your Allpay account: Settings -> Integrations -> WordPress', 'allpay-payment-gateway' ), 90 117 ), 91 118 'api_key' => array( 92 119 'title' => __( 'API key', 'allpay-payment-gateway' ), 93 120 'type' => 'password', 94 'desc_tip' => __( ' Allpay API Key', 'allpay-payment-gateway' ),121 'desc_tip' => __( 'Crate API key in your Allpay account: Settings -> Integrations -> WordPress', 'allpay-payment-gateway' ), 95 122 ), 96 123 'installment_n' => array( 97 124 'title' => __( 'Installment max payments', 'allpay-payment-gateway' ), 98 125 'type' => 'number', 99 'description' => __( 'Maximum number of installment payments. Up to 12, zero to disable .', 'allpay-payment-gateway' ),126 'description' => __( 'Maximum number of installment payments. Up to 12, zero to disable', 'allpay-payment-gateway' ), 100 127 'desc_tip' => __( 'Allows client to choose number of payments. Valid for credit cards only (no debit cards)', 'allpay-payment-gateway' ), 101 128 'default' => 0 … … 104 131 'title' => __( 'Installment min order amount', 'allpay-payment-gateway' ), 105 132 'type' => 'number', 106 'description' => __( 'Minimum order amount for installments. Zero for orders of any amount .', 'allpay-payment-gateway' ),133 'description' => __( 'Minimum order amount for installments. Zero for orders of any amount', 'allpay-payment-gateway' ), 107 134 'desc_tip' => __( 'Enables installment option when payment amount equals or above this value', 'allpay-payment-gateway' ), 108 135 'default' => 1000 109 ) 136 ), 137 'currency_payment' => array( 138 'title' => __( 'Payment currency', 'allpay-payment-gateway' ), 139 'type' => 'select', 140 'description' => __( 'Before selecting USD or EUR, make sure these currencies are enabled on your Allpay account', 'allpay-payment-gateway' ), 141 'desc_tip' => __( 'The currency in which the payment will be processed. Any price shown in another currency will be converted to this currency', 'allpay-payment-gateway' ), 142 'default' => 'ILS', 143 'options' => array( 144 'ILS' => __( 'Israeli Shekel (ILS)', 'allpay-payment-gateway' ), 145 'USD' => __( 'US Dollar (USD)', 'allpay-payment-gateway' ), 146 'EUR' => __( 'Euro (EUR)', 'allpay-payment-gateway' ), 147 ), 148 ), 149 'display_tehudat_mode' => array( 150 'title' => __( 'Teudat zeut field', 'allpay-payment-gateway' ), 151 'type' => 'select', 152 'description' => __( 'Request Teudat Zehut (Israeli ID) on the payment page', 'allpay-payment-gateway' ), 153 'desc_tip' => __( 'When customers should be asked to provide their Teudat Zehut number', 'allpay-payment-gateway' ), 154 'default' => 2, 155 'options' => array( 156 1 => __( 'Only for customers from Israel', 'allpay-payment-gateway' ), 157 2 => __( 'For all customers', 'allpay-payment-gateway' ), 158 0 => __( 'Do not request', 'allpay-payment-gateway' ), 159 ), 160 ) 110 161 ); 111 162 } … … 115 166 $customer_order = wc_get_order( $order_id ); 116 167 117 $environment_url = 'https://allpay.to/app/?show=getpayment&mode=api 8';168 $environment_url = 'https://allpay.to/app/?show=getpayment&mode=api10'; 118 169 119 170 $user_id = get_current_user_id(); … … 140 191 "login" => $this->api_login, 141 192 "amount" => $customer_order->get_total(), 142 "currency" => get_woocommerce_currency(), 193 "currency" => ($this->currency_payment ?? 'ILS'), 194 "currency_display" => get_woocommerce_currency(), 143 195 "lang" => $this->get_lang(), 144 196 "order_id" => str_replace( "#", "", $customer_order->get_order_number() ), … … 148 200 "notifications_url" => get_home_url() . '/?wc-api=allpay', 149 201 "success_url" => $customer_order->get_checkout_order_received_url(), 150 "backlink_url" => home_url()202 "backlink_url" => wc_get_checkout_url() 151 203 ); 152 204 … … 158 210 } 159 211 212 if($this->display_tehudat_mode == 0 || $this->display_tehudat_mode == 1 && $customer_order->get_billing_country() != 'IL') { 213 $request['client_tehudat'] = '000000000'; 214 } 215 160 216 $tax_included = wc_tax_enabled() && wc_prices_include_tax() && $customer_order->get_total_tax() > 0; 161 217 162 // Items 163 $items = []; 164 foreach ($customer_order->get_items() as $item_id => $item) { 165 $quantity = $item->get_quantity(); 166 $price = ($quantity > 0) ? ( $item->get_total() + $item->get_total_tax() ) / $quantity : 0; 167 168 $items[] = [ 169 'name' => $item->get_name(), 170 'price' => $price, 171 'qty' => $quantity, 172 'vat' => ($tax_included ? 1 : 0) 173 ]; 174 } 175 foreach ($customer_order->get_fees() as $fee_id => $fee) { 176 $items[] = [ 177 'name' => $fee->get_name(), 178 'price' => $fee->get_total(), 179 'qty' => 1, 180 'vat' => ($tax_included ? 1 : 0) 181 ]; 182 } 183 if ($shipping_total = $customer_order->get_shipping_total()) { 184 $items[] = [ 185 'name' => $customer_order->get_shipping_method(), 186 'price' => $shipping_total, 187 'qty' => 1, 188 'vat' => ($tax_included ? 1 : 0) 189 ]; 190 } 191 $request['items'] = $items; 218 // Items 219 $items = []; 220 221 foreach ($customer_order->get_items() as $item_id => $item) { 222 $qty = (int) $item->get_quantity(); 223 224 $line_total = (float) $item->get_total(); 225 $line_total_tax = (float) $item->get_total_tax(); 226 227 $unit_price_gross = ($qty > 0) ? (($line_total + $line_total_tax) / $qty) : 0; 228 229 $items[] = [ 230 'name' => $item->get_name(), 231 'price' => $unit_price_gross, 232 'qty' => $qty, 233 'vat' => ($line_total_tax > 0 ? 1 : 0), 234 ]; 235 } 236 237 foreach ($customer_order->get_fees() as $fee_id => $fee) { 238 $fee_total = (float) $fee->get_total(); 239 $fee_total_tax = (float) $fee->get_total_tax(); 240 241 $items[] = [ 242 'name' => $fee->get_name(), 243 'price' => ($fee_total + $fee_total_tax), 244 'qty' => 1, 245 'vat' => ($fee_total_tax > 0 ? 1 : 0), 246 ]; 247 } 248 249 $shipping_total = (float) $customer_order->get_shipping_total(); 250 $shipping_total_tax = (float) $customer_order->get_shipping_tax(); 251 252 if ($shipping_total > 0 || $shipping_total_tax > 0) { 253 $items[] = [ 254 'name' => $customer_order->get_shipping_method(), 255 'price' => ($shipping_total + $shipping_total_tax), 256 'qty' => 1, 257 'vat' => ($shipping_total_tax > 0 ? 1 : 0), 258 ]; 259 } 260 261 $request['items'] = $items; 192 262 193 263 $request['sign'] = $this->get_signature($request); … … 233 303 ksort($item); 234 304 foreach($item as $name => $val) { 235 if ($val !== '') {305 if ($val !== null && $val !== '') { 236 306 $chunks[] = $val; 237 307 } 238 308 } 239 } elseif ($item !== '') {309 } elseif ($item !== null && $item !== '') { 240 310 $chunks[] = $item; 241 311 } 242 312 } 243 } elseif ($v !== '') {313 } elseif ($v !== null && $v !== '') { 244 314 $chunks[] = $v; 245 315 } 246 316 } 247 317 $this->debug = implode(':', $chunks); 248 318 $signature = implode(':', $chunks) . ':' . $this->api_key; 249 319 $signature = hash('sha256', $signature); -
allpay-payment-gateway/trunk/languages/allpay-payment-gateway-he_IL.po
r3365680 r3447759 1 # Copyright (C) 202 3Allpay1 # Copyright (C) 2026 Allpay 2 2 # This file is distributed under the GPLv2 or later. 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: Allpay payment gateway 1.0.2\n" 6 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/allpay-payment-" 7 "gateway.1.0.2\n" 8 "POT-Creation-Date: 2023-07-19T19:35:49+03:00\n" 9 "PO-Revision-Date: 2023-07-19 21:02+0300\n" 10 "Last-Translator: \n" 11 "Language-Team: \n" 5 "Project-Id-Version: Allpay payment gateway 1.2\n" 6 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/allpay-payment-gateway\n" 7 "Last-Translator: FULL NAME <[email protected]>\n" 8 "Language-Team: Hebrew <[email protected]>\n" 12 9 "Language: he_IL\n" 13 10 "MIME-Version: 1.0\n" 14 11 "Content-Type: text/plain; charset=UTF-8\n" 15 12 "Content-Transfer-Encoding: 8bit\n" 16 "X-Generator: Poedit 3.3.2\n" 13 "POT-Creation-Date: 2026-01-26T12:46:43+00:00\n" 14 "PO-Revision-Date: 2026-01-26 15:20+0200\n" 15 "X-Generator: WP-CLI 2.12.0\n" 17 16 "X-Domain: allpay-payment-gateway\n" 18 17 19 18 #. Plugin Name of the plugin 19 #: allpay-gateway.php 20 20 msgid "Allpay payment gateway" 21 msgstr "שער תשלו ם שלAllpay"21 msgstr "שער תשלומים Allpay" 22 22 23 23 #. Plugin URI of the plugin 24 msgid "https://www.allpay.co.il/integrations/woocommerce" 25 msgstr "" 24 #: allpay-gateway.php 25 msgid "https://www.allpay.co.il/integrations/wordpress" 26 msgstr "https://www.allpay.co.il/integrations/wordpress" 26 27 27 28 #. Description of the plugin 28 msgid "Allpay Payment Gateway for WooCommerce." 29 msgstr "שער תשלום של Allpay לWooCommerce." 29 #: allpay-gateway.php 30 msgid "Allpay payment gateway for WooCommerce to accepts Visa, Mastercard, Diners, AmEx and other brands, and Apple Pay and Bit." 31 msgstr "שער התשלומים Allpay ל־WooCommerce תומך בכרטיסי Visa, Mastercard, Diners, American Express ומותגים נוספים, וכן Apple Pay ו-Bit." 30 32 31 33 #. Author of the plugin 34 #: allpay-gateway.php 32 35 msgid "Allpay" 33 msgstr " "36 msgstr "Allpay" 34 37 35 38 #. Author URI of the plugin 39 #: allpay-gateway.php 36 40 msgid "https://allpay.co.il" 37 msgstr " "41 msgstr "https://allpay.co.il" 38 42 39 #: allpay-gateway.php: 4743 #: allpay-gateway.php:55 40 44 msgid "Settings" 41 45 msgstr "הגדרות" 42 46 43 #: allpay.php:12 allpay.php:16 44 msgid "Bank cards payments Allpay" 45 msgstr "תשלום בכרטיסי בנק דרך Allpay" 47 #: classes/class-allpay.php:26 48 #: classes/class-allpay.php:28 49 #: classes/class-allpay.php:103 50 msgid "Credit card payment via Allpay" 51 msgstr "תשלום בכרטיס אשראי באמצעות Allpay" 46 52 47 #: allpay.php:14 48 msgid "Allpay Payment Gateway Plug-in for WooCommerce" 49 msgstr "פלאגין שער תשלום של Allpay עבור WooCommerce" 53 #: classes/class-allpay.php:27 54 #: classes/class-allpay.php:29 55 msgid "Allpay payment gateway plug-in for WooCommerce" 56 msgstr "תוסף שער התשלומים Allpay ל־WooCommerce" 50 57 51 #: allpay.php:5558 #: classes/class-allpay.php:93 52 59 msgid "Enable / Disable" 53 msgstr " להפעיל / לכבות"60 msgstr "הפעלה / השבתה" 54 61 55 #: allpay.php:5662 #: classes/class-allpay.php:94 56 63 msgid "Enable this payment gateway" 57 msgstr "הפעל את אמצעי התשלום הזה"64 msgstr "הפעלת שער תשלומים זה" 58 65 59 #: allpay.php:6166 #: classes/class-allpay.php:99 60 67 msgid "Title" 61 68 msgstr "כותרת" 62 69 63 #: allpay.php:6364 msgid "Payment title the customer will see during the checkout process."65 msgstr " כותרת התשלום שהקונה יראה בעת ביצוע ההזמנה."70 #: classes/class-allpay.php:101 71 msgid "Payment method name shown to customers at checkout" 72 msgstr "שם אמצעי התשלום המוצג ללקוחות בעמוד התשלום" 66 73 67 #: allpay.php:6468 msgid " Credit card"69 msgstr " כרטיס אשראי"74 #: classes/class-allpay.php:102 75 msgid "Recommended: Credit card payment via Allpay" 76 msgstr "מומלץ: תשלום בכרטיס אשראי באמצעות Allpay" 70 77 71 #: allpay.php:6778 #: classes/class-allpay.php:106 72 79 msgid "Description" 73 80 msgstr "תיאור" 74 81 75 #: allpay.php:6976 msgid "Payment description the customer will see during the checkout process."77 msgstr "תיאור התשלום שיראה הקונה בעת ביצוע ההזמנה."82 #: classes/class-allpay.php:108 83 msgid "Payment method description shown to customers at checkout" 84 msgstr "תיאור אמצעי התשלום המוצג ללקוחות בעמוד התשלום" 78 85 79 #: allpay.php:7080 msgid " Pay securely using your credit card."81 msgstr " שלם בצורה מאובטחת עם כרטיס האשראי שלך."86 #: classes/class-allpay.php:109 87 msgid "Recommended: Pay securely with a credit/debit card, Apple Pay, or Bit" 88 msgstr "מומלץ: תשלום מאובטח בכרטיס אשראי/דביט, Apple Pay או Bit" 82 89 83 #: allpay.php:74 90 #: classes/class-allpay.php:110 91 msgid "Pay securely with a credit/debit card, Apple Pay, or Bit." 92 msgstr "שלם בצורה מאובטחת באמצעות כרטיס אשראי/דביט, Apple Pay או Bit." 93 94 #: classes/class-allpay.php:114 84 95 msgid "API login" 85 96 msgstr "שם משתמש API" 86 97 87 #: allpay.php:7688 msgid " Allpay API Login"89 msgstr " שם משתמש API בAllpay"98 #: classes/class-allpay.php:116 99 msgid "Crate API Login in your Allpay account: Settings -> Integrations -> WordPress" 100 msgstr "צור שם משתמש API בחשבון Allpay שלך: הגדרות → אינטגרציות → WordPress" 90 101 91 #: allpay.php:79102 #: classes/class-allpay.php:119 92 103 msgid "API key" 93 104 msgstr "מפתח API" 94 105 95 #: allpay.php:8196 msgid " Allpay API Key"97 msgstr " מפתח API בAllpay"106 #: classes/class-allpay.php:121 107 msgid "Crate API key in your Allpay account: Settings -> Integrations -> WordPress" 108 msgstr "צור מפתח API בחשבון Allpay שלך: הגדרות → אינטגרציות → WordPress" 98 109 99 #: allpay.php:84110 #: classes/class-allpay.php:124 100 111 msgid "Installment max payments" 101 msgstr " תשלומים מקסימליים"112 msgstr "מספר תשלומים מרבי" 102 113 103 #: allpay.php:86104 msgid "Maximum number of installment payments. Up to 12, zero to disable ."105 msgstr "מספר מקסימלי של תשלומים. עד 12, אפס כדי להשבית."114 #: classes/class-allpay.php:126 115 msgid "Maximum number of installment payments. Up to 12, zero to disable" 116 msgstr "מספר תשלומים מרבי. עד 12, 0 לביטול האפשרות" 106 117 107 #: allpay.php:87 108 msgid "" 109 "Allows client to choose number of payments. Valid for credit cards only (no " 110 "debit cards)" 111 msgstr "" 112 "מאפשר ללקוח לבחור מספר תשלומים. עובד עבור כרטיסי אשראי בלבד (ללא כרטיסי " 113 "דיירכט)" 118 #: classes/class-allpay.php:127 119 msgid "Allows client to choose number of payments. Valid for credit cards only (no debit cards)" 120 msgstr "מאפשר ללקוח לבחור את מספר התשלומים. זמין לכרטיסי אשראי בלבד (לא כרטיסי דביט)" 114 121 115 #: allpay.php:91122 #: classes/class-allpay.php:131 116 123 msgid "Installment min order amount" 117 msgstr "סכום הזמנה מינימלי בתשלומים"124 msgstr "סכום הזמנה מינימלי לתשלומים" 118 125 119 #: allpay.php:93120 msgid "Minimum order amount for installments. Zero for orders of any amount ."121 msgstr " מינימום הזמנה בתשלומים. אפס עבור הזמנות בכל סכום."126 #: classes/class-allpay.php:133 127 msgid "Minimum order amount for installments. Zero for orders of any amount" 128 msgstr "סכום הזמנה מינימלי לתשלומים. 0 להזמנות בכל סכום" 122 129 123 #: allpay.php:94 124 msgid "" 125 "Enables installment option when payment amount equals or above this value" 126 msgstr "מפעיל את אפשרות התשלומים כאשר סכום התשלום שווה או גדול מערך זה" 130 #: classes/class-allpay.php:134 131 msgid "Enables installment option when payment amount equals or above this value" 132 msgstr "מאפשר תשלומים כאשר סכום התשלום שווה או גבוה מערך זה" 127 133 128 #: allpay.php:98129 msgid " First payment amount"130 msgstr " סכום התשלום הראשון"134 #: classes/class-allpay.php:138 135 msgid "Payment currency" 136 msgstr "מטבע התשלום" 131 137 132 #: allpay.php:100133 msgid " First Installment payment. Zero for auto."134 msgstr " סכום התשלום הראשון. אפס לחישוב אוטומטי."138 #: classes/class-allpay.php:140 139 msgid "Before selecting USD or EUR, make sure these currencies are enabled on your Allpay account" 140 msgstr "לפני בחירת USD או EUR, ודא שמטבעות אלה מופעלים בחשבון Allpay שלך" 135 141 136 #: allpay.php:101 137 msgid "" 138 "Makes first payment amount fixed. If set to 0, the system will calculate the " 139 "first payment" 140 msgstr "קובע את סכום התשלום הראשון. אם מוגדר ל-0, המערכת תחשב את התשלום הראשון" 142 #: classes/class-allpay.php:141 143 msgid "The currency in which the payment will be processed. Any price shown in another currency will be converted to this currency" 144 msgstr "המטבע שבו התשלום יעובד. כל מחיר המוצג במטבע אחר יומר למטבע זה" 141 145 142 #: allpay.php:146 143 msgid "" 144 "We are currently experiencing problems trying to connect to this payment " 145 "gateway. Sorry for the inconvenience." 146 msgstr "" 147 "אנו נתקלים כעת בבעיות בניסיון להתחבר לשער תשלום זה.אנו מצטערים על אי הנוחות." 146 #: classes/class-allpay.php:144 147 msgid "Israeli Shekel (ILS)" 148 msgstr "שקל ישראלי (ILS)" 148 149 149 #: allpay.php:149 150 msgid "Allpay's Response was empty." 151 msgstr "תגובה ריקה משער התשלום." 150 #: classes/class-allpay.php:145 151 msgid "US Dollar (USD)" 152 msgstr "דולר אמריקאי (USD)" 153 154 #: classes/class-allpay.php:146 155 msgid "Euro (EUR)" 156 msgstr "אירו (EUR)" 157 158 #: classes/class-allpay.php:150 159 msgid "Teudat zeut field" 160 msgstr "שדה תעודת זהות" 161 162 #: classes/class-allpay.php:152 163 #: classes/class-allpay.php:153 164 msgid "Request Teudat Zehut (Israeli ID) on the payment page" 165 msgstr "לבקש תעודת זהות (ת״ז) בעמוד התשלום" 166 167 #: classes/class-allpay.php:156 168 msgid "Only for Israeli customers" 169 msgstr "רק ללקוחות מישראל" 170 171 #: classes/class-allpay.php:157 172 msgid "For all customers" 173 msgstr "לכל הלקוחות" 174 175 #: classes/class-allpay.php:158 176 msgid "Do not request" 177 msgstr "לא לבקש" 178 179 #: classes/class-allpay.php:272 180 msgid "We are currently experiencing problems trying to connect to this payment gateway. Sorry for the inconvenience." 181 msgstr "אנו חווים כעת בעיות בהתחברות לשער התשלומים. עמכם הסליחה על אי הנוחות." 182 183 #: classes/class-allpay.php:290 184 msgid "Unknown error" 185 msgstr "שגיאה לא ידועה" -
allpay-payment-gateway/trunk/languages/allpay-payment-gateway-ru_RU.po
r3365680 r3447759 1 # Copyright (C) 202 4Allpay1 # Copyright (C) 2026 Allpay 2 2 # This file is distributed under the GPLv2 or later. 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: Allpay payment gateway 1. 1.0\n"5 "Project-Id-Version: Allpay payment gateway 1.2\n" 6 6 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/allpay-payment-gateway\n" 7 "POT-Creation-Date: 2023-07-19T19:35:49+03:00\n" 8 "PO-Revision-Date: 2024-11-06 10:02+0200\n" 9 "Last-Translator: \n" 10 "Language-Team: \n" 11 "Language: ru_RU\n" 7 "Last-Translator: Allpay <[email protected]>\n" 8 "Language-Team: Russian <[email protected]>\n" 9 "Language: ru\n" 12 10 "MIME-Version: 1.0\n" 13 11 "Content-Type: text/plain; charset=UTF-8\n" 14 12 "Content-Transfer-Encoding: 8bit\n" 15 "X-Generator: Poedit 3.5\n" 13 "POT-Creation-Date: 2026-01-26T12:46:43+00:00\n" 14 "PO-Revision-Date: 2026-01-26 15:00+0200\n" 15 "X-Generator: WP-CLI 2.12.0\n" 16 16 "X-Domain: allpay-payment-gateway\n" 17 17 18 18 #. Plugin Name of the plugin 19 #: allpay-gateway.php 19 20 msgid "Allpay payment gateway" 20 21 msgstr "Платежный шлюз Allpay" 21 22 22 23 #. Plugin URI of the plugin 23 msgid "https://www.allpay.co.il/integrations/woocommerce" 24 msgstr "" 24 #: allpay-gateway.php 25 msgid "https://www.allpay.co.il/integrations/wordpress" 26 msgstr "https://www.allpay.co.il/integrations/wordpress" 25 27 26 28 #. Description of the plugin 27 msgid "Allpay Payment Gateway for WooCommerce to accepts Visa, Mastercard, Diners, AmEx and other brands. Fast payment with Bit included." 28 msgstr "Платежный шлюз Allpay для WooCommerce для получения оплат картами Visa, Mastercard, AmEx, Diners и другими, а также через кнопку Bit." 29 #: allpay-gateway.php 30 msgid "Allpay payment gateway for WooCommerce to accepts Visa, Mastercard, Diners, AmEx and other brands, and Apple Pay and Bit." 31 msgstr "Платежный шлюз Allpay для WooCommerce с поддержкой Visa, Mastercard, Diners, American Express и других брендов, а также Apple Pay и Bit." 29 32 30 33 #. Author of the plugin 34 #: allpay-gateway.php 31 35 msgid "Allpay" 32 msgstr " "36 msgstr "Allpay" 33 37 34 38 #. Author URI of the plugin 39 #: allpay-gateway.php 35 40 msgid "https://allpay.co.il" 36 msgstr " "41 msgstr "https://allpay.co.il" 37 42 38 #: allpay-gateway.php: 4743 #: allpay-gateway.php:55 39 44 msgid "Settings" 40 45 msgstr "Настройки" 41 46 42 #: allpay.php:12 allpay.php:16 43 msgid "Bank cards payments Allpay" 44 msgstr "Оплата банковскими картами Allpay" 47 #: classes/class-allpay.php:26 48 #: classes/class-allpay.php:28 49 #: classes/class-allpay.php:103 50 msgid "Credit card payment via Allpay" 51 msgstr "Оплата банковской картой через Allpay" 45 52 46 #: allpay.php:14 47 msgid "Allpay Payment Gateway Plug-in for WooCommerce" 53 #: classes/class-allpay.php:27 54 #: classes/class-allpay.php:29 55 msgid "Allpay payment gateway plug-in for WooCommerce" 48 56 msgstr "Плагин платежного шлюза Allpay для WooCommerce" 49 57 50 #: allpay.php:5558 #: classes/class-allpay.php:93 51 59 msgid "Enable / Disable" 52 msgstr "Включить / Выключить"60 msgstr "Включить / отключить" 53 61 54 #: allpay.php:5662 #: classes/class-allpay.php:94 55 63 msgid "Enable this payment gateway" 56 msgstr "Включить этот метод оплаты"64 msgstr "Включить этот платежный шлюз" 57 65 58 #: allpay.php:6166 #: classes/class-allpay.php:99 59 67 msgid "Title" 60 msgstr " Заголовок"68 msgstr "Название" 61 69 62 #: allpay.php:6363 msgid "Payment title the customer will see during the checkout process."64 msgstr " Заголовок платежа, который покупатель увидит в процессе оформления заказа."70 #: classes/class-allpay.php:101 71 msgid "Payment method name shown to customers at checkout" 72 msgstr "Название способа оплаты, отображаемое покупателям при оформлении заказа" 65 73 66 #: allpay.php:6467 msgid " Credit card"68 msgstr " Кредитная карта"74 #: classes/class-allpay.php:102 75 msgid "Recommended: Credit card payment via Allpay" 76 msgstr "Рекомендуется: оплата банковской картой через Allpay" 69 77 70 #: allpay.php:6778 #: classes/class-allpay.php:106 71 79 msgid "Description" 72 80 msgstr "Описание" 73 81 74 #: allpay.php:6975 msgid "Payment description the customer will see during the checkout process."76 msgstr "Описание платежа, которое покупатель увидит в процессе оформления заказа."82 #: classes/class-allpay.php:108 83 msgid "Payment method description shown to customers at checkout" 84 msgstr "Описание способа оплаты, отображаемое покупателям при оформлении заказа" 77 85 78 #: allpay.php:7079 msgid " Pay securely using your credit card."80 msgstr " Платите безопасно с помощью кредитной карты."86 #: classes/class-allpay.php:109 87 msgid "Recommended: Pay securely with a credit/debit card, Apple Pay, or Bit" 88 msgstr "Рекомендуется: безопасная оплата картой, Apple Pay или Bit" 81 89 82 #: allpay.php:74 90 #: classes/class-allpay.php:110 91 msgid "Pay securely with a credit/debit card, Apple Pay, or Bit." 92 msgstr "Оплачивайте безопасно с помощью карты, Apple Pay или Bit." 93 94 #: classes/class-allpay.php:114 83 95 msgid "API login" 84 96 msgstr "API логин" 85 97 86 #: allpay.php:7687 msgid " Allpay API Login"88 msgstr " Логин API Allpay"98 #: classes/class-allpay.php:116 99 msgid "Crate API Login in your Allpay account: Settings -> Integrations -> WordPress" 100 msgstr "Создайте API логин в личном кабинете Allpay: Настройки → Интеграции → WordPress" 89 101 90 #: allpay.php:79102 #: classes/class-allpay.php:119 91 103 msgid "API key" 92 104 msgstr "API ключ" 93 105 94 #: allpay.php:8195 msgid " Allpay API Key"96 msgstr " Ключ API Allpay"106 #: classes/class-allpay.php:121 107 msgid "Crate API key in your Allpay account: Settings -> Integrations -> WordPress" 108 msgstr "Создайте API ключ в личном кабинете Allpay: Настройки → Интеграции → WordPress" 97 109 98 #: allpay.php:84110 #: classes/class-allpay.php:124 99 111 msgid "Installment max payments" 100 msgstr " Платежей в рассрочку до"112 msgstr "Максимальное количество платежей в рассрочку" 101 113 102 #: allpay.php:86103 msgid "Maximum number of installment payments. Up to 12, zero to disable ."104 msgstr "Максимальное количество платежей в рассрочку. Максимум до12-и платежей. 0 для отключения."114 #: classes/class-allpay.php:126 115 msgid "Maximum number of installment payments. Up to 12, zero to disable" 116 msgstr "Максимальное количество платежей в рассрочку. До 12, 0 — отключить" 105 117 106 #: allpay.php:87118 #: classes/class-allpay.php:127 107 119 msgid "Allows client to choose number of payments. Valid for credit cards only (no debit cards)" 108 msgstr "Позволяет клиенту выбрать количество платежей. Д ействительно только для кредитных карт (без дебетовых карт)"120 msgstr "Позволяет клиенту выбрать количество платежей. Доступно только для кредитных карт (не для дебетовых)" 109 121 110 #: allpay.php:91122 #: classes/class-allpay.php:131 111 123 msgid "Installment min order amount" 112 msgstr "Минимальная сумма заказа в рассрочку"124 msgstr "Минимальная сумма заказа для рассрочки" 113 125 114 #: allpay.php:93115 msgid "Minimum order amount for installments. Zero for orders of any amount ."116 msgstr "Минимальная сумма заказа в рассрочку. Ноль для заказов на любую сумму."126 #: classes/class-allpay.php:133 127 msgid "Minimum order amount for installments. Zero for orders of any amount" 128 msgstr "Минимальная сумма заказа для рассрочки. 0 — для заказов на любую сумму" 117 129 118 #: allpay.php:94130 #: classes/class-allpay.php:134 119 131 msgid "Enables installment option when payment amount equals or above this value" 120 msgstr "Включает опцию рассрочки, когда сумма платежа равна или превышает этозначение"132 msgstr "Включает возможность рассрочки, если сумма платежа равна или превышает указанное значение" 121 133 122 #: allpay.php:98123 msgid " First payment amount"124 msgstr " Сумма первогоплатежа"134 #: classes/class-allpay.php:138 135 msgid "Payment currency" 136 msgstr "Валюта платежа" 125 137 126 #: allpay.php:100127 msgid " First Installment payment. Zero for auto."128 msgstr " Оплата первого взноса. Ноль для автоматического расчета."138 #: classes/class-allpay.php:140 139 msgid "Before selecting USD or EUR, make sure these currencies are enabled on your Allpay account" 140 msgstr "Перед выбором USD или EUR убедитесь, что эти валюты активированы в вашем аккаунте Allpay" 129 141 130 #: allpay.php:101131 msgid " Makes first payment amount fixed. If set to 0, the system will calculate the first payment"132 msgstr " Фиксирует сумму первого платежа. Если установлено 0, система рассчитает первый платеж"142 #: classes/class-allpay.php:141 143 msgid "The currency in which the payment will be processed. Any price shown in another currency will be converted to this currency" 144 msgstr "Валюта, в которой будет обработан платеж. Любая цена, указанная в другой валюте, будет сконвертирована в эту валюту" 133 145 134 #: allpay.php:146 146 #: classes/class-allpay.php:144 147 msgid "Israeli Shekel (ILS)" 148 msgstr "Израильский шекель (ILS)" 149 150 #: classes/class-allpay.php:145 151 msgid "US Dollar (USD)" 152 msgstr "Доллар США (USD)" 153 154 #: classes/class-allpay.php:146 155 msgid "Euro (EUR)" 156 msgstr "Евро (EUR)" 157 158 #: classes/class-allpay.php:150 159 msgid "Teudat zeut field" 160 msgstr "Поле Teudat Zehut" 161 162 #: classes/class-allpay.php:152 163 #: classes/class-allpay.php:153 164 msgid "Request Teudat Zehut (Israeli ID) on the payment page" 165 msgstr "Запрашивать Teudat Zehut (израильский ID) на странице оплаты" 166 167 #: classes/class-allpay.php:156 168 msgid "Only for Israeli customers" 169 msgstr "Только у покупателей из Израиля" 170 171 #: classes/class-allpay.php:157 172 msgid "For all customers" 173 msgstr "У всех покупателей" 174 175 #: classes/class-allpay.php:158 176 msgid "Do not request" 177 msgstr "Не запрашивать" 178 179 #: classes/class-allpay.php:272 135 180 msgid "We are currently experiencing problems trying to connect to this payment gateway. Sorry for the inconvenience." 136 msgstr "В настоящее время у нас возникают проблемы с подключением к этомуплатежному шлюзу. Приносим извинения за неудобства."181 msgstr "В данный момент возникли проблемы с подключением к платежному шлюзу. Приносим извинения за неудобства." 137 182 138 #: allpay.php:149139 msgid " Allpay's Response was empty."140 msgstr " Пустой ответ от платежного шлюза."183 #: classes/class-allpay.php:290 184 msgid "Unknown error" 185 msgstr "Неизвестная ошибка" -
allpay-payment-gateway/trunk/languages/allpay-payment-gateway.pot
r3365680 r3447759 1 # Copyright (C) 202 4Allpay1 # Copyright (C) 2026 Allpay 2 2 # This file is distributed under the GPLv2 or later. 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: Allpay payment gateway 1. 1.0\n"5 "Project-Id-Version: Allpay payment gateway 1.2\n" 6 6 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/allpay-payment-gateway\n" 7 "Last-Translator: Pavel Freedman <[email protected]>\n"7 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" 8 8 "Language-Team: LANGUAGE <[email protected]>\n" 9 9 "MIME-Version: 1.0\n" 10 10 "Content-Type: text/plain; charset=UTF-8\n" 11 11 "Content-Transfer-Encoding: 8bit\n" 12 "POT-Creation-Date: 202 3-07-19T19:35:49+03:00\n"12 "POT-Creation-Date: 2026-01-26T12:46:43+00:00\n" 13 13 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 14 "X-Generator: WP-CLI 2. 8.1\n"14 "X-Generator: WP-CLI 2.12.0\n" 15 15 "X-Domain: allpay-payment-gateway\n" 16 16 17 17 #. Plugin Name of the plugin 18 #: allpay-gateway.php 18 19 msgid "Allpay payment gateway" 19 20 msgstr "" 20 21 21 22 #. Plugin URI of the plugin 22 msgid "https://www.allpay.co.il/integrations/woocommerce" 23 #: allpay-gateway.php 24 msgid "https://www.allpay.co.il/integrations/wordpress" 23 25 msgstr "" 24 26 25 27 #. Description of the plugin 26 msgid "Allpay Payment Gateway for WooCommerce to accepts Visa, Mastercard, Diners, AmEx and other brands. Fast payment with Bit included." 28 #: allpay-gateway.php 29 msgid "Allpay payment gateway for WooCommerce to accepts Visa, Mastercard, Diners, AmEx and other brands, and Apple Pay and Bit." 27 30 msgstr "" 28 31 29 32 #. Author of the plugin 33 #: allpay-gateway.php 30 34 msgid "Allpay" 31 35 msgstr "" 32 36 33 37 #. Author URI of the plugin 38 #: allpay-gateway.php 34 39 msgid "https://allpay.co.il" 35 40 msgstr "" 36 41 37 #: allpay-gateway.php: 4742 #: allpay-gateway.php:55 38 43 msgid "Settings" 39 44 msgstr "" 40 45 41 #: allpay.php:12 42 #: allpay.php:16 43 msgid "Bank cards payments via Allpay" 46 #: classes/class-allpay.php:26 47 #: classes/class-allpay.php:28 48 #: classes/class-allpay.php:103 49 msgid "Credit card payment via Allpay" 44 50 msgstr "" 45 51 46 #: allpay.php:14 47 msgid "Allpay Payment Gateway Plug-in for WooCommerce" 52 #: classes/class-allpay.php:27 53 #: classes/class-allpay.php:29 54 msgid "Allpay payment gateway plug-in for WooCommerce" 48 55 msgstr "" 49 56 50 #: allpay.php:5557 #: classes/class-allpay.php:93 51 58 msgid "Enable / Disable" 52 59 msgstr "" 53 60 54 #: allpay.php:5661 #: classes/class-allpay.php:94 55 62 msgid "Enable this payment gateway" 56 63 msgstr "" 57 64 58 #: allpay.php:6165 #: classes/class-allpay.php:99 59 66 msgid "Title" 60 67 msgstr "" 61 68 62 #: allpay.php:6363 msgid "Payment title the customer will see during the checkout process."69 #: classes/class-allpay.php:101 70 msgid "Payment method name shown to customers at checkout" 64 71 msgstr "" 65 72 66 #: allpay.php:6467 msgid " Credit card"73 #: classes/class-allpay.php:102 74 msgid "Recommended: Credit card payment via Allpay" 68 75 msgstr "" 69 76 70 #: allpay.php:6777 #: classes/class-allpay.php:106 71 78 msgid "Description" 72 79 msgstr "" 73 80 74 #: allpay.php:6975 msgid "Payment description the customer will see during the checkout process."81 #: classes/class-allpay.php:108 82 msgid "Payment method description shown to customers at checkout" 76 83 msgstr "" 77 84 78 #: allpay.php:7079 msgid " Pay securely using your credit card."85 #: classes/class-allpay.php:109 86 msgid "Recommended: Pay securely with a credit/debit card, Apple Pay, or Bit" 80 87 msgstr "" 81 88 82 #: allpay.php:74 89 #: classes/class-allpay.php:110 90 msgid "Pay securely with a credit/debit card, Apple Pay, or Bit." 91 msgstr "" 92 93 #: classes/class-allpay.php:114 83 94 msgid "API login" 84 95 msgstr "" 85 96 86 #: allpay.php:7687 msgid " Allpay API Login"97 #: classes/class-allpay.php:116 98 msgid "Crate API Login in your Allpay account: Settings -> Integrations -> WordPress" 88 99 msgstr "" 89 100 90 #: allpay.php:79101 #: classes/class-allpay.php:119 91 102 msgid "API key" 92 103 msgstr "" 93 104 94 #: allpay.php:8195 msgid " Allpay API Key"105 #: classes/class-allpay.php:121 106 msgid "Crate API key in your Allpay account: Settings -> Integrations -> WordPress" 96 107 msgstr "" 97 108 98 #: allpay.php:84109 #: classes/class-allpay.php:124 99 110 msgid "Installment max payments" 100 111 msgstr "" 101 112 102 #: allpay.php:86103 msgid "Maximum number of installment payments. Up to 12, zero to disable ."113 #: classes/class-allpay.php:126 114 msgid "Maximum number of installment payments. Up to 12, zero to disable" 104 115 msgstr "" 105 116 106 #: allpay.php:87117 #: classes/class-allpay.php:127 107 118 msgid "Allows client to choose number of payments. Valid for credit cards only (no debit cards)" 108 119 msgstr "" 109 120 110 #: allpay.php:91121 #: classes/class-allpay.php:131 111 122 msgid "Installment min order amount" 112 123 msgstr "" 113 124 114 #: allpay.php:93115 msgid "Minimum order amount for installments. Zero for orders of any amount ."125 #: classes/class-allpay.php:133 126 msgid "Minimum order amount for installments. Zero for orders of any amount" 116 127 msgstr "" 117 128 118 #: allpay.php:94129 #: classes/class-allpay.php:134 119 130 msgid "Enables installment option when payment amount equals or above this value" 120 131 msgstr "" 121 132 122 #: allpay.php:98123 msgid " First payment amount"133 #: classes/class-allpay.php:138 134 msgid "Payment currency" 124 135 msgstr "" 125 136 126 #: allpay.php:100127 msgid " First Installment payment. Zero for auto."137 #: classes/class-allpay.php:140 138 msgid "Before selecting USD or EUR, make sure these currencies are enabled on your Allpay account" 128 139 msgstr "" 129 140 130 #: allpay.php:101131 msgid " Makes first payment amount fixed. If set to 0, the system will calculate the first payment"141 #: classes/class-allpay.php:141 142 msgid "The currency in which the payment will be processed. Any price shown in another currency will be converted to this currency" 132 143 msgstr "" 133 144 134 #: allpay.php:146 145 #: classes/class-allpay.php:144 146 msgid "Israeli Shekel (ILS)" 147 msgstr "" 148 149 #: classes/class-allpay.php:145 150 msgid "US Dollar (USD)" 151 msgstr "" 152 153 #: classes/class-allpay.php:146 154 msgid "Euro (EUR)" 155 msgstr "" 156 157 #: classes/class-allpay.php:150 158 msgid "Teudat zeut field" 159 msgstr "" 160 161 #: classes/class-allpay.php:152 162 #: classes/class-allpay.php:153 163 msgid "Request Teudat Zehut (Israeli ID) on the payment page" 164 msgstr "" 165 166 #: classes/class-allpay.php:156 167 msgid "Only for customers from Israel" 168 msgstr "" 169 170 #: classes/class-allpay.php:157 171 msgid "For all customers" 172 msgstr "" 173 174 #: classes/class-allpay.php:158 175 msgid "Do not request" 176 msgstr "" 177 178 #: classes/class-allpay.php:272 135 179 msgid "We are currently experiencing problems trying to connect to this payment gateway. Sorry for the inconvenience." 136 180 msgstr "" 137 181 138 #: allpay.php:149139 msgid " Allpay's Response was empty."182 #: classes/class-allpay.php:290 183 msgid "Unknown error" 140 184 msgstr "" -
allpay-payment-gateway/trunk/readme.txt
r3365680 r3447759 4 4 Requires PHP: 5.6 5 5 Requires at least: 4.7 6 Tested up to: 6. 8.27 Stable tag: 1. 1.36 Tested up to: 6.9 7 Stable tag: 1.2.0 8 8 License: GPLv3 9 9 License URI: https://www.gnu.org/licenses/gpl-3.0.html … … 29 29 ### Features 30 30 1. Low commission. 31 2. Support via email, Telegram, and WhatsApp in English, Russian, and Hebrew.31 2. Support via email, Telegram, and WhatsApp. 32 32 3. Supported cards: Visa, Mastercard, American Express, Diners, Isracard, JCB. 33 4. Fast payment buttons forApple Pay and Bit.34 5. Payments from all over the world (except forthe Russian Federation).33 4. Fast payment buttons: Apple Pay and Bit. 34 5. Payments from all countries (except the Russian Federation). 35 35 6. Installments (tashlumim). 36 7. Integration with digital invoices (receipts).37 8. Automatic currency conversion.38 9. Mobile application for Android and iPhone.39 10. Payment page available in English, Hebrew, Russian, and Arabic.40 11. Your logo on the payment page.36 7. Integration with digital receipts. 37 8. Mobile app for Android and iOS. 38 9. Automatic detection of payment page language. Supports 8 languages, including English, Hebrew, Russian, Arabic, and French. 39 10. Your logo on the payment page. 40 11. Currency display option: show prices in a customer-friendly currency while charging in ILS, USD, or EUR. 41 41 42 42 == Screenshots == … … 64 64 65 65 == Changelog == 66 = 1.2.0 – 27 January 2026 = 67 * New: Payment currency selector added to plugin settings. 68 * New: Currency converter: show prices in a customer-friendly currency while charging in ILS, USD, or EUR. 69 * New: Tehudat Zehut (Israeli ID) field control 70 * New: Support of WP 6.9 71 * Fix: VAT calculation for delivery. 72 * Fix: Double stock deduction. 73 * Fix: Issue where orders were not marked as paid. 74 66 75 = 1.1.3 - 22 SEPTEMBER 2025 = 67 76 * New: VAT calculation support.
Note: See TracChangeset
for help on using the changeset viewer.