I saw that the return to store button, have the href="/" hard coded. Which means that when I return from confirmation page to store, the store will be loaded with the default language at /.
For exemple, I have English as a default language to loaded at / and other such as Portuges at /pt.
If at checkout my current language is Portuguese, when I return from there to store, the language will switch to English. I would like to know if there is any possibility to handles this by return from confirmation page to store keeping the current culture.
You'd have to update the template view file I'm affraid. This should be in the App_Plugins/VendrCheckout folder, but you might be better off copying that file into your regular Views folder and assigning it as a template to the checkout document type.
When you apply a template to the checkout document type it will override the default one found in the App_Plugins folder.
Vendr Checkout - Confirmation Page
Hi Matt,
I saw that the return to store button, have the
href="/"
hard coded. Which means that when I return from confirmation page to store, the store will be loaded with the default language at/
.For exemple, I have English as a default language to loaded at
/
and other such as Portuges at/pt
.If at checkout my current language is Portuguese, when I return from there to store, the language will switch to English. I would like to know if there is any possibility to handles this by return from confirmation page to store keeping the current culture.
/NPina
Hi NPina,
You'd have to update the template view file I'm affraid. This should be in the App_Plugins/VendrCheckout folder, but you might be better off copying that file into your regular Views folder and assigning it as a template to the checkout document type.
When you apply a template to the checkout document type it will override the default one found in the App_Plugins folder.
Hope this helps
Hi Matt,
I applied my own template to checkout confirmation step, and it's works fine.
Thank you.
is working on a reply...