Solved

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

Luxe1
Visitor
3 0 0

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. 

Accepted Solution (1)
Zworthkey
Shopify Partner
5581 642 1569

This is an accepted solution.

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.

View solution in original post

Replies 4 (4)

Zworthkey
Shopify Partner
5581 642 1569

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

Luxe1
Visitor
3 0 0
Zworthkey
Shopify Partner
5581 642 1569

This is an accepted solution.

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.

Luxe1
Visitor
3 0 0

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!