Hi All,
I was wondering if there was any documentation I could be pointed towards which describes the way ZenCart works at a basic functional level. I would like to look at what is required to build a new module.
For example:
- the tree under /includes/languages/english is where text defines are made. These are used to define what is displayed on the screen when the user is interacting with the module
- under /includes/modules/pages/ a folder exists for each module with a header_php.php file
- a template file is created under /includes/templates/yourtemplate/templates/ which details the page layout for the module in question
etc. etc.
This is the kind of information I am looking for so I can see what files would be required and when they are used and why.
I can kind of get an idea of what needs to be done by looking at other contributions but a reference would be helpful to ensure I any code I write is written to follow similar standards as the rest of ZenCat and would help answer questions I come along the way without taking up others time.
Any pointers in the right direction...
Thanks.



