Skip to content

Commit aedbc2c

Browse files
authored
Merge pull request #2080 from jf-viguier/patch-33
Remove PrestaShop SA marketplace specific guidelines for module overr…
2 parents 45405a5 + 84a41e0 commit aedbc2c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/creation/good-practices.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ menuTitle: Good practices
5656

5757
- Consider carefully casting your variables and use pSQL/bqSQL in the SQL requests to avoid any injections (read [Best Practices of the Db Class](https://docs.prestashop-project.org/1-6-documentation/developer-guide/developer-tutorials/best-practices-of-the-db-class)). Make sure your files are properly protected (especially if your module uses a cron for example) to avoid anyone being able to execute them. As a result, you are required to use a token!
5858

59-
- The use of overrides is permitted, however if we decide that too many (2 / 3 max) have been used and/or the modifications are too dangerous, we will refuse your module. If you're unsure, don't hesitate to get in touch.
59+
- The use of overrides is permitted, however if we decide that too many (2 / 3 max) have been used and/or the modifications are too dangerous.
6060

6161
- If you need to load a .js or .tpl (containing JavaScript) to the backoffice, put restrictions in place on your hooks (hookbackofficeheader/top/footer)! Specific examples: if your JS only applies to your module's configuration page, use:
6262

0 commit comments

Comments
 (0)