docs icon indicating copy to clipboard operation
docs copied to clipboard

PrestaShop technical documentation

Results 153 docs issues
Sort by recently updated
recently updated
newest added

Although this is not directly required, it would be nice to cover in the devdocs the usage of known technologies for increased performance. I'm thinking about: - nginx as a...

question

https://devdocs.prestashop.com/1.7/themes/getting-started/asset-management/ talks a lot about FO modules, but this does not apply to BO modern modules.

question

https://github.com/PrestaShop/PrestaShop/blob/develop/src/PrestaShopBundle/EventListener/TokenizedUrlsListener.php#L86 This behavior needs to be in the doc.

question

This should be documented : https://github.com/PrestaShop/PrestaShop/pull/13972

question

I want to write documentation about the lite display mode that will be enabled in SF pages with PR https://github.com/PrestaShop/PrestaShop/pull/12897. I'm wondering how do I write it 🤔. In some...

question

Currently, we only have a webservice documentation and tools in PHP. Having calls examples using other programming languages seems to be useful.

question

In order to help people without a tech background to contribute with best practice code, let's add some links to interesting resources and example. A few ideas: - https://github.com/jupeter/clean-code-php -https://refactoring.guru/...

question

I'm considering the idea of describing what happens behind the curtains when a HTTP request hits PrestaShop. So I would describe - how request is matched against an URL and...

question