ardi85 Posted September 19, 2013 Share Posted September 19, 2013 (edited) merubah contact form menjadi form konfirmasi pada prestashop 1.5 copy file htdocs\presta\controllers\front\ContactControler.php ke htdocs\presta\override\controllers\front dan ubah nama /rename menjadi ConfirmController.php copy dan rename file htdocs\presta\themes\default\contact-form.tpl menjadi confirm-form.tpl copy dan rename file htdocs\presta\contact-form.php menjadi confirm-form.php ubah isi confirm-form.php require(dirname(__FILE__).'/config/config.inc.php'); Tools::displayFileAsDeprecated(); Tools::redirect('index.php?controller=confirm'.((count($_GET) || count($_POST)) ? '&'.http_build_query(array_merge($_GET, $_POST), '', '&') : ''), __PS_BASE_URI__, null, 'HTTP/1.1 301 Moved Permanently'); ubah isi ConfirmController.php class ConfirmControllerCore extends FrontController { public $php_self = 'confirm'; public $ssl = true; tambahkan css pada contact-form.css #confirm fieldset { padding:0 0 15px 0; margin: 0; } #confirm h3 { margin:0 0 15px 0; padding:8px; font-size:14px; text-transform:uppercase; } #confirm #center_column p {margin:0; padding:0 0 10px 0;} #confirm #center_column p.desc_contact { text-align: center; padding-left: 10px; padding-right: 10px; } #confirm p.text label, #confirm p.select label, #confirm p.select span, #confirm p.textarea label { display:inline-block; padding:6px 15px; width:150px;/* 180 */ font-size:12px; text-align:right } #confirm p.textarea label {vertical-align:top} #confirm p.text input, #confirm p.select input { padding:0 5px; height:22px; width:260px;/* 270 */ border:1px solid #ccc; font-size: 12px; color:#666 } #confirm p.select select { margin-right:10px; border:1px solid #ccc; font-size: 12px; color:#666 } #confirm p.textarea textarea { height:80px; width:270px; border:1px solid #ccc; font-size: 12px; color:#666 } #confirm p.submit input {margin-left:185px;} tinggal berkreasi pada confirm-form.tpl sesuai keinginan anda untuk mnambahkan fied bisa baca ini http://nemops.com/adding-new-fields-to-prestashop-contact-form/ Edited September 19, 2013 by ardi85 (see edit history) 1 Link to comment Share on other sites More sharing options...
codearm2 Posted November 9, 2013 Share Posted November 9, 2013 perubahan pada confirm-form.tpl tidak mengubah tampilan confirmasinya Any help? Link to comment Share on other sites More sharing options...
userone912 Posted November 17, 2013 Share Posted November 17, 2013 Sip, dicoba dulu pakbos... thx Link to comment Share on other sites More sharing options...
kliktumbas.com Posted November 17, 2013 Share Posted November 17, 2013 buat lewat google doc Link to comment Share on other sites More sharing options...
asyarif Posted July 7, 2014 Share Posted July 7, 2014 muncul kesalahan saat customer mengirim pesan itu kenapa ya... saya masih di localhost Link to comment Share on other sites More sharing options...
rafa04 Posted July 10, 2014 Share Posted July 10, 2014 hmm, bookmark dulu deh, barangkali butuh. Link to comment Share on other sites More sharing options...
ayundazahara Posted December 19, 2014 Share Posted December 19, 2014 maaf, mau tanya, jika contact-form.php nya tidak ada bagaimana? Link to comment Share on other sites More sharing options...
mlxjakarta Posted December 22, 2014 Share Posted December 22, 2014 mau saya coba nih.. di paktekkan. semoga aja tidak ada kendalanya yah. makasih gan Link to comment Share on other sites More sharing options...
elvansopyan Posted December 23, 2014 Share Posted December 23, 2014 Kalo ane dulu bikin form confirm payment di coffeecup biar customizenya enak, trs tinggal pasang deh di page cms pake iframe 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