Hello,
I am a beginner in Prestashop 1.7.8 and I try to create a link in the side menu of the back office in order to arrive on a new page. I followed the documentation but it doesn't work.
My module is recognized and installed.
Any idea why my code isn't working?
class Gaston extends Module { public function __construct() { $this->tabs = [ 'name' => 'Gaston', 'visible' => true ]; $this->name = 'Gaston'; //... }