Jump to content

Tips to learn how to develop


alamot

Recommended Posts

Hello all,

 

I am a php programmer, and I want to learn how to create Prestashop modules.

 

I´ve read the “Developer´s Guide”, but I think I need much more advice. Could someone point me in the right direction?

 

Guides, tutorials, books, links, tips, etc…

 

Thanks a lot!

Link to comment
Share on other sites

As math_php sugested, look at the PrestaShop standard modules. Start with some simple ones like blocklink and see how they set it up, what functions need to be in there, what are the optional ones. How do you hook a module into PrestaShop etc. See how they create a configuration page in the Back office and how they validate, handle and save the input given here. What is that ps_configuration file where they put those module values? Then check how they create the user interface for the front office (the webshop), See how PrestaShop uses smarty tpl files etc.

 

Where do they install the code exactly, what if you need to override a Standard file of PrestaShop.

Then go to the more complex ones, with controllers, hooks within a page like on the product detail page, etc.

 

There are also some nice tutorials of Nemo1 on the forum and on his tutorials website: nemops.com

 

And when you're stuck, just ask here...

 

Hope that helps,

pascal.

  • Like 1
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...