Prestashop - Override
// 1. Call the parent method to get the standard name $name = parent::getName($id_product, $id_lang, $id_shop);
PrestaShop overrides are a double-edged sword. They offer unmatched power to bend the platform to your will without hacking core files. But they come with significant long-term maintenance costs. prestashop override
<?php // /override/classes/Product.php
PrestaShop caches class indexes. Go to Advanced Parameters > Performance and click "Clear cache". Performance and click "Clear cache".
