How can I display a unisex hoody on both male and female pages?

Topic summary

A Shopify store owner wants to display the same unisex hoodie product on both male and female collection pages while maintaining unified inventory tracking.

Proposed Solution:

  • Add gender-specific tags (male/female) to products in the backend
  • Create separate men’s and women’s collections that filter products based on these tags
  • This approach ensures inventory remains synced since it’s the same product

Additional Challenge:
Another user raises a related issue: displaying gender-appropriate product images (women’s photos in women’s collections, men’s photos in men’s collections) while still sharing the same inventory stock.

Status: The discussion remains open with no definitive solution provided for the image display challenge. The original poster appears to be a beginner seeking specific implementation guidance on how to add the necessary code.

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

Hi Guys,

I’m after some help/code to allow a unisex hoody to be viewed on either a male (if on male page) or on a female (if on a female page)

This of course needs to come from the same “product” so the inventory remains accurate.

Thanks in Advance

www.materialclothing.co.uk

Password- dahbre

use tag based code
add tags to products as a male and female and use code accordingly

Bit of a newbie with this, i’m guessing you mean to add tags into the product page? How would i then add code to this?

Ryan.

In backend where we add products add tags there for each product
and then create collection of men and women including those tags
no need to do any coding

Hi, im jumping here.

The chanllenge for me is to have Womens pictures in the womens collection and Mens pictures in the Mens collection but still same shared stock. How to solve that ?