Using Minimum Order Quantity when adding to cart from list view
Posted: 09 Oct 2025, 05:50
Hello,
I’ve noticed that in the file layouts/form_part_start_add_to_cart_list.php, the quantity value is always set to 1.
So, when adding a product to the cart from the list view, it always shows a quantity of 1.
However, if the product has a Minimum Order Quantity greater than 1, it still allows adding it to the cart — but then an error occurs during checkout, which can be a bit confusing for users.
Wouldn’t it make sense to use the min_quantity value instead of 1 in this case?
I’ve noticed that in the file layouts/form_part_start_add_to_cart_list.php, the quantity value is always set to 1.
So, when adding a product to the cart from the list view, it always shows a quantity of 1.
However, if the product has a Minimum Order Quantity greater than 1, it still allows adding it to the cart — but then an error occurs during checkout, which can be a bit confusing for users.
Wouldn’t it make sense to use the min_quantity value instead of 1 in this case?