-- HikaShop version -- : 3.2.2
Hello,
I am trying to make own currency switcher module that will work with cache.
What I need is to display both prices everywhere, listing, product view, checkout and then I will show or hide one of them.
Only place where I still can't get both prices is cart total, as pictured bellow:
I need to have price in EURO (it is original currency) in total too.
I know where I should put the code, but I do not know the code, I tried this without success, it is always zero:
echo $this->currencyHelper->format($price->price_orig_value_without_discount_with_tax,$price->price_orig_currency_id);
echo $this->currencyHelper->format($this->full_total->prices[1]->price_value_with_tax,$this->full_total->prices[1]->price_currency_id);
Thanl you in advance,
F.