Red border around quantity - when instock and reflects on Inventory tab - takes time to update cart

When adding an item to the cart a red border appears around the field “quantity” which may imply that we are out of stock however, a few seconds later it then appears in the cart.

The inventory has stock and i have selected continue when out of stock.

Please help.

hii, @Luxe1
Kindly share your store URL so,
I can solve this issue.
Thank You.

Thanks

www.luxeadore.co

Paste this code on top of the theme.scss file.

.input--error.disclosure__toggle, input.input--error, select.input--error, textarea.input--error {
    border-color: black !important;
    color: black !important;
}

Thank You.

1 Like

Wow, Thank YOU. This worked. I had some unfortunate run-ins with other Shopify supporters whom actually created the above mentioned issue. Thank you for your assistance in finding a solution! You are WONDERFUL!