Gestionar las cookies que se utilizan con fines publicitarios, como la personalización de anuncios, el remarketing y el análisis del rendimiento de los anuncios.
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.