Prestashop Override Module Class
To successfully override a module's main class, follow this specific pattern:
In this guide, we’ll break down exactly how to override a in PrestaShop 1.7 and 8.x. prestashop override module class
Navigate to PrestaShop’s root directory and create the following path: To successfully override a module's main class, follow
/override/modules/[module_name]/controllers/[front or admin]/[ControllerName].php prestashop override module class
The override class must:
return $result;
Add comment