Hi,
My situation and my problem :
I have a "brands listing" module. No problem here, brands is correctly displayed.
But when I click on a brand I encounter difficulties with the multingual part.
If I understand correctly, URL is fixed. (/brands-listing/category/)
So I must have a menu item with an alias 'brands-listing' to avoid the 404 error.
When I just click on the brand, its ok for my two languages.
This message contains confidential information
But if I'm on the page :
/fr/brands-listing/category/X
OR
/en/brands-listing/category/X
This message contains confidential information
I can't switch the language.
I'm redirected on my Home page with a message "The cart is empty".
I have no problem with product for example.
And because URL is forced, I can't, for example, try to use 1 item menu by language and associate them (as I have done for the products listing).
I don't understand the last line 'menu' in my screen.
I change the menu but it seems to have no effect for brands (maybe a reason of my issue).
Thanks in advance.