How can I change the message that pops up when someone selects more items than are currantly in stock? Using Debut. TIA!
Hi @cvette
This should be included in your themeās language settings.
Go to your Shopify admin > online store > click āactionsā next to your published theme > choose āedit languageā > type āin stockā into the search box > edit the text > save changes.
Hope this helps! ![]()
Thank you so much for your help! This message is coming up on the product page, not in the cart. Does that change where I change the message as I cant seem to find it where you direct me
@cvette you can simply display it none with CSS would you mind sharing URL so I can give you exact class of CSS to put in theme to not display this message.
Dont mind sharing at all and please excuss my ignorance when it comes to this. Sorry! Which page would you like the url too? Is this the correct one?
please provide password to view the store
none
kindly ADD this to your theme.scss.liquid file at bottom
.product-form__error-message {
display:none;
}
@cvette if you want the error message not to show even if there is out of stock order then simply in product option under inventory check continue selling if out of stock this will solve the issue and you have to do this for each product under inventory option.
Thank you so much, you have been a great help! Is there a way to get it to state āquanity select not in stockā or something along those lines?
{{ āgeneral.accessibility.errorā | t }}
{% include āicon-errorā %}
{{ āproducts.product.quantity_minimum_messageā | t }}

