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
Describe the bug
When a cart reservation causes a product to become unavailable, and I close the sidecart, the add to cart button is still available on the product detail page.
The product page will either have to be refreshed so the add to cart form is disabled, or we'll need another endpoint call from the JS to disable the add to cart form/button
Expected behavior
If a product is added to the cart, and the cart reservation causes the product to become unavailable, the add to cart button is disabled upon closing the sidecart.
The text was updated successfully, but these errors were encountered:
Describe the bug
When a cart reservation causes a product to become unavailable, and I close the sidecart, the add to cart button is still available on the product detail page.
The product page will either have to be refreshed so the add to cart form is disabled, or we'll need another endpoint call from the JS to disable the add to cart form/button
Expected behavior
If a product is added to the cart, and the cart reservation causes the product to become unavailable, the add to cart button is disabled upon closing the sidecart.
The text was updated successfully, but these errors were encountered: