Dear Team Support,
Mohon bantuannya untuk memberi solusi ketika woo ongkir terjadi error di sisi website agar dapat mencegah proses ORDER
Terima Kasih
Dear Team Support,
Mohon bantuannya untuk memberi solusi ketika woo ongkir terjadi error di sisi website agar dapat mencegah proses ORDER
Terima Kasih
By using the forum you are agree with tonjoo studio license agreement
Dear Developer SW,
Error yang seperti apa yang dimaksud? Harusnya ketika error terjadi maka daftar ongkos kirim tidak akan muncul dan pelanggan otomatis tidak akan bisa melakukan order.
By using the forum you are agree with tonjoo studio license agreement
Dear Team Support,
Pada tgl 28 December 2017 tiba2 license non active
dengan sendirinya ( Status Belum Expired ) dan telah
saya aktikan license kembali tetapi gagal, lalu saya
buat ulang lagi dengan login ke website tonjoo ulang ,
hapus yang ada dan membuat baru lagi setelah itu
berhasil.
Question:
1. Apakah ada perubahan disisi tonjoon studio sehingga tiba2 non aktif ?
Terima Kasih
By using the forum you are agree with tonjoo studio license agreement
Hello Agep,
saya ingin bertanya untuk mengambil api dengan function ini mengapa tidak return data.
function ship_plugin($postData= array())
{
$shipping_type="";
if(isset($postData) && !empty($postData[‘ship_type’]))
{
$shipping_type=base64_decode($postData[‘ship_type’]);
} else
{
return;
}
switch($shipping_type)
{
case "plugin_ongkos_kirim":
$base_location_ids = get_option(‘nusantara_store_location’,array());
$courier_ids=get_option(‘nusantara_courir_type’);
$temp_array=array("store_location"=>$base_location_ids,"courier_type"=>$courier_ids);
return array("ship_data"=> $temp_array);
break;
}
}
Mohon bantuannya terjadi kesalahan dimana?
By using the forum you are agree with tonjoo studio license agreement