Aurox Posted August 6, 2016 Share Posted August 6, 2016 I want to add a php page that has some code that will tweak the sql. If I just add it, I get page404 not found when I run it in the browser. It contains variables like website.com/page.php?id=345 What to do? Link to comment Share on other sites More sharing options...
Daresh Posted August 6, 2016 Share Posted August 6, 2016 Build a module with a controller, like in this tutorial: http://doc.prestashop.com/display/PS16/Creating+a+first+module Link to comment Share on other sites More sharing options...
endriu107 Posted August 6, 2016 Share Posted August 6, 2016 Do like Daresh said, or you can create only one page without module http://stackoverflow.com/questions/27385742/custom-page-in-prestashop-1-6-without-cms I think creating module is better option. 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