example-modules
example-modules copied to clipboard
Example PrestaShop modules
Problem: function `getOption` and `getColumnById` are added since PS 1.7.8, and **unavailable** in PS 1.7.7 | Questions | Answers | ------------------| ------------------------------------------------------- | Description? | Solution: use their based functions...
Problem: `const SqlFilters::MIN_MAX` in [demo_grid/src/Grid/Query/ProductQueryBuilder.php](https://github.com/PrestaShop/example-modules/blob/master/demo_grid/src/Grid/Query/ProductQueryBuilder.php#L201-L222) is not available before PS 8.0, so using it in PS 1.7 will create a FatalThrowableError. | Questions | Answers | ------------------| ------------------------------------------------------- | Description?...
Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) Commits See full diff in compare...
Bumps [terser](https://github.com/terser/terser) from 4.0.0 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) v4.8.0 Support for numeric separators (million...
SqlFilters MIN_MAX is missing in the `demo_grid` example...
When I try to create a new quote in demodoctrine I get the following error: > Attempted to load class "LegacyLayout" from the global namespace. > Did you forget a...
Hi @matks , Hope you are all well ! I was looking for an example module for extending the product form in prestashop and just said to myself that it...
## Multistore module v1.1 scope - [ ] On blocks listing, add a list of assigned shops in the `All shops` context (as available on Link list module) - [...
#### Describe the bug Demo doctrine module crashes when 2 languages are enabled in BO and a new quote is created but one language field is not filled in. ####...
Multiple items should be homogenized in example modules to make it easier for developers to navigate them. - [ ] Module naming - [ ] Namespace naming - [ ]...