A user is migrating from Studio theme to FASHIONOPOLISM theme and needs to transfer custom code that hides prices for products tagged “instore only” on collection pages. They successfully used specific code with Studio but FASHIONOPOLISM has different code structure and components.
Attempted Solutions:
Initial suggestion to add CSS code to theme.liquid file (hiding .price-item elements) did not work
Second attempt with modified CSS targeting .product-grid-container .price__container also failed
Key Issue:
The user needs the code to conditionally hide prices only for tagged products, not all products across the site.
Current Status:
A support member (EBOOST) is now investigating by requesting:
Confirmation of whether product-grid-item.liquid or product-grid.liquid snippets exist
Content of product-related snippet files visible in the theme
The discussion remains ongoing as they work to identify the correct files and code structure for FASHIONOPOLISM theme to implement the conditional price-hiding functionality.
Summarized with AI on November 9.
AI used: claude-sonnet-4-5-20250929.
I’m currently upgrading from Studio theme to FASHIONOPOLISM theme, and need to transfer over a custom code that hides prices of items that are tagged “instore only” on their collection product cards.