Hi, I'm still learning Prestashop (1.7.6.7). I've some proven PHP/MySQL/JQuery scripts I'm trying to import from an old OsCommerce site. It would be a huge work to make them compatible with MVC, so my idea is to show them in backoffice right pane and use the Prestashop functions.
I've been able with a public function getContent(){include('views/templates/admin/myscript.php');} line to show on backoffice but the content is 100% of the page and shows partly under the backoffice left menu.
Most important, they are daily use modules, I really need a direct link from left menu in backoffice and not from module management menu (too long).
Could someone help me with this please ?
Thank you