How to hide size options for unstitched items in a clothing store?

Topic summary

A Shopify store owner needs help conditionally displaying product options based on customer selection. Their clothing store offers two product types: stitched and unstitched garments.

The Problem:

  • When customers select “stitched,” size and dimension options should appear
  • When “unstitched” is selected, these options should be hidden
  • The user attempted a CSS solution but needs assistance

Proposed Solution:
A community member recommends using the free Easify Product Options app, which allows:

  • Creating custom options (Garments, Size, Dimension) without coding
  • Setting up conditional logic between options
  • Automatically showing/hiding Size and Dimension fields based on the Garments selection

The response includes visual demonstrations showing how to configure the app’s conditional logic, ensuring Size and Dimension remain hidden until “Stitched” is selected from the Garments dropdown.

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

Hello All, I need your help, I have a clothing store in which when we select a product it have two types 1-stiched 2-unstiched

when the customer select the stitched option it show the size, dimension etc but when he select the Unstiched option then the below options should not be visible. need your help

what I tried is

{%- if option.values contains 'Unstiched' -%} style="display: none !important;"{%- endif -%}

Hi @Ihtisham ,

I have a simple solution to help you set up your custom options without requiring any coding. You can use the free Easify Product Options app, which provides an easy way to create and manage your options.

Here’s a quick demonstration on how to use the app for setting up your options:

1. Create your custom options

You will need to create custom options such as “Garments” (with options for stitched and unstitched), “Size”, and “Dimension”.

  • Garments:

  • Size:

  • Dimension:

2. Set conditional logic:

To establish dependencies between the options, you can set conditional logic. This ensures that when customers select the “Stitched” option from the “Garments” option, the “Size” and “Dimension” options will be displayed.

Conversely, if customers haven’t chosen any option in “Garments” or select “Unstitched,” the “Size” and “Dimension” options will remain hidden.

I hope this solution proves helpful to you :hugs: .