Saat ini tersedia 3 script yang berkaitan dengan pengiriman , yaitu:
1. Metode Pengiriman TIKI JNE Tarif Reguler untuk Opencart v.1.4.7
2. Metode Pengiriman PT Pos Indonesia (PAKET KILAT KHUSUS) untuk Opencart v.1.4.7
3. Menu Dropdown Nama Kota di Alamat Penerima Barang (Shipping Address) untuk Opencart v.1.4.7
Semuanya bisa didownload secara gratis.
Cara download bisa temen-temen lihat di blog saya http://superbrands.freevar.com.
Semoga bermanfaat. Terimakasih.
"For us, OpenCart is not 'just' a shopping cart. OpenCart is bigger than that. We bring OpenCart to the next level."
Produk:
- Toko Online - Toko Online Dropshipper - Toko Online Marketpace - Online Directory - Digital Marketplace - Property & Business Listings - News Portal - Corporate Website - Social Network
Info: http://www.bukausahaonline.com
Need for Promotion & Gift Products, visit http://svastika.web.id
Need for Some Ideas for Research in Indonesia,
Bhs Indonesia - visit http://andi.stk31.com
English - visit http://srabi.com
Berikut cara instalasi Menu Dropdown untuk Opencart v.1.4.8:
1. Instal file-file berikut di Opencart v.1.4.8 anda:
- admin/controller/localisation/city.php
- admin/model/localisation/city.php
- admin/language/english/localisation/city.php
- admin/view/template/localisation/city_form.tpl
- admin/view/template/localisation/city_list.tpl
2. Di Opencart v.1.4.8 anda, temukan dan edit file-file berikut:
a. admin/controller/localisation/city.php
pada baris: 48, 80, 114,
Code: Select all
$this->redirect(HTTPS_SERVER . 'index.php?route=localisation/city' . $url);
Code: Select all
$this->redirect(HTTPS_SERVER . 'index.php?route=localisation/city&token=' . $this->session->data['token'] . $url);
Code: Select all
'href' => HTTPS_SERVER . 'index.php?route=common/home',
Code: Select all
'href' => HTTPS_SERVER . 'index.php?route=common/home&token=' . $this->session->data['token'],
Code: Select all
'href' => HTTPS_SERVER . 'index.php?route=localisation/city' . $url,
Code: Select all
'href' => HTTPS_SERVER . 'index.php?route=localisation/city&token=' . $this->session->data['token'] . $url,
Code: Select all
$this->data['insert'] = HTTPS_SERVER . 'index.php?route=localisation/city/insert' . $url;
Code: Select all
$this->data['insert'] = HTTPS_SERVER . 'index.php?route=localisation/city/insert&token=' . $this->session->data['token'] . $url;
Code: Select all
$this->data['delete'] = HTTPS_SERVER . 'index.php?route=localisation/city/delete' . $url;
Code: Select all
$this->data['delete'] = HTTPS_SERVER . 'index.php?route=localisation/city/delete&token=' . $this->session->data['token'] . $url;
Code: Select all
'href' => HTTPS_SERVER . 'index.php?route=localisation/city/update&city_id=' . $result['city_id'] . $url
Code: Select all
'href' => HTTPS_SERVER . 'index.php?route=localisation/city/update&token=' . $this->session->data['token'] . '&city_id=' . $result['city_id'] . $url
Code: Select all
$this->data['sort_city'] = HTTPS_SERVER . 'index.php?route=localisation/city&sort=z.name' . $url;
Code: Select all
$this->data['sort_city'] = HTTPS_SERVER . 'index.php?route=localisation/city&token=' . $this->session->data['token'] . '&sort=z.name' . $url;
Code: Select all
$this->data['sort_name'] = HTTPS_SERVER . 'index.php?route=localisation/city&sort=ct.name' . $url;
Code: Select all
$this->data['sort_name'] = HTTPS_SERVER . 'index.php?route=localisation/city&token=' . $this->session->data['token'] . '&sort=ct.name' . $url;
Code: Select all
$this->data['sort_code'] = HTTPS_SERVER . 'index.php?route=localisation/city&sort=ct.code' . $url;
Code: Select all
$this->data['sort_code'] = HTTPS_SERVER . 'index.php?route=localisation/city&token=' . $this->session->data['token'] . '&sort=ct.code' . $url;
Code: Select all
$pagination->url = HTTPS_SERVER . 'index.php?route=localisation/city' . $url . '&page={page}';
Code: Select all
$pagination->url = HTTPS_SERVER . 'index.php?route=localisation/city&token=' . $this->session->data['token'] . $url . '&page={page}';
Code: Select all
'href' => HTTPS_SERVER . 'index.php?route=common/home',
Code: Select all
'href' => HTTPS_SERVER . 'index.php?route=common/home&token=' . $this->session->data['token'],
Code: Select all
'href' => HTTPS_SERVER . 'index.php?route=localisation/city' . $url,
Code: Select all
'href' => HTTPS_SERVER . 'index.php?route=localisation/city&token=' . $this->session->data['token'] . $url,
Code: Select all
$this->data['action'] = HTTPS_SERVER . 'index.php?route=localisation/city/insert' . $url;
Code: Select all
$this->data['action'] = HTTPS_SERVER . 'index.php?route=localisation/city/insert&token=' . $this->session->data['token'] . $url;
Code: Select all
$this->data['action'] = HTTPS_SERVER . 'index.php?route=localisation/city/update&city_id=' . $this->request->get['city_id'] . $url;
Code: Select all
$this->data['action'] = HTTPS_SERVER . 'index.php?route=localisation/city/update&token=' . $this->session->data['token'] . '&city_id=' . $this->request->get['city_id'] . $url;
Code: Select all
$this->data['cancel'] = HTTPS_SERVER . 'index.php?route=localisation/city' . $url;
Code: Select all
$this->data['cancel'] = HTTPS_SERVER . 'index.php?route=localisation/city&token=' . $this->session->data['token'] . $url;
setelah script (baris ke-105):
Code: Select all
<li><a href="<?php echo $geo_zone; ?>"><?php echo $text_geo_zone; ?></a></li>
Code: Select all
<li><a href="<?php echo $city; ?>"><?php echo $text_city; ?></a></li>
setelah script (baris ke-67):
Code: Select all
$this->data['text_confirm'] = $this->language->get('text_confirm');
Code: Select all
$this->data['text_city'] = $this->language->get('text_city');
Code: Select all
$this->data['zone'] = HTTPS_SERVER . 'index.php?route=localisation/zone&token=' . $this->session->data['token'];
Code: Select all
$this->data['city'] = HTTPS_SERVER . 'index.php?route=localisation/city&token=' . $this->session->data['token'];
setelah script (baris ke-55):
Code: Select all
$_['text_zone'] = 'Zones';
Code: Select all
$_['text_city'] = 'Cities';
4. Tahap instalasi selanjutnya sama seperti yang ada di instalasi.doc.
5. Lakukan pengetesan. Apabila ditemukan bug atau error, mohon dilaporkan ke saya.
Semoga bermanfaat. Thanks.
Untuk metode pengiriman TIKI JNE dan PT Pos Indonesia menyusul.
"For us, OpenCart is not 'just' a shopping cart. OpenCart is bigger than that. We bring OpenCart to the next level."
Produk:
- Toko Online - Toko Online Dropshipper - Toko Online Marketpace - Online Directory - Digital Marketplace - Property & Business Listings - News Portal - Corporate Website - Social Network
Info: http://www.bukausahaonline.com
Kenapa nggak langsung di update aja modul bos...superbrands wrote:Menu Dropdown Nama Kota (City) di Alamat Penerima Barang (Shipping Address) untuk Opencart v.1.4.7 bisa digunakan untuk Opencart v.1.4.8, namun harus mengubah beberapa scriptnya.
Berikut cara instalasi Menu Dropdown untuk Opencart v.1.4.8:
1. Instal file-file berikut di Opencart v.1.4.8 anda:
- admin/controller/localisation/city.php
- admin/model/localisation/city.php
- admin/language/english/localisation/city.php
- admin/view/template/localisation/city_form.tpl
- admin/view/template/localisation/city_list.tpl
2. Di Opencart v.1.4.8 anda, temukan dan edit file-file berikut:
a. admin/controller/localisation/city.php
pada baris: 48, 80, 114,ubah menjadi:Code: Select all
$this->redirect(HTTPS_SERVER . 'index.php?route=localisation/city' . $url);
pada baris: 156Code: Select all
$this->redirect(HTTPS_SERVER . 'index.php?route=localisation/city&token=' . $this->session->data['token'] . $url);
udah menjadi:Code: Select all
'href' => HTTPS_SERVER . 'index.php?route=common/home',
pada baris: 162Code: Select all
'href' => HTTPS_SERVER . 'index.php?route=common/home&token=' . $this->session->data['token'],
ubah menjadi:Code: Select all
'href' => HTTPS_SERVER . 'index.php?route=localisation/city' . $url,
pada baris: 167Code: Select all
'href' => HTTPS_SERVER . 'index.php?route=localisation/city&token=' . $this->session->data['token'] . $url,
ubah menjadi:Code: Select all
$this->data['insert'] = HTTPS_SERVER . 'index.php?route=localisation/city/insert' . $url;
pada baris: 168Code: Select all
$this->data['insert'] = HTTPS_SERVER . 'index.php?route=localisation/city/insert&token=' . $this->session->data['token'] . $url;
ubah menjadi:Code: Select all
$this->data['delete'] = HTTPS_SERVER . 'index.php?route=localisation/city/delete' . $url;
pada baris: 188Code: Select all
$this->data['delete'] = HTTPS_SERVER . 'index.php?route=localisation/city/delete&token=' . $this->session->data['token'] . $url;
ubah menjadi:Code: Select all
'href' => HTTPS_SERVER . 'index.php?route=localisation/city/update&city_id=' . $result['city_id'] . $url
pada baris: 239Code: Select all
'href' => HTTPS_SERVER . 'index.php?route=localisation/city/update&token=' . $this->session->data['token'] . '&city_id=' . $result['city_id'] . $url
ubah menjadi:Code: Select all
$this->data['sort_city'] = HTTPS_SERVER . 'index.php?route=localisation/city&sort=z.name' . $url;
pada baris: 240Code: Select all
$this->data['sort_city'] = HTTPS_SERVER . 'index.php?route=localisation/city&token=' . $this->session->data['token'] . '&sort=z.name' . $url;
ubah menjadi:Code: Select all
$this->data['sort_name'] = HTTPS_SERVER . 'index.php?route=localisation/city&sort=ct.name' . $url;
pada baris: 241Code: Select all
$this->data['sort_name'] = HTTPS_SERVER . 'index.php?route=localisation/city&token=' . $this->session->data['token'] . '&sort=ct.name' . $url;
ubah menjadi:Code: Select all
$this->data['sort_code'] = HTTPS_SERVER . 'index.php?route=localisation/city&sort=ct.code' . $url;
pada baris: 258Code: Select all
$this->data['sort_code'] = HTTPS_SERVER . 'index.php?route=localisation/city&token=' . $this->session->data['token'] . '&sort=ct.code' . $url;
ubah menjadi:Code: Select all
$pagination->url = HTTPS_SERVER . 'index.php?route=localisation/city' . $url . '&page={page}';
pada baris: 319Code: Select all
$pagination->url = HTTPS_SERVER . 'index.php?route=localisation/city&token=' . $this->session->data['token'] . $url . '&page={page}';
ubah menjadi:Code: Select all
'href' => HTTPS_SERVER . 'index.php?route=common/home',
pada baris: 325Code: Select all
'href' => HTTPS_SERVER . 'index.php?route=common/home&token=' . $this->session->data['token'],
ubah menjadi:Code: Select all
'href' => HTTPS_SERVER . 'index.php?route=localisation/city' . $url,
pada baris: 331Code: Select all
'href' => HTTPS_SERVER . 'index.php?route=localisation/city&token=' . $this->session->data['token'] . $url,
ubah menjadi:Code: Select all
$this->data['action'] = HTTPS_SERVER . 'index.php?route=localisation/city/insert' . $url;
pada baris: 333Code: Select all
$this->data['action'] = HTTPS_SERVER . 'index.php?route=localisation/city/insert&token=' . $this->session->data['token'] . $url;
ubah menjadi:Code: Select all
$this->data['action'] = HTTPS_SERVER . 'index.php?route=localisation/city/update&city_id=' . $this->request->get['city_id'] . $url;
pada baris: 336Code: Select all
$this->data['action'] = HTTPS_SERVER . 'index.php?route=localisation/city/update&token=' . $this->session->data['token'] . '&city_id=' . $this->request->get['city_id'] . $url;
ubah menjadi:Code: Select all
$this->data['cancel'] = HTTPS_SERVER . 'index.php?route=localisation/city' . $url;
b. admin/view/template/common/header.tplCode: Select all
$this->data['cancel'] = HTTPS_SERVER . 'index.php?route=localisation/city&token=' . $this->session->data['token'] . $url;
setelah script (baris ke-105):sisipkan script berikut:Code: Select all
<li><a href="<?php echo $geo_zone; ?>"><?php echo $text_geo_zone; ?></a></li>
c. admin/controller/common/header.phpCode: Select all
<li><a href="<?php echo $city; ?>"><?php echo $text_city; ?></a></li>
setelah script (baris ke-67):sisipkan script berikut:Code: Select all
$this->data['text_confirm'] = $this->language->get('text_confirm');
setelah script (baris ke-128):Code: Select all
$this->data['text_city'] = $this->language->get('text_city');
sisipkan script berikut:Code: Select all
$this->data['zone'] = HTTPS_SERVER . 'index.php?route=localisation/zone&token=' . $this->session->data['token'];
d. admin/language/english/common/header.phpCode: Select all
$this->data['city'] = HTTPS_SERVER . 'index.php?route=localisation/city&token=' . $this->session->data['token'];
setelah script (baris ke-55):sisipkan script berikut:Code: Select all
$_['text_zone'] = 'Zones';
3. Setelah itu instal file-file yang ada di catalog.Code: Select all
$_['text_city'] = 'Cities';
4. Tahap instalasi selanjutnya sama seperti yang ada di instalasi.doc.
5. Lakukan pengetesan. Apabila ditemukan bug atau error, mohon dilaporkan ke saya.
Semoga bermanfaat. Thanks.
Untuk metode pengiriman TIKI JNE dan PT Pos Indonesia menyusul.


