diff --git a/space/SUMMARY.md b/space/SUMMARY.md index ec40479..78dd839 100644 --- a/space/SUMMARY.md +++ b/space/SUMMARY.md @@ -40,6 +40,7 @@ * [Custom fields](guides/products/custom-fields.md) * [Content drawers](guides/products/content-drawers.md) * [Hide out of stock options](guides/products/hide-out-of-stock-variants.md) + * [Hide inventory count](guides/products/hide-inventory-count.md) * [Collections](guides/collections/README.md) * [Customize filters](guides/collections/collection-filters.md) * [Tag filtering](guides/collections/collection-tag-filtering.md) diff --git a/space/guides/products/hide-inventory-count.md b/space/guides/products/hide-inventory-count.md new file mode 100644 index 0000000..e0a22e3 --- /dev/null +++ b/space/guides/products/hide-inventory-count.md @@ -0,0 +1,35 @@ +# Hide inventory count + +Use Space theme settings to hide stock count badges on product cards. + +*** + +### Hide stock count on product cards + +{% stepper %} +{% step %} +Go to **Online Store** > **Themes** > **Customize**. +{% endstep %} + +{% step %} +Click **Theme settings** (gear icon). +{% endstep %} + +{% step %} +Open **Product cards**. +{% endstep %} + +{% step %} +Set **Stock threshold** to `0` (or leave it blank). +{% endstep %} + +{% step %} +Click **Save**. +{% endstep %} +{% endstepper %} + +*** + +### Important + +This controls stock count badges shown on product cards. It does not control the inventory block on the product page, which uses the **Inventory threshold** setting in product section blocks.