Jump to content

Comment every tpl?H


Recommended Posts

These comments are guide for the developers so they can easily find files and hooked modules.

You can turn off debug mode to remove this comments.

In Prestashop 1.7 Go to Advanced Parameters > Performance and turn off debug mode

Or either you can disable manually by changing code in file  config > defines.inc.php

if (!defined('_PS_MODE_DEV_')) {
define('_PS_MODE_DEV_', false);
}

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...