-- HikaShop version -- : 2.6.3
-- Joomla version -- : 3.5.1
-- PHP version -- : 7.0.7
-- Browser(s) name and version -- : Chrome
Hi there,
I currently have a "sort" filter that sorts price, product name and clicks. I've put in the language overrides:
SORT_DESCENDING_CLICKS="Most Popular"
SORT_ASCENDING_CLICKS="Least Popular"
I'd like to also change:
Price ascending -> Lowest Price
Price descending -> Highest Price
Product name ascending -> A-Z
Product name descending -> Z-A
However, there doesn't seem to be overrides for this instead the only extra cases of ascending/descending languages used are "SORT_ASCENDING="%s ascending"", "SORT_ASCENDING_RECENT="Older"", "SORT_ASCENDING_SALES="Worst sales"", "ASCENDING="Ascending"" (and the same for descending).
Is there a way to override the language used for those two filter options? Also, is there a way to remove one option (such as "Least Popular") but keep the other option (such as "Most Popular")?
Thanks heaps