Hello,
Several of our B2B customers have expressed the need to sell some of their products only in bundles of x units.
An example : they sell a type of screw that can only be bought in multiples of 10, i.e you have to order 10, 20, 30, etc. The product page should reflect this and show the quantity as the total of screws, e.g "Quantity : [20] screws", and not "Quantity : [2] x 10 screws". Also, adding any quantity of this product to the basket should round up the quantity to the next multiple (and conversely for removing).
Using the DW product unit feature is a bit awkward as it is not a unit per se, and it does not competely fulfill my requirements.
I have coded a satisfactory custom solution, but I'm thinking this could be something worth considering adding this feature.