Please try my Free and real time web translator made with Google API. and let me know what ya think
Code: Select all
Error: Table 'XXXXXXXXXXXXXX.city' doesn't exist
Error No: 1146
SELECT COUNT(*) AS total FROM city
Tebakan saya table city di database XXXXXXXXXXXXXX nggak ada. Hayoo dicek lagi... he..he..one_bogor wrote:di tahap 7. di admin/index.php?route=localisation/city ketika saya ke webnya koq error ya...
kira2 kenapa ya mastah???Code: Select all
Error: Table 'XXXXXXXXXXXXXX.city' doesn't exist Error No: 1146 SELECT COUNT(*) AS total FROM city

"For us, OpenCart is not 'just' a shopping cart. OpenCart is bigger than that. We bring OpenCart to the next level."
Produk:
- Toko Online - Toko Online Dropshipper - Toko Online Marketpace - Online Directory - Digital Marketplace - Property & Business Listings - News Portal - Corporate Website - Social Network
Info: http://www.bukausahaonline.com
untuk dropdownnya saya udah coba, di halaman depan sih ngga masalah.
tapi begitu saya ke admin, menu sales - customer (ceritanya udah ada customer yang register di halaman depan), edit customer tersebut, dan pilih address, maka di field city muncul error:
<b>Notice</b>: Undefined index: city in <b>D:\xampp\htdocs\opencart\admin\view\template\sale\customer_form.tpl</b> on line <b>135</b>
gimana cara benerinnya ya bro? thanks before
one_bogor wrote:di tahap 7. di admin/index.php?route=localisation/city ketika saya ke webnya koq error ya...
kira2 kenapa ya mastah???Code: Select all
Error: Table 'XXXXXXXXXXXXXX.city' doesn't exist Error No: 1146 SELECT COUNT(*) AS total FROM city
nama tabelnya jangan city doang gan,, tapi tabel_prerfix.city,,
ohya,, untuk yang memakai bahasa Indo lebih susah lagi nih,, nggak bisa langsung maen timpa file


wmang masternya di opencart
Berbagi itu indah...
http://tuban.des.net.id
http://antarlangit.com

sudah di TKP, masih nunggu invitation latter di cipikacipiki

http://KePlesetanKaos.com
aneka Kaos Plesetan anak &dewasa
----------terima reseller---------------

http://KePlesetanKaos.com
aneka Kaos Plesetan anak &dewasa
----------terima reseller---------------
Matur nuwun,,,:D
setelah sy buka di line 69 isinya:
'city' => $result['city'],
ada yang tau hrs ditambah apa atau gimana? thanks
Selling Kristik - Jasa Foto Aura - Kapas Vapor - supplier baju anak -
Users browsing this forum: No registered users and 1 guest