In prestashop is there a way to pass parameters to a module as a friendly-url, similar to symfony or laravel routing.
For instance I have a module called 'test', this works : test?operation_id=1&campaign_id=3
But clearly this is bad for seo, what I would like to have is test/operation-1/campaign-3
Possible ?