Ganti label nama kurir
Updated on October 29, 2018 in Plugin Ongkos Kirim
3 on October 29, 2018

halo.
Untuk Developer
Mengganti nama kurir (label)

function custom_courier_names( $names ) {
$names[‘jne’] = ‘JNE’;
return $names;
}
add_filter( ‘pok_courier_names’, ‘custom_courier_names’ );

1. kalo saya mau pakai data JNE tapi labelnya saya ganti dari "JNE" jadi "Logistik JNE"

mana yg harus diganti ya dari code diatas jadi gimana?

2. mau rubah nama kurir dan layanan kurir tinggal nambahin code di menu plugin>editor ya?

  • Liked by
Support Hours:
Weekdays: 09.00 - 17.00
Weekend: Off

By using the forum you are agree with tonjoo studio license agreement

Moderator 0 on October 29, 2018

halo airspace141,
masukkan kode ini di functions.php di theme yang sedang dipakai sekarang (theme yg sedang aktif).

function custom_courier_names( $names ) {
$names[‘jne’] = ‘Logistik JNE’;
return $names;
}
add_filter( ‘pok_courier_names’, ‘custom_courier_names’ );
  • Liked by
Cancel
Support Hours:
Weekdays: 09.00 - 17.00
Weekend: Off

By using the forum you are agree with tonjoo studio license agreement

Message :
0 on October 29, 2018

screensht:
https://airspace141.com/wp-content/uploads/2018/10/air.png

barusan sy tambah di line 14 di function.php theme nya tp malah eror total gitu mas?
pake plugin php inserter juga eror.

  • Liked by
Cancel
Support Hours:
Weekdays: 09.00 - 17.00
Weekend: Off

By using the forum you are agree with tonjoo studio license agreement

Message :
0 on October 29, 2018

plugin woo ongkir tonjoonya sedang aktif..apa harus di deactivate dulu?

  • Liked by
Cancel
Support Hours:
Weekdays: 09.00 - 17.00
Weekend: Off

By using the forum you are agree with tonjoo studio license agreement

Message :
Loading more replies
You are not logged in

Please login here or simply sign up here .