Open rachelmcr opened 12 hours ago
Currently, WooShippingItemsViewModel uses ServiceLocator.currencySettings for the displayed items currency. However, it should use the currency from the order, rather than the default store currency, to handle multi-currency stores.
WooShippingItemsViewModel
ServiceLocator.currencySettings
Thanks for reporting! 👍
Currently,
WooShippingItemsViewModel
usesServiceLocator.currencySettings
for the displayed items currency. However, it should use the currency from the order, rather than the default store currency, to handle multi-currency stores.