Version of DW: 9.15.3
Version of Swift 1.19
Source of data: ODATA4 D365 BC connector
Env: Acceptance
We're currently running into an issue regarding products, units of measures, stock units and pricing.
Product A
Stock Unit A (where StockLocation A is the default stocklocation)
Units of Product A (where STUKS means Pieces)
Prices of product A (are all per unit of M2)
So the issue is that the prices shown in the frontend are only shown when:
- Either I remove the Unit from the price (because its not a correct stock unit)
- Or I change all of the units (in price, product and stock) to the same unit
And also not the correct price is shown, because what our customer wants is that when he orders 1 STUKS of the product, that the price shown in the cart etc. is (1/0.277777777) = 3.6 m^2 * 4,79 = €17.24
How can we achieve this in Swift?
Do we need to customize with a price provider? Preferably not ...
I'm hoping for a checkbox somewhere ;)