removal of "regular price" text

Topic summary

A user seeks to remove the “regular price” label from product pages, wanting only the price itself to display.

Proposed Solution:

  • Access theme code via Online Store > Themes > Edit Code
  • Locate the product template file (e.g., product-template.liquid)
  • Find and comment out or remove code displaying compare_at_price or similar price comparison elements
  • Ensure the main product price (product.price) remains visible

Current Status:
Multiple respondents have requested the store URL and password (if applicable) to provide theme-specific guidance. The discussion remains open, awaiting these details to offer more precise customization instructions.

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

Hi. How do I remove the regular price text from the products. I want it to just display the price not the words “regular price” Thanks

2 Likes

Hello @Oncewasnew ,

To remove the “regular price” text and display only the price in your Shopify store, you can modify the theme files. Here’s a general approach:

Follow These Steps:

  1. Online Store > Themes > Edit Code

  2. In the left sidebar, find and open the product-template.liquid file (the file name might differ depending on your theme).

  3. Look for a section in the code where it displays the regular price. This might look like:

{{ product.compare_at_price | money }}

You may also find other variations like compare_at_price or original_price.

  1. Remove or comment out this line of code to hide the “regular price” text:
{%- comment -%}
{{ product.compare_at_price | money }}
{%- endcomment -%}
  1. Ensure that only the product price remains visible:
{{ product.price | money }}

After making these changes, the “regular price” text will no longer be displayed, and only the price will show up on your product pages. If you’re unsure about any part of this process, let me know the specific theme you’re using, and I can guide you more precisely.

If I was able to help you, please don’t forget to Like and mark it as the Solution!
If you’re looking for expert help with customization or coding, I’d be delighted to support you. Please don’t hesitate to reach out via the email in my signature below—I’m here to help bring your vision to life!

Best Regard,
Rajat Sharma

Hey @Oncewasnew

Share your Store URL and Password if enabled.

Best Regards,

Moeed

Hi @Oncewasnew , kindly provide your store URL please and if it is password protected, please share the password as well. Thanks