order link in invoice mail_html_shopper.php language missing

Started by ptrouw, August 23, 2017, 22:03:37 PM

Previous topic - Next topic

ptrouw

using vm3.2.4
The link in the invoice doesn't have any language code. So in the email a German invoice link to the order opens in the default browser language, in my case Dutch.
The code in invoice mail_html_shopper.php is missing  a language string, I think.

<a class="default" title="<?php echo $this->vendor->vendor_store_name ?>" href="<?php echo JURI::root().'index.php?option=com_virtuemart&view=orders&layout=details&order_number='.$this->orderDetails['details']['BT']->order_number.'&order_pass='.$this->orderDetails['details']['BT']->order_pass; ?>">

ptrouw

Can someone reproduce this?
Is it a missing feature or is my VM configuration?