Liquid, JavaScript, themes, sales channels
I would like a standard message to appear when a customer selects a product (including product variant) that has no stock. I am allowing products to continue to be sold when they are out of stock, but would like to display the standard message to let the customer know that delivery will take longer (because it is made-to-order).
Hi @KWJ,
Go to sections > main-product.liquid file, find 'product-form__error-message' and add code here:
Code:
{%- if product.selected_or_first_available_variant.inventory_quantity <= 0 and product.selected_or_first_available_variant.inventory_management == 'shopify' -%}
<!-- show message -->
{%- endif -%}
Hope it helps!
Hi @LitExtension - thanks so much for taking the time to reply. Is there a way of making this work when a different variant is selected? Using the code you provided, the first variant when I visit the product page shows the message (because stock is zero but variant is set to 'keep on selling'). But if I choose another variant which is in stock, the message still displays.
User | RANK |
---|---|
38 | |
28 | |
13 | |
11 | |
8 |
Transform this holiday season into a shopping spree. Plus, learn how to effortlessly open ...
By Jasonh Dec 8, 2023Make the shift from discounts to donations, and witness your business not only thrive fina...
By Holly Dec 4, 2023On our Shopify Expert Marketplace, you can find many trusted third party developers and fr...
By Arno Nov 27, 2023