The website creator in Odoo places the My Cart navbar item on the far left of the navbar where I wish to make it appear on the right instead.
It seems like the line of code that is deciding where the icon is placed is:
<xpath expr="//header//ul[@id='top_menu']/li" position="before">
I understand what this line of code does currently, but I want to know if there is a way to insert the "My Cart" item at the end of the navbar.