Jump to content

Beginner - Creating the module


strejcz

Recommended Posts

Hello,

 

Please I need help, I am a beginner in creating modules for PS, I read the documentation I made a training module and understand its functionality.

 

Now I need to create a slightly larger module that contains:

 

BackOffice

First a list of records (something like ma Customer reassurance block)

Second in editing individual records would be to choose the category to which the content will be displayed

3rd text editor (saving to db, xml, ...)

4th Uploading pictures

5th upload file

 

Points 2-5 are used in the product (associations, editors, images, files)

 

I know that all of these functionalities are stored in the controllers and functions that are called with a description of the Classes.

 

I wonder what should I do if the codes do I (and how) put together or how do I start?

 

Thank you for any advice

(Sorry for bad English)

Link to comment
Share on other sites

ok, thank you for your response, I have been a little progress.

 

Current Mode: load categories in selecting the checkbox.

Accordingly, it would then have to write correctly categorized.

How should I proceed?

 

thank you

Link to comment
Share on other sites

Hi Strejcz,

First of all, have a look at the developers guide of Prestashop team:

http://doc.prestashop.com/display/PS15/Creating+a+PrestaShop+module

Here you see the basics explained.

 

Some nice start is here:

http://www.bazingadesigns.com/en/blog/tutorials/how-to-write-a-prestashop-module-tutorial-making-of-kinky-slider-part-1

 

Here some more about controllers and overriding files:

http://www.programmingtunes.com/prestashop-1-5-features-for-developers-part-1-modules/

 

Adding back office tab page (for configuration using the menu, instead of modules->configure):

http://stackoverflow.com/questions/12713941/prestashop-creating-backoffice-tab-pragmatically-from-insode-a-module

 

About creating your own hooks:

http://www.smaizys.com/prestashop/how-to-create-custom-prestashop-hook/

 

Here a collection of nice to knows, free modules etc.:

http://www.prestashopfreemodules.com/category/module-tutorials/

 

Anyone more nice to haves??

 

pascal

  • Like 2
Link to comment
Share on other sites

Hi Strejcz,

First of all, have a look at the developers guide of Prestashop team:

http://doc.prestasho...estaShop+module

Here you see the basics explained.

 

Some nice start is here:

http://www.bazingade...y-slider-part-1

 

Here some more about controllers and overriding files:

http://www.programmi...part-1-modules/

 

Adding back office tab page (for configuration using the menu, instead of modules->configure):

http://stackoverflow...insode-a-module

 

About creating your own hooks:

http://www.smaizys.c...restashop-hook/

 

Here a collection of nice to knows, free modules etc.:

http://www.prestasho...dule-tutorials/

 

Anyone more nice to haves??

 

pascal

beautiful, very nicely thank you! excellent resources to start.

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...