Jurist Posted February 21, 2017 Share Posted February 21, 2017 Hello, I am running prestashop 1.6.1.11 on PHP 7.0. I want to create a module that will display usage calculator for some of products we sell. Is it possible to create a module that will add a page with name saved in module configuration, for eg. mydomain.com/my-page is it possible? If not, how to display php script on custom .tpl page? That's a simple form with calculating products that customer needs depending on few variables (room size, etc). It works without any problem on localhost written in index.php. I would like to move the page within the PS store, how to make it have header and footer just like any other store page? I need it to add function, that will add calculated products to the cart in near future. I will appreciate any answer. Link to comment Share on other sites More sharing options...
joseantgv Posted February 21, 2017 Share Posted February 21, 2017 Hello, I am running prestashop 1.6.1.11 on PHP 7.0. I want to create a module that will display usage calculator for some of products we sell. Is it possible to create a module that will add a page with name saved in module configuration, for eg. mydomain.com/my-page is it possible? If not, how to display php script on custom .tpl page? That's a simple form with calculating products that customer needs depending on few variables (room size, etc). It works without any problem on localhost written in index.php. I would like to move the page within the PS store, how to make it have header and footer just like any other store page? I need it to add function, that will add calculated products to the cart in near future. I will appreciate any answer. You can create an "alias" in "Preferences -> SEO & URLs" that links to your module controller. 1 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