You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 26, 2024. It is now read-only.
When the qty of the product is 0, and then addToCart button is enabled but the quantity selector is disabled. The quantity selector is disabled as it check for stock qty which is 0, but the addToCart is enabled as we have enabled backorders.
Expected behavior
If the qty of the product is 0, and we have enabled backorders, then both the addToCart button and the quantity selector should be enabled.
Steps to reproduce the issue
Can you handle fixing this bug by yourself?
YES
NO
Environment details
Browser:
OS:
Code Version:
Additional information
The text was updated successfully, but these errors were encountered:
Current behavior
When the qty of the product is 0, and then addToCart button is enabled but the quantity selector is disabled. The quantity selector is disabled as it check for stock qty which is 0, but the addToCart is enabled as we have enabled backorders.
Expected behavior
If the qty of the product is 0, and we have enabled backorders, then both the addToCart button and the quantity selector should be enabled.
Steps to reproduce the issue
Can you handle fixing this bug by yourself?
Environment details
Additional information
The text was updated successfully, but these errors were encountered: