Less strict mode #958
ograycode
started this conversation in
Ideas and feature requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Description
Have an option for less strict mode which will alert if the string comparison used to tell if something is out of stock is not found.
This will increase false positives, but it's optional so users have that choice.
Possible solution
Have the function that looks for in stock return true if no match for out of stock is found.
Beta Was this translation helpful? Give feedback.
All reactions