Gestionarea modulelor cookie care sunt utilizate pentru publicitate, cum ar fi personalizarea anunțurilor, remarketing și analiza performanței anunțurilor.
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.