Skip to content

Latest commit

 

History

History
45 lines (33 loc) · 1.54 KB

README.md

File metadata and controls

45 lines (33 loc) · 1.54 KB

minicskeleton

A module template for Prestashop v1.5.x.

This is a module template for Prestashop v1.5.x versions. Contains a basic markup to speed up module development. The skeleton was created based on the latest module creaton tutorial. Some things from the tutorial is skipped, some others are added, like the database manipulation, which I think is very usefull and easy to use.

Feel free to leave a comment on the Prestashop forum or here on github. Any suggestion, bug, commit will be reviewed!

###Features

  • install.sql to install tables easier if needed
  • Module Controller sample (remove the underscore to use it)
  • Recommended file structure
  • Elusive web icons, more info here

###Front Office Hooks

  • Header (for css and js)
  • Top of pages
  • Home page
  • Left Column
  • Right Column
  • Footer

###Back Office Hooks

  • Header (for css and js)
  • Dashboard

You can find more info from the HOOKS here.

###Usage Check out this tutorial to get started with this module.

###Changelog v1.1.1 - 2013/05/13
- updated elusive web icons to latest version

v1.1.0 - 2013/03/14
- added elusive web icons

v1.0.0 - 2013/03/07
- first release

Happy coding!