Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions space/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
35 changes: 35 additions & 0 deletions space/guides/products/hide-inventory-count.md
Original file line number Diff line number Diff line change
@@ -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.