Jump to content

Edit History

musicmaster

musicmaster

3 hours ago, Ray UK said:

OK so I just changed this from v8.3 and its now loading. Is that all that is needed or will there be issues

define('_PS_VERSION_',$version);
	if (_PS_VERSION_ >= "9.1")
	  die("Prestashop 9.1 is not yet supported by this Prestools version. Make sure you download the latest version.");
  }

That is the right way. It should work. 

Please let me know when you find any problem.

musicmaster

musicmaster

3 hours ago, Ray UK said:

OK so I just changed this from v8.3 and its now loading. Is that all that is needed or will there be issues

define('_PS_VERSION_',$version);
	if (_PS_VERSION_ >= "9.1")
	  die("Prestashop 9.1 is not yet supported by this Prestools version. Make sure you download the latest version.");
  }

That is the right way. It should work.

×
×
  • Create New...