Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
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.
Hey Community! As we jump into 2025, we want to give a big shout-out to all of you wh...
By JasonH Jan 7, 2025Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024