JFOC Posted March 3, 2006 Posted March 3, 2006 Hello, I would like to know what modules could be use for handle Indonesia and International Shpping? Fedex ? Tiki ? or any other modules? Thanks in advance Best Regards, Joko Frank Octo Quote
nurdessy Posted October 13, 2008 Posted October 13, 2008 got it!!! :D just see this link: Modul Tiki Oscommerce (Indonesian shipping) hope this modul can help all of you guys.. Quote
aryblagentaktungdes Posted December 17, 2008 Posted December 17, 2008 ada yang tahu gimana caranya ngubah default konversi mata uang untuk pengiriman pake EMS indonesia? default mata uang yang saya pakai adalah Rupiah. tapi setelah saya aplikasikan modul EMS kemudian saya ubah di: include/module/emsindonesia.php USD menjadi IDR, biaya-biaya yang tertera sesuai tabel EMS menjadi kacau. pakai USD pun tetep kacau. ada yang pernah pengalaman tentang ini? terima kasih. how to change the default currency conversion for packing and shipping the EMS server? default currency, which I use is the Rupiah. but after I apply the EMS module and then I change in include / module / USD emsindonesia.php into IDR, charges that they table the EMS into a mess. the USD remains a mess. has anyone been about this experience? thanks. Quote
int2k Posted December 19, 2008 Posted December 19, 2008 ada yang tahu gimana caranya ngubah default konversi mata uang untuk pengiriman pake EMS indonesia?default mata uang yang saya pakai adalah Rupiah. tapi setelah saya aplikasikan modul EMS kemudian saya ubah di: include/module/emsindonesia.php USD menjadi IDR, biaya-biaya yang tertera sesuai tabel EMS menjadi kacau. pakai USD pun tetep kacau. ada yang pernah pengalaman tentang ini? terima kasih. kacau nya gimana yah ? bisa lebih jelas petunjuk install nya udah diikutin dengan bener gak ? how to change the default currency conversion for packing and shipping the EMS server? default currency, which I use is the Rupiah. but after I apply the EMS module and then I change in include / module / USD emsindonesia.php into IDR, charges that they table the EMS into a mess. the USD remains a mess. has anyone been about this experience? thanks. give us more explanation please ? what kind of mess that you are having? have you follow the module install guide correctly? Quote
aryblagentaktungdes Posted December 20, 2008 Posted December 20, 2008 kacau nya gimana yah ? bisa lebih jelaspetunjuk install nya udah diikutin dengan bener gak ? give us more explanation please ? what kind of mess that you are having? have you follow the module install guide correctly? untuk info: saya menggunakan default bahasa dan mata uang : Indonesia dan rupiah. jadi defaultnya: Rp 1,00 = US$0,00012 (saya anggap dolar 12.000) Sehingga penentuan harga semua berbasis rupiah. Untuk modul EMS: misalnya zona I, brunai (BN) pengiriman 0.25:12 saya ubah menjadi 0.25: 144000 tetapi yang terjadi adalah Rp.144,00 bukan Rp. 144.000,00 Pada include/modules/emsindonesia.php sudah saya ubah curency menjadi "IDR". saya awam untuk php, mungkin bisa dijelaskan sistem algoritma perhitungan konversi EMS Indonesianya? terima kasih sebelumnya. Quote
IGAM Muliarsa Posted April 11, 2013 Posted April 11, 2013 (edited) hi there.... I would like to code tiki rate via http://www.tiki-online.com/?cat=KgfdshfF7788KHfskF here is some php code $url = 'http://www.tiki-online.com/?cat=KgfdshfF7788KHfskF'; $postdata = http_build_query( array( 'get_ori' => 'JAKARTA', 'get_des' => 'DENPASAR', 'get_wg' => '1' ) ); //working //open connection $ch = curl_init(); //set the url, number of POST vars, POST data curl_setopt($ch,CURLOPT_URL, $url); curl_setopt($ch,CURLOPT_POST, count($postdata)); curl_setopt($ch, CURLOPT_POSTFIELDS, $postdata); //execute post $result = curl_exec($ch); but there is no result. when i used browser, the rate was appeared. sorry about my english :D Edited April 11, 2013 by dedetok Quote
Bob Terveuren Posted April 11, 2013 Posted April 11, 2013 Hello (your English is way better than my Indonesian!) Try adding the submit to your array $postdata = http_build_query( array( 'get_ori' => 'JAKARTA', 'get_des' => 'DENPASAR', 'get_wg' => '1', 'submit'=> 'check' ) ); Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.