Gerir os cookies que são utilizados para publicidade, como a personalização de anúncios, o remarketing e a análise de desempenho de anúncios.
2.14.9.12. Enable debug mode in PrestaShop
- Find the line with the parameter
_PS_MODE_DEV_:define('_PS_MODE_DEV_', false); - In the line you found, replace
falsewithtrueand save your changes:define('_PS_MODE_DEV_', true); - Reproduce the error on your site.
After finding the source of errors on your site and fixing them, you should disable debug mode.