Override Prestashop Module Changes not Visible
问题 I am attempting to override a module in Prestashop but the changes are just not appearing. I have overridden a template file and a controller so I have added the following files: \override\modules\blockwishlist\views\templates\front\mywishlist.tpl \override\modules\blockwishlist\controllers\front\mywishlist.php These are very simple changes where I add another column to a table that contains a button. When the button is clicked the controller generates a CSV file. Any idea why these changes