Prestashop Override Class -

In Object-Oriented Programming, an override allows you to take an existing class and "rewrite" specific methods. PrestaShop is built to look in the /override/ folder before it loads its core classes. If it finds a file there that matches the core class, it uses your version instead. Why Use Overrides? prestashop override class