Jump to content

Module Translations error Call to a member function isUsingNewTranslationSystem() on null


owltheme

Recommended Posts

  • 1 month later...
  • 1 month later...
  • 3 months later...

 

This is a very simple problem. According to the PrestaShop new version, add the following to the /modulename/modulename.php file of your module:

 

public function isUsingNewTranslationSystem()
{
	return true;
}

 

  • Like 1
  • Thanks 1
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...