In PrestaShop, overriding the ObjectModel is a common way to extend main entities such as Customer, Product or Order without modifying the main files. In this guide, we will go through a real-world implementation:Adding a blacklist flag to customers by replacing the Customer Object Model. What you will build At the end of this tutorial, … [Read more…]