Hey guys
I have an odoo website with website_sale installed. My language of the logged in user is set to nl_NL. The active language on my website is English, this is the only active language on my website.
Now, whenever I log in using my nl_NL user I can browse to every page without trouble.
BUT when I click a product in the shop, my url gets modified to [base.url]/[user.lang]/shop/product/sc-123.
I expected this to not add my user.lang and just redirect me to /shop/product/sc-123.
I cannot find where this gets prepended to my url. The <a> element I click does not have to nl_NL in the href, I can confirm that!
I really hope someone here can guide me to a solution!
Thanks in advance