Help with Displaying Price for Specific Product Without Account Gating and Allowing Account Creation

Topic summary

A Shopify store owner needs help modifying their price-gating system to accommodate two specific requirements:

1. Selective Price Display:

  • Currently, all product prices are hidden behind login/approval requirements
  • Need to make “SOLIKA Hair Treatment” price publicly visible to all visitors
  • All other products should continue showing “Login to view price” for non-approved users
  • Attempted adding conditional checks in product-tile.liquid or product-thumbnail.liquid snippets without success

2. Account Creation & Checkout Access:

  • Want to enable account creation and guest checkout without requiring approval
  • Goal is allowing customers to participate in the rewards program and earn points even if not approved for viewing other product prices
  • Customers should be able to check out as guests or create accounts during checkout while still benefiting from the rewards program

The user is seeking specific code or logic guidance to implement these changes in their Shopify theme files.

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

Hello Shopify Community,

I’m working on a Shopify site with product price restrictions where prices are gated and only shown to logged-in, approved customers. I need assistance modifying this setup for two requirements:

  1. Display Price for One Product Publicly:

I need the price for one specific product—“SOLIKA Hair Treatment”—to be visible to all customers, regardless of login status, while keeping the prices of all other products gated.

All other products should remain gated, displaying a “Login to view price” message for customers who are not logged in or not approved.

  1. Allow Account Creation and Guest Checkout:

I want customers to be able to create an account and check out without needing approval. This way, they can participate in our rewards program and earn points even if they are not approved for price visibility on other products.

Ideally, customers should be able to check out as guests or create an account during checkout, and still benefit from our rewards program.

Code Context:

I believe the code for price visibility is in my product-tile.liquid or similar snippets like product-thumbnail.liquid. I attempted to add a conditional check to bypass the gating for “SOLIKA Hair Treatment” but haven’t been able to achieve the desired result.

Could someone guide me on the exact code or logic to achieve these goals?