Dear Community,
When creating a product the number of base units is always limited to 1 whenever it's the default unit of measure.
Can someone explain why this is?
Our client has products e.g. that are being sold in bags of 25kg but how do we translate that into the product page?
https://i.imgur.com/LKyFI2E.png
Kind regards,
Yosef
Like
Hello,
The checkbox means that this measuring unit is default one and equals 1 for this product. Here is example, I have 1 bottle of water, its default unit = 1. Now I have a package that has 10 bottles, so 10 default units.
As the result this detail settings would look as this:
This is important during sales. When a customer orders 1 package of bottles, we know that we have 10 units and the price is going to be 10*price.
This is main idea of this detail.
This logic can be changed in ProductUnitPageV2 schema by replacing the method isBaseChange
Regards,
Dean