Hi,
Im dealing with the theme that has WC Side Drawer panel, which to me, looks like Gutenberg Block.
I was wondering, is it possible to modify the behaviour of \`QuantitySelector\` component (‘woocommerce/packages/woocommerce-blocks/assets/js/base/components/quantity-selector/index.tsx’) in a way when user decreases or increase the quantity in the cart, to do it in the steps of 6 (The shop allows only to sell each individual item in a quantity of 6 (box)). Also, because of that, min quantity should be 6.
What would be the best approach to achive this? I can’t just modify block in WC package because it will be overwritten in next update.
Looking at the source code, looks like those props are hardcoded in the compoment, in other words, it doesn’t look up into WC settings or such.
TIA