Hi,
in version 2.6 you added the STEP settings by category.
I’ve enabled Minimum, Default and Step quantity to be set by categories, so trying it, works only the step value and only if it is in integer, with decimals this value doesn’t work either.
So I only tried with integers, both minimum (15), default (10) and step (5) but inspecting the source the input is
— input type=”number” id=”quantity_5eb12c035ffcd” class=”input-text qty text” step=”5″ min=”1″ max=”” name=”quantity” value=”1″ title=”Qtà” size=”4″ placeholder=”” inputmode=”” —
As you can see only step has the value that I set in the category.
By enabling the columns to be seen in the product list, I see that min qty has remained at 1 (should be 15) and step at 5 (correct)
By setting the values directly in the product minimum and step works correctly.
-
This topic was modified 1 year, 4 months ago by Omar Dabbas.