Unable to override a module's admin controller in Prestashop 1.7.7.2

491 views Asked by At

I created a module and I want to override an admin controller from an existing module. I created the override folder using the path modules/mymodule/override/modules/marketplace/controllers/admin/AdminSellerProductDetailController.php following https://devdocs.prestashop.com/1.7/modules/concepts/overrides/ but it does not seem to copy into the /override/ folder. I've reinstalled the module, deleted the cache, but nothing seems to work.

Couldn't find any solutions anywhere else online, so your help is very much appreciated.

0

There are 0 answers