Hi guys,
I have a situation where I get product prices in 2 currencies: RON and EUR.
RON is the default currency. I have defined a conversion rate between RON and EUR.
What I need to do now, is always render RON prices in a PIM feed (I am using a custom template).
Prices are stored in the PriceMatrix and I am selecting RON for currency on the feed.
If I try to render the price with product.Price.Price, I get the value in EUR rendered as RON without the conversion.
What would be the best way to render the converted/calculated price?
Thank you,
Adrian