How to add a text-information field to Price field

Topic summary

A Shopify store owner wants to display “contact for price” text instead of showing product prices due to frequent price fluctuations from suppliers. They’re using the Debut theme and seeking implementation guidance.

Proposed Solutions:

  • Metafields approach: Create custom metafields and insert code like {{ product.metafields.my_fields.custom_price_notice_text}} near the price display in product-template.liquid
  • Hide price visually: Comment out price display code or use CSS to hide .product__price, while keeping structured data intact for SEO
  • Replace “Add to Cart”: Modify the button to say “Contact Us” and link to email/contact form instead of cart

Key Challenges:

The original poster struggled to locate the correct code sections and position custom text next to the price field. The metafields solution didn’t produce visible results despite implementation.

Current Status:

The “Replace Add to Cart” solution appears to be working, though it only notifies customers after product selection. One contributor offered direct theme code assistance. A secondary user later joined seeking similar functionality for Motion 2.0 theme with $0.00 products.

Important Note: Removing price from structured data can severely impact SEO and search enhancements.

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

@BrianGalaxi

here is a list of solution

Solution first
first, if you using paid theme like https://themes.shopify.com/themes/parallax/styles/aspen this theme has an option to show the price and price custom text from the theme option.

Solution second
use the Shopify meta filed
replace by → your-store-url. = our store url
https://your-store-url.myshopify.com/admin/metafields/product/create

just copy the code into the after the line

 {{ product.price }}   {{ product.metafields.my_fields.custom_price}} 

Solution third
you can edit the theme code

you can find the code in the theme file. if you the code then do else you can hire experts.

 {{ product.price }}   write your custom text