-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathclass-wc-gateway-nextpay.php
430 lines (330 loc) · 22.1 KB
/
class-wc-gateway-nextpay.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
<?php
if (!defined('ABSPATH'))
exit;
function Load_NextPay_Gateway()
{
if (class_exists('WC_Payment_Gateway') && !class_exists('WC_Nextpay') && !function_exists('Woocommerce_Add_NextPay_Gateway')) {
add_filter('woocommerce_payment_gateways', 'Woocommerce_Add_NextPay_Gateway');
function Woocommerce_Add_NextPay_Gateway($methods)
{
$methods[] = 'WC_Nextpay';
return $methods;
}
add_filter('woocommerce_currencies', 'add_IR_currency');
function add_IR_currency($currencies)
{
$currencies['IRR'] = __('ریال', 'woocommerce');
$currencies['IRT'] = __('تومان', 'woocommerce');
$currencies['IRHR'] = __('هزار ریال', 'woocommerce');
$currencies['IRHT'] = __('هزار تومان', 'woocommerce');
return $currencies;
}
add_filter('woocommerce_currency_symbol', 'add_IR_currency_symbol', 10, 2);
function add_IR_currency_symbol($currency_symbol, $currency)
{
switch ($currency) {
case 'IRR':
$currency_symbol = 'ریال';
break;
case 'IRT':
$currency_symbol = 'تومان';
break;
case 'IRHR':
$currency_symbol = 'هزار ریال';
break;
case 'IRHT':
$currency_symbol = 'هزار تومان';
break;
}
return $currency_symbol;
}
class WC_Nextpay extends WC_Payment_Gateway
{
public function __construct()
{
$this->id = 'WC_Nextpay';
$this->method_title = __('پرداخت امن نکست پی', 'woocommerce');
$this->method_description = __('تنظیمات درگاه پرداخت نکست پی برای افزونه فروشگاه ساز ووکامرس', 'woocommerce');
$this->icon = apply_filters('WC_Nextpay_logo', WP_PLUGIN_URL . "/" . plugin_basename(dirname(__FILE__)) . '/assets/images/logo.png');
$this->has_fields = false;
$this->init_form_fields();
$this->init_settings();
$this->title = $this->settings['title'];
$this->description = $this->settings['description'];
$this->apikey = $this->settings['apikey'];
$this->success_massage = $this->settings['success_massage'];
$this->failed_massage = $this->settings['failed_massage'];
if (version_compare(WOOCOMMERCE_VERSION, '2.0.0', '>='))
add_action('woocommerce_update_options_payment_gateways_' . $this->id, array($this, 'process_admin_options'));
else
add_action('woocommerce_update_options_payment_gateways', array($this, 'process_admin_options'));
add_action('woocommerce_receipt_' . $this->id . '', array($this, 'Send_to_NextPay_Gateway'));
add_action('woocommerce_api_' . strtolower(get_class($this)) . '', array($this, 'Return_from_NextPay_Gateway'));
}
public function admin_options()
{
parent::admin_options();
}
public function init_form_fields()
{
$this->form_fields = apply_filters('WC_Nextpay_Config', array(
'base_confing' => array(
'title' => __('تنظیمات پایه ای', 'woocommerce'),
'type' => 'title',
'description' => '',
),
'enabled' => array(
'title' => __('فعالسازی/غیرفعالسازی', 'woocommerce'),
'type' => 'checkbox',
'label' => __('فعالسازی درگاه نکست پی', 'woocommerce'),
'description' => __('برای فعالسازی درگاه پرداخت نکست پی باید چک باکس را تیک بزنید', 'woocommerce'),
'default' => 'yes',
'desc_tip' => true,
),
'title' => array(
'title' => __('عنوان درگاه', 'woocommerce'),
'type' => 'text',
'description' => __('عنوان درگاه که در طی خرید به مشتری نمایش داده میشود', 'woocommerce'),
'default' => __('پرداخت امن نکست پی', 'woocommerce'),
'desc_tip' => true,
),
'description' => array(
'title' => __('توضیحات درگاه', 'woocommerce'),
'type' => 'text',
'desc_tip' => true,
'description' => __('توضیحاتی که در طی عملیات پرداخت برای درگاه نمایش داده خواهد شد', 'woocommerce'),
'default' => __('پرداخت امن به وسیله کلیه کارت های عضو شتاب از طریق درگاه نکست پی', 'woocommerce')
),
'account_confing' => array(
'title' => __('تنظیمات حساب نکست پی', 'woocommerce'),
'type' => 'title',
'description' => '',
),
'apikey' => array(
'title' => __('کلید مجوزدهی', 'woocommerce'),
'type' => 'text',
'description' => __('کلید مجوزدهی درگاه نکست پی', 'woocommerce'),
'default' => '',
'desc_tip' => true
),
'payment_confing' => array(
'title' => __('تنظیمات عملیات پرداخت', 'woocommerce'),
'type' => 'title',
'description' => '',
),
'success_massage' => array(
'title' => __('پیام پرداخت موفق', 'woocommerce'),
'type' => 'textarea',
'description' => __('متن پیامی که میخواهید بعد از پرداخت موفق به کاربر نمایش دهید را وارد نمایید . همچنین می توانید از شورت کد {transaction_id} برای نمایش کد رهگیری (توکن) نکست پی استفاده نمایید .', 'woocommerce'),
'default' => __('با تشکر از شما . سفارش شما با موفقیت پرداخت شد .', 'woocommerce'),
),
'failed_massage' => array(
'title' => __('پیام پرداخت ناموفق', 'woocommerce'),
'type' => 'textarea',
'description' => __('متن پیامی که میخواهید بعد از پرداخت ناموفق به کاربر نمایش دهید را وارد نمایید . همچنین می توانید از شورت کد {fault} برای نمایش دلیل خطای رخ داده استفاده نمایید . این دلیل خطا از سایت نکست پی ارسال میگردد .', 'woocommerce'),
'default' => __('پرداخت شما ناموفق بوده است . لطفا مجددا تلاش نمایید یا در صورت بروز اشکال با مدیر سایت تماس بگیرید .', 'woocommerce'),
),
)
);
}
public function process_payment($order_id)
{
$order = new WC_Order($order_id);
return array(
'result' => 'success',
'redirect' => $order->get_checkout_payment_url(true)
);
}
public function Send_to_NextPay_Gateway($order_id)
{
global $woocommerce;
$order = new WC_Order($order_id);
$currency = $order->get_order_currency();
$currency = apply_filters('WC_Nextpay_Currency', $currency, $order_id);
$form = '<form action="" method="POST" class="nextpay-checkout-form" id="nextpay-checkout-form">
<input type="submit" name="nextpay_submit" class="button alt" id="nextpay-payment-button" value="' . __('پرداخت', 'woocommerce') . '"/>
<a class="button cancel" href="' . $woocommerce->cart->get_checkout_url() . '">' . __('بازگشت', 'woocommerce') . '</a>
</form><br/>';
$form = apply_filters('WC_Nextpay_Form', $form, $order_id, $woocommerce);
do_action('WC_Nextpay_Gateway_Before_Form', $order_id, $woocommerce);
echo $form;
do_action('WC_Nextpay_Gateway_After_Form', $order_id, $woocommerce);
$Amount = intval($order->order_total);
$Amount = apply_filters('woocommerce_order_amount_total_IRANIAN_gateways_before_check_currency', $Amount, $currency);
if (strtolower($currency) == strtolower('IRT') || strtolower($currency) == strtolower('TOMAN') || strtolower($currency) == strtolower('Iran TOMAN') || strtolower($currency) == strtolower('Iranian TOMAN') || strtolower($currency) == strtolower('Iran-TOMAN') || strtolower($currency) == strtolower('Iranian-TOMAN') || strtolower($currency) == strtolower('Iran_TOMAN') || strtolower($currency) == strtolower('Iranian_TOMAN') || strtolower($currency) == strtolower('تومان') || strtolower($currency) == strtolower('تومان ایران')
)
$Amount = $Amount * 1;
else if (strtolower($currency) == strtolower('IRHT'))
$Amount = $Amount * 1000;
else if (strtolower($currency) == strtolower('IRHR'))
$Amount = $Amount * 100;
else if (strtolower($currency) == strtolower('IRR'))
$Amount = $Amount / 10;
$Amount = apply_filters('woocommerce_order_amount_total_IRANIAN_gateways_after_check_currency', $Amount, $currency);
$Amount = apply_filters('woocommerce_order_amount_total_IRANIAN_gateways_irt', $Amount, $currency);
$Amount = apply_filters('woocommerce_order_amount_total_NextPay_gateway', $Amount, $currency);
$apikey = $this->apikey;
$CallbackUrl = add_query_arg('wc_order', $order_id, WC()->api_request_url('WC_Nextpay'));
$products = array();
$order_items = $order->get_items();
foreach ((array)$order_items as $product) {
$products[] = $product['name'] . ' (' . $product['qty'] . ') ';
}
$products = implode(' - ', $products);
$Description = 'خرید به شماره سفارش : ' . $order->get_order_number() . ' | خریدار : ' . $order->billing_first_name . ' ' . $order->billing_last_name . ' | محصولات : ' . $products;
$Mobile = get_post_meta($order_id, '_billing_phone', true) ? get_post_meta($order_id, '_billing_phone', true) : '-';
$Email = $order->billing_email;
$Paymenter = $order->billing_first_name . ' ' . $order->billing_last_name;
$ResNumber = intval($order->get_order_number());
//Hooks for iranian developer
$Description = apply_filters('WC_Nextpay_Description', $Description, $order_id);
$Mobile = apply_filters('WC_Nextpay_Mobile', $Mobile, $order_id);
$Email = apply_filters('WC_Nextpay_Email', $Email, $order_id);
$Paymenter = apply_filters('WC_Nextpay_Paymenter', $Paymenter, $order_id);
$ResNumber = apply_filters('WC_Nextpay_ResNumber', $ResNumber, $order_id);
do_action('WC_Nextpay_Gateway_Payment', $order_id, $Description, $Mobile);
$Email = !filter_var($Email, FILTER_VALIDATE_EMAIL) === false ? $Email : '';
$Mobile = preg_match('/^09[0-9]{9}/i', $Mobile) ? $Mobile : '';
$data = array(
'api_key' => $this->apikey,
'amount' => $Amount,
'callback_uri' => $CallbackUrl,
'order_id' => $order_id
);
require_once("nextpay_payment.php");
$nextpay = new Nextpay_Payment($data);
$nextpay->setDefaultMethod(Type_Method_Payment::SoapClient);
$result = $nextpay->token();
if (intval($result->code) == -1) {
wp_redirect($nextpay->getRequestPaymentURL($result->trans_id));
exit;
} else {
$Message = ' تراکنش ناموفق بود- کد خطا : ' . $result->code;
$Fault = $nextpay->code_error($result->code);
}
if (!empty($Message) && $Message) {
$Note = sprintf(__('خطا در هنگام ارسال به بانک : %s', 'woocommerce'), $Message);
$Note = apply_filters('WC_Nextpay_Send_to_Gateway_Failed_Note', $Note, $order_id, $Fault);
$order->add_order_note($Note);
$Notice = sprintf(__('در هنگام اتصال به بانک خطای زیر رخ داده است : <br/>%s', 'woocommerce'), $Message);
$Notice = apply_filters('WC_Nextpay_Send_to_Gateway_Failed_Notice', $Notice, $order_id, $Fault);
if ($Notice)
wc_add_notice($Notice, 'error');
do_action('WC_Nextpay_Send_to_Gateway_Failed', $order_id, $Fault);
}
}
public function Return_from_NextPay_Gateway()
{
$order_id = isset($_POST['order_id']) ? $_POST['order_id'] : false;
$trans_id = isset($_POST['trans_id']) ? $_POST['trans_id'] : false ;
$card_holder = isset($_POST['card_holder']) ? $_POST['card_holder'] : "0000-0000-0000-0000" ;
global $woocommerce;
require_once("nextpay_payment.php");
$nextpay = new Nextpay_Payment();
$nextpay->setDefaultMethod(Type_Method_Payment::SoapClient);
if (isset($_GET['wc_order'])) $order_id = $_GET['wc_order'];
if (!is_string($trans_id) || (preg_match('/^[0-9a-f]{8}-[0-9a-f]{4}-4[0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$/', $trans_id) !== 1)) {
$message = ' شماره خطا: -34 <br />';
$message .='<br>'.$nextpay->code_error(-34);
$trans_id = false;
$order_id = false;
}
if ( $trans_id && $order_id ) {
$order = new WC_Order($order_id);
$currency = $order->get_order_currency();
$currency = apply_filters('WC_Nextpay_Currency', $currency, $order_id);
if ($order->status != 'completed') {
$api_key = $this->apikey;
$Amount = intval($order->order_total);
$Amount = apply_filters('woocommerce_order_amount_total_IRANIAN_gateways_before_check_currency', $Amount, $currency);
if (strtolower($currency) == strtolower('IRT') || strtolower($currency) == strtolower('TOMAN') || strtolower($currency) == strtolower('Iran TOMAN') || strtolower($currency) == strtolower('Iranian TOMAN') || strtolower($currency) == strtolower('Iran-TOMAN') || strtolower($currency) == strtolower('Iranian-TOMAN') || strtolower($currency) == strtolower('Iran_TOMAN') || strtolower($currency) == strtolower('Iranian_TOMAN') || strtolower($currency) == strtolower('تومان') || strtolower($currency) == strtolower('تومان ایران')
)
$Amount = $Amount * 1;
else if (strtolower($currency) == strtolower('IRHT'))
$Amount = $Amount * 1000;
else if (strtolower($currency) == strtolower('IRHR'))
$Amount = $Amount * 100;
else if (strtolower($currency) == strtolower('IRR'))
$Amount = $Amount / 10;
$data = array
(
'api_key' => $api_key,
'order_id' => $order_id,
'trans_id' => $trans_id,
'amount' => $Amount
);
$result = $nextpay->verify_request($data);
if ($result == 0) {
$Status = 'completed';
$Transaction_ID = $trans_id;
$Fault = '';
$Message = '';
} elseif ($result < 0) {
$Status = 'failed';
$Fault = $nextpay->code_error($result);
$Message = 'تراکنش ناموفق بود';
exit;
} else {
$Status = 'failed';
$Fault = $nextpay->code_error($result);
$Message = 'تراکنش ناموفق بود';
}
if ($Status == 'completed' && isset($Transaction_ID) && $Transaction_ID != 0) {
update_post_meta($order_id, '_transaction_id', $Transaction_ID);
$order->payment_complete($Transaction_ID);
$woocommerce->cart->empty_cart();
$Note = sprintf(__('پرداخت موفقیت آمیز بود .<br/> کد رهگیری : %s', 'woocommerce'), $Transaction_ID);
$Note = apply_filters('WC_Nextpay_Return_from_Gateway_Success_Note', $Note, $order_id, $Transaction_ID);
if ($Note)
$order->add_order_note($Note, 1);
$Notice = wpautop(wptexturize($this->success_massage));
$Notice = str_replace("{transaction_id}", $Transaction_ID, $Notice);
$Notice = apply_filters('WC_Nextpay_Return_from_Gateway_Success_Notice', $Notice, $order_id, $Transaction_ID);
if ($Notice)
wc_add_notice($Notice, 'success');
do_action('WC_Nextpay_Return_from_Gateway_Success', $order_id, $Transaction_ID);
wp_redirect(add_query_arg('wc_status', 'success', $this->get_return_url($order)));
exit;
} else {
$tr_id = ($Transaction_ID && $Transaction_ID != 0) ? ('<br/>توکن : ' . $Transaction_ID) : '';
$Note = sprintf(__('خطا در هنگام بازگشت از بانک : %s %s', 'woocommerce'), $Message, $tr_id);
$Note = apply_filters('WC_Nextpay_Return_from_Gateway_Failed_Note', $Note, $order_id, $Transaction_ID, $Fault);
if ($Note)
$order->add_order_note($Note, 1);
$Notice = wpautop(wptexturize($this->failed_massage));
$Notice = str_replace("{transaction_id}", $Transaction_ID, $Notice);
$Notice = str_replace("{fault}", $Message, $Notice);
$Notice = apply_filters('WC_Nextpay_Return_from_Gateway_Failed_Notice', $Notice, $order_id, $Transaction_ID, $Fault);
if ($Notice)
wc_add_notice($Notice, 'error');
do_action('WC_Nextpay_Return_from_Gateway_Failed', $order_id, $Transaction_ID, $Fault);
wp_redirect($woocommerce->cart->get_checkout_url());
exit;
}
} else {
$Transaction_ID = get_post_meta($order_id, '_transaction_id', true);
$Notice = wpautop(wptexturize($this->success_massage));
$Notice = str_replace("{transaction_id}", $Transaction_ID, $Notice);
$Notice = apply_filters('WC_Nextpay_Return_from_Gateway_ReSuccess_Notice', $Notice, $order_id, $Transaction_ID);
if ($Notice)
wc_add_notice($Notice, 'success');
do_action('WC_Nextpay_Return_from_Gateway_ReSuccess', $order_id, $Transaction_ID);
wp_redirect(add_query_arg('wc_status', 'success', $this->get_return_url($order)));
exit;
}
} else {
$Fault = __('شماره سفارش وجود ندارد .', 'woocommerce');
$Notice = wpautop(wptexturize($this->failed_massage));
$Notice = str_replace("{fault}", $Fault, $Notice);
$Notice = apply_filters('WC_Nextpay_Return_from_Gateway_No_Order_ID_Notice', $Notice, $order_id, $Fault);
if ($Notice)
wc_add_notice($Notice, 'error');
do_action('WC_Nextpay_Return_from_Gateway_No_Order_ID', $order_id, $Transaction_ID, $Fault);
wp_redirect($woocommerce->cart->get_checkout_url());
exit;
}
}
}
}
}
add_action('plugins_loaded', 'Load_NextPay_Gateway', 0);