Hi all,
I have trouble with the alias sort by field which is set in the VirtueMart configuration.
My version specifications is:
VirtueMart 3.0.9
Joomla 3.4.1
PHP 5.6.9
The problem is that when I set: "Product Order Setting">>"Default Product Sort Order" as "Ordering, Name" then everything shows as expected on the website (even in the "Sort by" drop-down-menu), but if I select "Sef Alias" as "Sort by" option in the dropdown menu then the "Sef Alias" string changes to COM_VIRTUEMART_SEARCH_ORDER_SLUG.
This also bugs when I set: "Product Order Setting">>"Default Product Sort Order" as "Sef Alias" because it just shows the "COM_VIRTUEMART_SEARCH_ORDER_SLUG" string as default sort item.
One more notice on this is that when I select an element in the drop-down-menu then it sets the name of the top element of the menu to: COM_VIRTUEMART_ORDERING,PRODUCT_NAME.
I have attached pictures of the bug.
Is it possible for me to change the text manually?
NVM. Found that "COM_VIRTUEMART_SEARCH_ORDER_SLUG" where missing from the
/components/com_virtuemart/language/en-GB/en-GB.com_virtuemart.ini
file, so added it and fixed the text.