kiransharma Posted September 17, 2012 Share Posted September 17, 2012 (edited) Hi, I am newbie to prestashop, I want to know how can I add Contact form on product detail page, My requirement is like, { I had set system in catalog mode } - I want to add Contact Form on each product detail page, from where mail sent to admin with current url (product detail page url), and Contact form entry in database so admin can see order detail (contact requests) from Admin Panel. Is there any ready-made module or I had to create my own module??? I am using prestashop latest version 1.5.0 ( released on 13 sep 2012 ) The contact form something look like I attached with current topic. Thankx, Kiran Sharma Edited September 17, 2012 by kiransharma (see edit history) 1 Link to comment Share on other sites More sharing options...
fgarciarico Posted September 20, 2012 Share Posted September 20, 2012 Hi, do anybody know how to do this? I am trying to show a contact form for every product on my website but I don't find any proper module. Link to comment Share on other sites More sharing options...
kiransharma Posted September 21, 2012 Author Share Posted September 21, 2012 (edited) Hi @fgarciarico, As you see I do not got any idea from forum members as no reply got. But currently i made thing work by R&D as follow, ( First i thought to make module but currently i am using ) -- I had change in core files, I prepare contact form html in product.tpl file and controller code in product controller file. In product file i also code for mail with current product page url which will receive to admin. -- I also made one contact request table, so admin can also see contact request listing from backend and can edit it. if you want functionality like i made reply to this thread, i will give detail idea. still one thing is I neither got proper documentation for functionalities nor much forum help. Hi, do anybody know how to do this? I am trying to show a contact form for every product on my website but I don't find any proper module. Edited September 24, 2012 by kiransharma (see edit history) Link to comment Share on other sites More sharing options...
alexeeve Posted November 20, 2012 Share Posted November 20, 2012 Hi @fgarciarico, As you see I do not got any idea from forum members as no reply got. But currently i made thing work by R&D as follow, ( First i thought to make module but currently i am using ) -- I had change in core files, I prepare contact form html in product.tpl file and controller code in product controller file. In product file i also code for mail with current product page url which will receive to admin. -- I also made one contact request table, so admin can also see contact request listing from backend and can edit it. if you want functionality like i made reply to this thread, i will give detail idea. still one thing is I neither got proper documentation for functionalities nor much forum help. Hi, I am also new to this and i also added a custom size to product page. I made a custom size checkbox html code but i have no idea where do i have to add a functions and how. Please help.. my website is: http://monalisadress.com Thank's. Link to comment Share on other sites More sharing options...
Runan Posted March 1, 2013 Share Posted March 1, 2013 Hi @fgarciarico, As you see I do not got any idea from forum members as no reply got. But currently i made thing work by R&D as follow, ( First i thought to make module but currently i am using ) -- I had change in core files, I prepare contact form html in product.tpl file and controller code in product controller file. In product file i also code for mail with current product page url which will receive to admin. -- I also made one contact request table, so admin can also see contact request listing from backend and can edit it. if you want functionality like i made reply to this thread, i will give detail idea. still one thing is I neither got proper documentation for functionalities nor much forum help. Is it possible to give a example of the code ? Thanks. Link to comment Share on other sites More sharing options...
Dh42 Posted March 1, 2013 Share Posted March 1, 2013 Carolina Customs offers a module that will do this, http://prestashop.carolinacustomdesigns.com/front-office-features/62-product-query-pro.html Link to comment Share on other sites More sharing options...
Runan Posted March 2, 2013 Share Posted March 2, 2013 Carolina Customs offers a module that will do this, http://prestashop.carolinacustomdesigns.com/front-office-features/62-product-query-pro.html Thanks for the link but I don't want a popup ... I need to place the form in the bottom of my product page. Any ideas ? Link to comment Share on other sites More sharing options...
Dh42 Posted March 2, 2013 Share Posted March 2, 2013 I haven't used that module before, but by looking at it, it looks like is uses a colorbox modul. Which means more than likely the information on the popup is just a layer hidden on the screen. So it should be easy to modify it to be what you want. You might ask the guys at carolina customs if that is true. 1 Link to comment Share on other sites More sharing options...
Runan Posted March 3, 2013 Share Posted March 3, 2013 I haven't used that module before, but by looking at it, it looks like is uses a colorbox modul. Which means more than likely the information on the popup is just a layer hidden on the screen. So it should be easy to modify it to be what you want. You might ask the guys at carolina customs if that is true. In fact, I don't want to buy an antoher module but I just want to add the contact form (/contact-us page) at the bottom of my product page ... Link to comment Share on other sites More sharing options...
Dh42 Posted March 3, 2013 Share Posted March 3, 2013 The best advice I can give you is to look at the source code and figure out how to program it in then. Link to comment Share on other sites More sharing options...
v ignesh Posted August 28, 2014 Share Posted August 28, 2014 Hi Can i have look at your code of controller Link to comment Share on other sites More sharing options...
Recommended Posts