as I know that error message caused by:
- you try to order with quantity not in the list. Or,
- You have added to cart, and try to add it again. Example: you added qty: 50, then try to add qty 150. Supposed total qty is 200, but 200 is not in the list
I am having the same issue.
I start with an empty cart and add a fixed quantity (1000 in the example), but it still fails with “Product Business Cards 2 can be ordered using this listed quantity : 250, 500, 1000.”.
See attached video https://dl.dropboxusercontent.com/u/1920735/FixedQuant.mov
Plugin:
https://wordpress.org/plugins/woocommerce-fixed-quantity/
Based what I see on your screenshot, I think it was conflicted with your other plugin. It look like you use an ajax plugin so your “add to cart” done by ajax request.
Try following steps to resolve:
- Remove the custom code if you made it. Usually, lot of wordpress developers will put the code at “themes/theme-name/functions.php”
- Look at your theme. Check if “themes/theme-name/woocommerce/” folder exist. remove that folder.
- if step #2 resolve your issue, try put that folder again and look at on each file inside that folder. Which one raise the issue
- if step #2 don’t resolve the issue, try to remove plugin one by one to get what plugin that conflict