-- HikaShop version -- : 2.3.5
-- Joomla version -- : 3.3.4
-- PHP version -- : 5.5.9
>config
3 currency enabled (USD,UAH,EUR)
1 currency as main (UAH)
in 1 not main currency prices on products is set via backend (USD)
conversion ratio is set
>summary
shopping cart module working fine, even with currency switcher module currrency switch(frontend) changing prices display correct new price in cart field module. But all product on page somehow displaying only in price that was set in backend in USD only if current currency is USD, in all other cases it's "FREE" (EUR,UAH).
>code dig
digging to file listing_price.php showed that
if price is USD $this->row->prices have correct values in all other cases it's NULL without another code to recalculate price...