Hi,
The price cursor filter is using the HikaShop setting "Show taxed price".
www.hikashop.com/support/support/documen...nfig.html#main_taxes
So if you're using "with tax" or "both" ; the cursor will use price with tax. Otherwise if won't use the taxes.
You can see it in the filter class (administrator/components/com_hikashop/classes/filter.php), for the function "getPriceSelect" with the line
if($config->get('price_with_tax')){
Regards,
Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.
Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.