管理用于广告的 cookie,如广告个性化、再营销和广告效果分析。
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.