You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 14, 2020. It is now read-only.
matthewmorek edited this page Mar 23, 2012
·
4 revisions
This project is an attempt at standardizing Prestashop modules development using a solid framework for all future projects.
Usage
As per title, you can download this package and build your Prestashop modules on top of it. It has been designed and developed using standard Prestashop 1.4.x compatible methods and classes.
Features
Standard one-click installation;
Valid Prestashop "skeleton" module (meaning: it's a dummy module, with no data);
Basic module configuration panel to build upon;
Can be hooked into most standard front-end hooks (few back-end hooks are also available);
Documented usage cases to help bootstrap your development;