weit Posted October 27, 2011 Share Posted October 27, 2011 You can view the contact form on the page with the product? I don't know how to connect "ContactController" and "ProductController". I use version 1.4.4 Link to comment Share on other sites More sharing options...
PrestaShopDeveloper Posted October 27, 2011 Share Posted October 27, 2011 You can view the contact form on the page with the product? I don't know how to connect "ContactController" and "ProductController". I use version 1.4.4 ContactController, ProductController and all other controllers are "page controller" - it's not a good idea to "connect" them. Just create a custom module that attaches a form to a product page hook. Link to comment Share on other sites More sharing options...
weit Posted October 28, 2011 Author Share Posted October 28, 2011 ContactController, ProductController and all other controllers are "page controller" - it's not a good idea to "connect" them. Just create a custom module that attaches a form to a product page hook. Thank you, I've solved it, enough "ProductController" add the missing features. Link to comment Share on other sites More sharing options...
Recommended Posts