Jump to content

Override module productcomments


Recommended Posts

Bonjour.

 

Je souhaiterais modifier un fichier appelé depuis l'override ("use PrestaShop\Module\ProductComment\Repository\ProductCommentRepository;"), mais je ne connais pas la méthode.

J'ai pu remarqué que le fichier (use) d'origine est toujours appelé.

if (!defined('_PS_VERSION_')) {
    exit;
}

use PrestaShop\Module\ProductComment\Repository\ProductCommentRepository;

class ProductCommentsOverride extends ProductComments
{
}	

Mon override appel le fichier ProductCommentRepository.php qui se situe d'origine dans "src\Repository"

La question est de savoir comment l'appeler, ou placer le fichier et une fois fini, faudra t'il renommer la class "ProductCommentRepository" du fichier ProductCommentRepository.php

Auriez vous une idée ?

 

Merci par avance.

Link to comment
Share on other sites

  • 2 weeks later...

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...