Skip to content

jphNovitz/jph_mymodule

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jph mymodule

This repos is sort of prestashop module template
This is usefull if you have to create a module and, like me, you forgot this line or that line

install

  • You can download the zip archive of this repo then unzip and put it on the module folder of your prestashop project. (You can also clone it from the module folder)
  • rename this module three times
    • rename the folder from jph_module to your module name
    • rename the main file jph_module.php to yourmodule.php
    • rename the class
  • configure your sql file to fit your database needs
  • go to the module section of your admin then find and install your module

(jphnovitz 2019)