abyss996 Posted May 16, 2015 Share Posted May 16, 2015 Hello everyone, I'm very new to Prestashop. I love it so far. But I want to create a new page for my website and I can't find the correct solution anywhere. I want to be able to use/include css, php and javascript to write that page. I've Google'd quite a bit. But I cant find the proper answer. After I create the page, I want to link it on my top bar next to "sitemap", "contact", etc. Also, I'm new to web development too. I only recently learned PHP and Javascript. So, if there is a complete tutorial or guide on how to create modules and/or themes for prestashop, please share the link. That would be much appreciated. Thanks in advance Link to comment Share on other sites More sharing options...
HiPresta Posted May 16, 2015 Share Posted May 16, 2015 You will need to create a new controller in the folder /controllers/front/ You can check an existing once for an example. 1 Link to comment Share on other sites More sharing options...
abyss996 Posted May 16, 2015 Author Share Posted May 16, 2015 You will need to create a new controller in the folder /controllers/front/ You can check an existing once for an example. Thank you for your reply. But, I looked at the files and I couldn't understand the workings of it all. Maybe its because I'm new to all this. But still thanks Link to comment Share on other sites More sharing options...
PascalVG Posted May 17, 2015 Share Posted May 17, 2015 About some links: First of all the PrestaShopdevelopers documentation: http://doc.prestashop.com/display/PS16/Developer+Guide In it, they also describe how to create some simple module. Then there are some Forum members who wrote some guides, like this one: http://blog.belvg.com/prestashop-1-5-developers-guide.html The rest of their blog is also useful: http://blog.belvg.com/category/prestashop Also, Nemo1 has a beautiful blog: http://nemops.com/ And just search the forum for specific questions :-) About the page, would just a CMS page work for you? (Back office, Preferences->CMS). My 2 cents, pascal 1 Link to comment Share on other sites More sharing options...
abyss996 Posted May 17, 2015 Author Share Posted May 17, 2015 About some links: First of all the PrestaShopdevelopers documentation: http://doc.prestashop.com/display/PS16/Developer+Guide In it, they also describe how to create some simple module. Then there are some Forum members who wrote some guides, like this one: http://blog.belvg.com/prestashop-1-5-developers-guide.html The rest of their blog is also useful: http://blog.belvg.com/category/prestashop Also, Nemo1 has a beautiful blog: http://nemops.com/ And just search the forum for specific questions :-) About the page, would just a CMS page work for you? (Back office, Preferences->CMS). My 2 cents, pascal Thank you so much for the links! I really appreciate it 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