dqafrian Posted April 17, 2011 Share Posted April 17, 2011 Master-Master, tolongin gw dong. Gimana caranya membuat modul CUSTOMER SERVICE disebelah kiri tapi isinya text semua. seperti gambar dibawah ini Link to comment Share on other sites More sharing options...
Mr. Lent Posted April 25, 2011 Share Posted April 25, 2011 mungkin bisa membantu, buat module baru aja.Pertama, bikin folder di folder modules. Seumpama buat module allo. Bikin modules/allo. File-filenya : allo.php, allo.tpl, config.xml, en.php. Allo.php <?php if (!defined('_CAN_LOAD_FILES_')) exit; define('BLOCKTAGS_MAX_LEVEL', 3); class Allo extends Module { function __construct() { $this->name = 'allo'; $this->tab = 'front_office_features'; $this->version = 1.0; $this->author = 'Namaku'; parent::__construct(); $this->displayName = $this->l('Allo'); $this->description = $this->l('Olla Allo.'); } function hookLeftColumn($params) { return $this->display(__FILE__, 'allo.tpl'); } } allo.tpl {l s='Allo' mod='allo'} Kontak Kami Tulis semuanya disini Config.xml <?xml version="1.0" encoding="UTF-8" ?> allo Allo 1 Olla Allo. PrestaShop front_office_features 0 1 en.php <?php global $_MODULE; $_MODULE = array(); selain file-file di atas, ternyata harus buat file lagi (ruwet yah?) untuk css-nya. Di folder nama_themes/ css/allo. File allo.css /* Allo */ div.allo_block .alo_content { padding: 3px 6px 0 } div.allo_block p { text-align: justify; font-size: 0.9em } div.allo_block p a { margin: 0 0.1em; line-height: 1.5em } div.allo_block p a:hover { color: white!important; background-color: #5D717E; text-decoration: none } a.allo_level3 { font-size: 1.8em; font-weight: bold } a.allo_level2 { font-size: 1.4em } a.allo_level1 { font-size: 1em; color: #888!important } sekarang di refresh, apakah muncul? Ternyata masih belum. Kita kan belum aktifkan module tersebut secara backend terlebih dahulu. Masuk ke administratornya, tabs module, cari tuh module allo. Kalo ada kita klik enable. Kalo gak ada terpaksa pergi ke phpmyadmin, fungsinya munculin tuh module ke daftar module. Pilih table _module, cari ada apa ndak allo. Kalo gak ada, ya udah insert baru aja, dengan nama allo, field active isi dengan 1. setelah itu, pergi ke admin lagi enable-kan tuh module Link to comment Share on other sites More sharing options...
dqafrian Posted April 27, 2011 Author Share Posted April 27, 2011 Terimakasih atas pencerahannya Link to comment Share on other sites More sharing options...
azhueonline2 Posted July 28, 2011 Share Posted July 28, 2011 wah terimakasih bos inponya berguna bangat .. tinggal action ajah ane Link to comment Share on other sites More sharing options...
AUNIX Posted August 30, 2011 Share Posted August 30, 2011 Kok ane coba gak bisa ya? Di back office muncul, tapi kok di front office kagak muncul ? Link to comment Share on other sites More sharing options...
hadjie Posted November 20, 2011 Share Posted November 20, 2011 Kok ane coba gak bisa ya? Di back office muncul, tapi kok di front office kagak muncul ? problemnya idem nih Link to comment Share on other sites More sharing options...
Mr. Lent Posted November 21, 2011 Share Posted November 21, 2011 ini pake prestashop versi 1.4.0 loh.... kalo ndak bisa coba download file experiment ane: http://www.ziddu.com/download/17452374/allo.zip.html Link to comment Share on other sites More sharing options...
Mr. Lent Posted November 21, 2011 Share Posted November 21, 2011 eh sori2 bos.... kalo pengen tampil di backend qt buat function baru di file allo.php public function getContent() { //tulis code disini } Link to comment Share on other sites More sharing options...
eddi ashar Posted April 11, 2012 Share Posted April 11, 2012 eh sori2 bos.... kalo pengen tampil di backend qt buat function baru di file allo.php public function getContent() { //tulis code disini } Maaf Mr Lent pada // tulis code disini , apakah isi dari code tersebut tolong ditambahkan jika ada .. terima kasih atas pencerahannya Link to comment Share on other sites More sharing options...
djito Posted July 6, 2012 Share Posted July 6, 2012 tandai dulu Link to comment Share on other sites More sharing options...
deez0ne Posted September 2, 2012 Share Posted September 2, 2012 Jadi gimana supaya bisa buat modul kayak di atas? yang isinya bisa di ganti" melalui back office? Link to comment Share on other sites More sharing options...
Kittyacc.com Posted October 1, 2012 Share Posted October 1, 2012 kalo mau tmbhn gmbr gmn ya? bs tlg ajarin? Link to comment Share on other sites More sharing options...
Rumah Maika Posted January 4, 2013 Share Posted January 4, 2013 Belum juga terpecahkan... :-( klo ane pengennya text tersebut nyambung ke link, misal link price list atau link ongkos kirim.. menunggu jawaban sambil oprek sana sini Link to comment Share on other sites More sharing options...
Recommended Posts