VirtueMart Forum

VirtueMart 2 + 3 + 4 => Virtuemart Development and bug reports => Topic started by: ptrouw on August 23, 2017, 22:03:37 PM

Title: order link in invoice mail_html_shopper.php language missing
Post by: ptrouw on August 23, 2017, 22:03:37 PM
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; ?>">
Title: Re: order link in invoice mail_html_shopper.php language missing
Post by: ptrouw on August 25, 2017, 13:54:44 PM
Can someone reproduce this?
Is it a missing feature or is my VM configuration?