I want to make Add to Cart buttons available on all the items in the facets views, but these buttons always fail with the message popup "Sorry, there is a problem with this Item and can not be purchased at this time. Please check back later."
Not a very helpful error message for a developer.
I inspected the HTTP request the button makes, and it's requesting the item in a quantity of 1, which is fewer than the minimum quantity set for almost all the items.
So I suspect that's the reason it's not working. But how can it be fixed so the buttons will order the minimum quantity instead? This is SuiteCommerce Standard, not SCA.
I might have to remove the facet view Add to Cart buttons if I can't fix this. But that's not the end of the world, just a nice-to-have.