alchazin Posted April 20, 2010 Share Posted April 20, 2010 Kepada master presta mohon bantuannya lagi boleh ya...kenapa pada back office >> shipping >> countries tidak ada kolom cheklist untuk menghapus countries ya?tombol deletnya juga gak ada.padahal di states dan zones ada tuh kolom cheklist dan deletnya.saya coba buka file php nya emang sih tulisannya deleted = false $this->table = 'country'; $this->className = 'Country'; $this->lang = true; $this->edit = true; $this->deleted = false; $this->_select = 'z.`name` AS zone'; $this->_join = 'LEFT JOIN `'._DB_PREFIX_.'zone` z ON (z.`id_zone` = a.`id_zone`)'; saya coba rubah jadi true tapi palah jadinya error pas dibuka di back officenya.maaf, coz belum paham php.atau ada cara lain untuk menghapus country?saya lampirkan screnshootnyatrims Link to comment Share on other sites More sharing options...
caparuni Posted April 20, 2010 Share Posted April 20, 2010 iyah sob... jd satu2 nya cara yah langsung ke sql nya... coba pake phpmyadmin deh.coba ke panel hostingmu terus liat di bagian mysql biasanya ada Link to comment Share on other sites More sharing options...
gonebdg - webindoshop.com Posted April 21, 2010 Share Posted April 21, 2010 Memang tidak disediakan opsi "HAPUS"Yang ada opsi Status : Aktif atau tdk aktifBack Office >> Shipping >> Countries Link to comment Share on other sites More sharing options...
Ardian Yuli Setyanto Posted April 21, 2010 Share Posted April 21, 2010 kalau masih mau nyoba, bisa ditambahin kode berikut di file prestashop/admin/tabs/AdminCountries.php $this->delete = true; dan hapus bagian ini public function postProcess() { if (isset($_GET['delete'.$this->table]) OR Tools::getValue('submitDel'.$this->table)) $this->_errors[] = Tools::displayError('You cannot delete a country. If you do not want it available for customers, please disable it.'); else return parent::postProcess(); } tapi ga tahu efek yg lain akibat ini. Link to comment Share on other sites More sharing options...
newbieprest4 Posted August 3, 2010 Share Posted August 3, 2010 capek dong kalo harus centang satu per satu untuk meng-nom aktifkan nnya.Apa ada cara cepat?hehehe Link to comment Share on other sites More sharing options...
newbieprest4 Posted August 5, 2010 Share Posted August 5, 2010 saya pun sudah utak-atik.tapi rambut saya jadi kriting.lebih mudah pake presta mod-id yang ada.Saya kira di thread lain ada tuh yg upload mod-id.Lebih easy broo..Buat yg sdh share Mod-idmakasih banyak . . . Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now