Increasing inventory threshold

Topic summary

A user wants to increase the inventory threshold display on their product page from the current maximum of 40 (set via theme customization) to 99 for all products.

Current Situation:

  • Theme customization interface limits the threshold to 40
  • User provided a test store link with password access for reference

Proposed Solutions:

  • Multiple respondents confirmed this requires editing the theme’s Liquid code files
  • One user shared a code snippet that checks product availability and variant inventory, displaying “X items left” when inventory is ≤99

Outstanding Question:

  • The original poster asked whether to add the code to the theme’s Liquid file or CSS file
  • This remains unanswered, though the solution clearly requires Liquid template modification rather than CSS

The discussion is ongoing, awaiting clarification on implementation details.

Summarized with AI on November 8. AI used: claude-sonnet-4-5-20250929.

Do you want all products to be 99 or just that one product?

1 Like