forked from gojay/woocommerce-jne-shipping-rate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathjne-shipping-rate-init.php
634 lines (535 loc) · 15.9 KB
/
jne-shipping-rate-init.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
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
<?php
/*
*
* JNE Shipping Rate
*
* @class JNE_Shipping_Rate
* @package Wordpress
* @category Plugin
* @author Dani Gojay
*
*/
class JNE_Shipping_Rate
{
/**
* define nonce ( Creates a random, one time use token ) for
* AJAX Handler
*/
const NONCE_AJAX = 'ajax-jne-nonce';
public function __construct()
{
// shortcode
add_shortcode('jne', array(
&$this,
'display_page'
));
/*
// admin settings
add_action('admin_menu', array(
&$this,
'jne_setting_menu'
));
*/
// widget
add_action('widgets_init', array(
&$this,
'register_widget'
));
/*
* LESS implementation
* http://carlorizzante.com/2011/how-to-implement-less-in-wordpress-first-approach/
*/
add_action('wp_head', array(
&$this,
'load_less'
));
/* register scripts */
add_action('wp_enqueue_scripts', array(
&$this,
'register_scripts'
));
/**
* setting AJAX Handler
* see more documentation at http://codex.wordpress.org/AJAX_in_Plugins
*/
add_action('wp_ajax_nopriv_JNE-ajax', array(
&$this,
'ajax_handler'
));
add_action('wp_ajax_JNE-ajax', array(
&$this,
'ajax_handler'
));
// ajax JNE 2 (new)
add_action('wp_ajax_nopriv_jne-new-ajax', array(
&$this,
'ajax_new_handler'
));
add_action('wp_ajax_jne-new-ajax', array(
&$this,
'ajax_new_handler'
));
}
/* installation required */
public function install()
{
if (!get_option('jne_settings'))
{
$settings = array(
'display' => 200,
'provinces' => array(),
'weight' => '1.00',
'tolerance' => 0.3
);
add_option('jne_settings', $settings, '', 'yes');
}
}
/**
* Callback shortcode
*/
public function display_page()
{
global $jne;
/*
* debugging (development)
*
$index_provinsi = 836;
// kota/kabupaten group
$populate = $jne->getData();
$provinsi = $populate[$index_provinsi]['provinsi'];
$rows = array_filter($populate, function($d) use($provinsi){
return preg_match('/\b'. $provinsi .'\b/i', $d['provinsi']);
});
$data = array();
foreach( $rows as $index => $row ){
$data[$row['kota']][] = array(
'index' => $index,
'name' => $row['kecamatan']
);
}
$code = $data[$p]['k_code'];
$byProvinsi = array_filter($data, function($d) use($code){
return preg_match('/\b'. $code .'\b/i', $d['k_code']);
});
$rows = array();
foreach( $byProvinsi as $filter ){
$f = array('code', 'provinsi', 'kota', 'kecamatan', 'k_code');
$rows[] = array_intersect_key($filter, array_flip($f));
}
jne_rate_debug($data, 'kota/kabupaten (group) index provinsi ' . $index_provinsi);
*/
/*
// kota
$kota = $jne->getCities( $index_provinsi );
$data = array_map(function($d){
return array_pop(array_intersect_key($d, array_flip(array('name'))));
}, $kota);
jne_rate_debug($data, 'kota index provinsi ' . $index_provinsi);
*/
include( JNE_PLUGIN_TPL_DIR . '/page-new.php');
}
/**
* Callback admin_menu
*/
public function jne_setting_menu()
{
// add sub menu in the Admin "Settings" Menu
$settings_page = add_options_page(
'JNE Settings', // Menu Name
'JNE Settings', // Menu Title
'manage_options', // Capability/Access Privilege – 9 – or 'manage_options'
// only Administrator access
// see http://codex.wordpress.org/Roles_and_Capabilities
'setting_jne', // Menu Slug or basename(__FILE__) => authorbio
array( &$this, 'display_setting_menu' ) // Callback
);
// add_action( 'admin_print_styles-' . $settings_page, array( $this, 'setting_admin_styles') );
}
/*
* It will be called only on your plugin admin page, enqueue our stylesheet here
public function setting_admin_styles()
{
wp_enqueue_style( 'settingPluginStyle', JNE_PLUGIN_ASSET_URL . '/css/admin-settings.css' );
}
*/
/**
* Callback add_options_page
*/
public function display_setting_menu()
{
global $jne;
// get provinces
$provinsi = $jne->getProvinces();
// action save
if ('save' == $_REQUEST['action'])
{
$provinces = $_POST['jne_provinsi'];
$settings = array(
'display' => $_POST['jne_display'],
'provinces' => ( count($provinces) == count($provinsi) ) ? array() : $provinces
);
update_option('jne_settings', $settings);
?><p><div id="message" class="updated" >Settings saved successfully</div></p><?php
}
// get settings option
$jne_settings = get_option('jne_settings');
?>
<div class="wrap">
<?php echo $message ?>
<div id="icon-options-general" class="icon32"><br/></div>
<h2>JNE Settings</h2>
<!-- settings template -->
<?php
// include( JNE_PLUGIN_TPL_DIR . '/settings.php');
include( JNE_PLUGIN_TPL_DIR . '/settings-new.php');
?>
</div>
<?php
}
/**
*
* Callback widgets_init
*
*/
public function register_widget()
{
include 'widget/widget-jne.php';
register_widget( 'JNE_Widget' );
}
/**
*
* Callback wp_head
*
* Name spacing Twitter Bootstrap for ease of Interpolation
* http://thorpesystems.com/2012/07/name-spacing-twitter-bootstrap-for-ease-of-interpolation/
*
*/
public function load_less()
{
if ( !is_admin() )
{
// Actually printing the lines we need to load LESS in the HEAD
print "\n<!-- Loading LESS styles and js -->\n";
print "<link rel='stylesheet/less' id='style-less-css' href='" . JNE_PLUGIN_ASSET_URL . "/less/bootstrap.less' type='text/css' media='screen, projection' />\n";
print "<link rel='stylesheet/less' id='style-less-css' href='" . JNE_PLUGIN_ASSET_URL . "/less/responsive.less' type='text/css' media='screen, projection' />\n";
print "<script type='text/javascript' src='" . JNE_PLUGIN_ASSET_URL . "/less/less-1.3.1.min.js'></script>\n\n";
}
}
/**
* Callback wp_enqueue_scripts
*
* register scripts ( front end )
*/
public function register_scripts()
{
global $post, $current_user;
// register styles
wp_enqueue_style('jne-css', JNE_PLUGIN_ASSET_URL . '/css/style.css');
wp_enqueue_style('tipTip-css', JNE_PLUGIN_ASSET_URL . '/css/tipTip.css');
// jquery core
wp_enqueue_script('jquery');
// bootstrap modal
wp_enqueue_script('bootstrap-modal', JNE_PLUGIN_ASSET_URL . '/js/bootstrap-modal.js', array(
'jquery'
));
// bootstrap tooltip
wp_enqueue_script('bootstrap-tooltip', JNE_PLUGIN_ASSET_URL . '/js/bootstrap-tooltip.js', array(
'jquery'
));
// bootstrap popover
wp_enqueue_script('jquery-tipTip', JNE_PLUGIN_ASSET_URL . '/js/jquery.tipTip.min.js', array(
'jquery'
));
// ajax
/*wp_enqueue_script('jne-ajax', JNE_PLUGIN_ASSET_URL . '/js/ajax.js', array(
'jquery'
));*/
// new
wp_enqueue_script('jne-new-ajax', JNE_PLUGIN_ASSET_URL . '/js/ajax-new.js', array(
'jquery'
));
/**
* Localizes a script, but only if script has already been added
* see more documentation at http://codex.wordpress.org/Function_Reference/wp_localize_script
*/
if( is_user_logged_in() )
{
$user_id = $current_user->data->ID;
$jne_params['is_logged_in'] = true;
$_SESSION['_chosen_city'] = get_user_meta($user_id, 'billing_city', true);
}
$woocommerce_jne_settings = get_option('woocommerce_jne_shipping_rate_settings');
$jne_params = array(
'ajaxurl' => admin_url('admin-ajax.php'),
'ajaxJNENonce' => wp_create_nonce(self::NONCE_AJAX), // create nonce for AJAX
'is_jne' => ( $post->post_content == '[jne]' ),
'is_logged_in' => is_user_logged_in(),
'woocommerce' => array(
'jne_is_enabled' => ( $woocommerce_jne_settings['enabled'] == 'yes' ),
'chosen_shipping_city' => isset($_SESSION['_chosen_city']) ? $_SESSION['_chosen_city'] : null
)
);
// wp_localize_script( 'jne-ajax', 'jne_params', $jne_params );
wp_localize_script( 'jne-new-ajax', 'jne_params', $jne_params );
}
public function ajax_new_handler()
{
global $jne;
header("HTTP/1.1 200 OK");
$jne_settings = get_option('jne_settings');
// nonce
$nonce = $_GET['nonce'];
// if don't have nonce, set error
if ( !wp_verify_nonce($nonce, self::NONCE_AJAX) )
die('error');
try
{
$get = $_GET['get'];
switch( $get ){
/* @return JSON */
case 'provinsi':
$provinces = JNE_sortProvinsi( $jne->getProvinces() );
header('content-type', 'application/json');
echo json_encode( $provinces );
break;
/* @return JSON */
case 'kota':
$provinsi = $_GET['provinsi'];
$group = (isset($_GET['group'])) ? $_GET['group'] : false ;
if( $provinsi )
{
if( $group )
{
$populate = $jne->getData();
/**
* filter berdasarkan nama provinsi
*/
$provinsi = $populate[$provinsi]['provinsi'];
$rows = array_filter($populate, function($d) use($provinsi){
return preg_match('/\b'. $provinsi .'\b/', $d['provinsi']);
});
$data = array();
foreach( $rows as $index => $row ){
$data[$row['kota']][] = array(
'index' => $index,
'name' => $row['kecamatan']
);
}
$response = array( 'data' => $data );
}
else {
$kota = $jne->getCities( $provinsi );
$data = array_map(function($d){
return array_pop(array_intersect_key($d, array_flip(array('name'))));
}, $kota);
$response = array( 'data' => $data );
}
}
else {
$response = array(
'error' => true,
'message' => 'provinsi kosong'
);
}
header('content-type', 'application/json');
echo json_encode( $response );
break;
/* @return String html */
case 'pagination':
case 'index':
$rows = array();
$data = $jne->getData();
$index_kota = isset($_GET['index_kota']) ? $_GET['index_kota'] : null;
$index_provinsi = isset($_GET['index_provinsi']) ? $_GET['index_provinsi'] : null;
/* filter data berdasarkan provinsi */
if( isset($index_provinsi) )
{
$provinsi = $data[$index_provinsi]['provinsi'];
$byProvinsi = array_filter($data, function($d) use($provinsi){
return preg_match('/\b'. $provinsi .'\b/i', $d['provinsi']);
});
foreach( $byProvinsi as $filter ){
$rows[] = $filter;
}
}
/* filter data berdasarkan kota */
else if( isset($index_kota) )
{
$kota = $data[$index_kota]['kota'];
$byProvinsi = array_filter($data, function($d) use($kota){
return preg_match('/\b'. $kota .'\b/i', $d['kota']);
});
foreach( $byProvinsi as $filter ){
$rows[] = $filter;
}
}
/* tampilkan semua */
else {
$rows = JNE_sortAll( $data );
}
include( JNE_PLUGIN_TPL_DIR . '/data-new.php' );
break;
/* @return String html */
case 'show_tracking_in_modal':
include 'includes/html-dom/simple_html_dom.php';
$awb = $_GET['awb'];
if (!function_exists("curl_init"))
{
die('Aktifkan ekstensi CURL pada PHP anda...');
}
$chp = curl_init();
curl_setopt($chp, CURLOPT_USERAGENT, $_SERVER['HTTP_USER_AGENT']);
curl_setopt($chp, CURLOPT_FOLLOWLOCATION, 1);
curl_setopt($chp, CURLOPT_RETURNTRANSFER, 1);
$url = "http://jne.co.id/index.php?mib=tracking.detail&awb=".$awb;
curl_setopt($chp, CURLOPT_URL, $url);
curl_setopt($chp, CURLOPT_REFERER, "http://www.jne.co.id/index.php");
curl_setopt($chp, CURLOPT_URL, $url);
curl_setopt($chp, CURLOPT_CONNECTTIMEOUT,0);
curl_setopt($chp, CURLOPT_TIMEOUT, 400); //timeout in seconds
$content = curl_exec($chp);
$html = str_get_html($content);
echo $html->find('td.content', 2)->innertext;
curl_close($chp);
break;
/* @return String html */
case 'show_jne_in_modal':
include( JNE_PLUGIN_TPL_DIR . '/page-modal-new.php');
break;
}
} catch(Exception $e) {
die($e->getMessage($e->getMessage()));
}
die();
}
/*
* Callback AJAX Handler
*/
public function ajax_handler()
{
global $jne;
$jne_settings = get_option('jne_settings');
// nonce
$nonce = $_GET['nonce'];
// if don't have nonce, set error
if ( !wp_verify_nonce($nonce, self::NONCE_AJAX) )
die('error');
$get = $_GET['get'];
switch( $get ){
/* @return JSON */
case 'provinsi':
$provinsi = $jne->getProvinces();
/* filter data provinsi berdasarkan provinsi2 yg dipilih pada jne settings */
if( $displayed = $jne_settings['provinces'] )
{
$provinsi = array_filter( $provinsi, function($prov) use($displayed){
return in_array( $prov['value'], $displayed );
});
}
header('content-type', 'application/json');
echo json_encode( $provinsi );
break;
/* @return JSON */
case 'kota':
$provinsi = $_GET['provinsi'];
if( $provinsi )
{
$populate = $jne->getPopulate();
$response = array();
if( array_key_exists($provinsi, $populate) )
{
$kotamadya = $populate[$provinsi]['kotamadya'];
$data = array();
foreach( $kotamadya as $kota )
{
$data[$kota['nama']] = $kota['kecamatan'];
}
// kirim response
$response = array( 'data' => $data );
}
else
$response = array(
'error' => true,
'message' => 'index provinsi tidak ditemukan'
);
}
else
$response = array(
'error' => true,
'message' => 'nilai provinsi kosong'
);
header('content-type', 'application/json');
echo json_encode( $response );
break;
/* @return String html */
case 'pagination':
case 'index':
$data = $jne->getRows();
$index_kota = $_GET['index_kota'];
$index_provinsi = $_GET['index_provinsi'];
/* filter data berdasarkan provinsi2 yg dipilih pada jne settings */
if( $displayed = $jne_settings['provinces'] )
{
$filtered = array_filter( $data, function($rows) use($displayed){
return in_array( $rows['provinsi']['index'], $displayed );
});
$newData = array();
foreach( $filtered as $filter )
$newData[] = $filter;
$data = $newData;
}
/* filter data berdasarkan index provinsi */
if( isset($index_provinsi) )
{
$filtered = array_filter($data, function($item) use($index_provinsi) {
return $item['provinsi']['index'] == $index_provinsi;
});
$newData = array();
foreach( $filtered as $filter )
$newData[] = $filter;
$data = $newData;
}
/* filter data berdasarkan kota */
else if( isset($index_kota) )
{
$filtered = array_filter($data, function($item) use($index_kota) {
return $item['index'] == $index_kota;
});
$newData = array();
foreach( $filtered as $filter )
$newData[] = $filter;
$data = $newData;
}
include( JNE_PLUGIN_TPL_DIR . '/data.php');
break;
/* @return String html */
case 'show_tracking_in_modal':
include 'includes/html-dom/simple_html_dom.php';
$awb = $_GET['awb'];
if (!function_exists("curl_init"))
{
die('Aktifkan ekstensi CURL pada PHP anda...');
}
$chp = curl_init();
curl_setopt($chp, CURLOPT_USERAGENT, $_SERVER['HTTP_USER_AGENT']);
curl_setopt($chp, CURLOPT_FOLLOWLOCATION, 1);
curl_setopt($chp, CURLOPT_RETURNTRANSFER, 1);
$url = "http://jne.co.id/index.php?mib=tracking.detail&awb=".$awb;
curl_setopt($chp, CURLOPT_URL, $url);
curl_setopt($chp, CURLOPT_REFERER, "http://www.jne.co.id/index.php");
curl_setopt($chp, CURLOPT_URL, $url);
curl_setopt($chp, CURLOPT_CONNECTTIMEOUT,0);
curl_setopt($chp, CURLOPT_TIMEOUT, 400); //timeout in seconds
$content = curl_exec($chp);
$html = str_get_html($content);
echo $html->find('td.content', 2)->innertext;
curl_close($chp);
break;
/* @return String html */
case 'show_jne_in_modal':
include( JNE_PLUGIN_TPL_DIR . '/page-modal.php');
break;
}
die();
}
}