You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Mall 2.0.19 / OctoberCMS 2.2.35
Both on backend and frontend OrderProduct (order line items) prices are always shown in activeCurrency (currency selected in frontend or default as fallback), while totals and add-ons are correctly shown in Order currency.
Mall 2.0.19 / OctoberCMS 2.2.35
Both on backend and frontend
OrderProduct
(order line items) prices are always shown in activeCurrency (currency selected in frontend or default as fallback), while totals and add-ons are correctly shown inOrder
currency.Calculation for display comes from this method:
https://github.com/OFFLINE-GmbH/oc-mall-plugin/blob/develop/models/OrderProduct.php#L86
The text was updated successfully, but these errors were encountered: