Override Module Prestashop [new] -

When you install a third-party module (or even a default one), you may find that it doesn't quite fit your specific business logic. Maybe you need to change how a payment gateway processes an order, or perhaps you need to add a custom field to a product listing.

return 'Custom functionality added via override'; override module prestashop

<?php class Cart extends CartCore

return $originalResult;