VirtueMart Forum

VirtueMart 2 + 3 + 4 => Virtuemart Development and bug reports => Topic started by: Ghost on September 13, 2024, 08:44:02 AM

Title: Untranslatable "Do you have an account?" and "Login" strings in cart
Post by: Ghost on September 13, 2024, 08:44:02 AM
The strings "Do you have an account?" and "Login" are hardcoded in BS5 cart layout and can't be translated to other languages without overriding the whole layout
https://dev.virtuemart.net/projects/virtuemart/repository/virtuemart/entry/trunk/virtuemart/components/com_virtuemart/views/cart/tmpl/bs5-default.php?utf8=%E2%9C%93&rev=11051#L60

VM 4.2.18.11050
Title: Re: Untranslatable "Do you have an account?" and "Login" strings in cart
Post by: Milbo on October 22, 2024, 16:28:59 PM
Thank you, replaced it against vmText::_('COM_VM_DO_HAVE_ACCOUNT');