webdna / commerce-currency-prices

Add a product price for each currency
Other
3 stars 5 forks source link

Retrieving price for shipping method on checkout #24

Open deanfields opened 2 years ago

deanfields commented 2 years ago

I'm using this for retriving and displaying the price for the shipping method at checkout:

method.priceForOrder(cart)|commerceCurrency(cart.paymentCurrency) - but the price being returned isn't the price for the particular currency set. I can't see a way to pull this out?

williamhibberd commented 1 year ago

I am also having this issue. Is there any update on displaying the correct shipping method price for the particular currency?