Hello,
I have a shop where I sale products with different quantities (sq meters for example) and everything is ok if the user rise the quantity(with – or + buttons or type in).
I use a plugin for this and it works fine except one problem.
Problem is when the quantity is not changed (basically should be 1 but in case of some of my products is 0,7 or 1,41, or else), on clicking add to cart, value 1 is sent, not what is in quantity box ( for example 0,7 or 1,41, etc…). If I go in cart page and change up the quantity and then down, it becomes correct.
Sometimes it gives an message on a red bar, that minimum quantity should be added to cart.
Could I fix this somehow ?
I think is related to this : data-quantity=”1″ that should be the value in the quantity box, if is different than 1.
Thank you!