{"id":5839,"date":"2025-01-15T06:08:08","date_gmt":"2025-01-15T06:08:08","guid":{"rendered":"https:\/\/meetanshi.com\/blog\/?p=5839"},"modified":"2025-10-03T17:23:39","modified_gmt":"2025-10-03T11:53:39","slug":"how-to-hide-prices-on-shopify","status":"publish","type":"post","link":"https:\/\/meetanshi.com\/blog\/how-to-hide-prices-on-shopify\/","title":{"rendered":"How to Hide Prices on Shopify \u2014 No Developer Needed"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">Hiding price in your Shopify store helps you know your interested shoppers, giving you a chance to drive conversations that lead to sales.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">With a few options to hide pricing, in this blog, I will share an overview of all the methods available.&nbsp;<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Then, show you how to hide prices on Shopify using the easiest method. (No technical skills? \u2014 not worries, not needed here)&nbsp;<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">3 Ways to Hide Price on Shopify&nbsp;<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">These are the best three options you have to hide prices in your Shopify store<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Edit Shopify theme&nbsp;<\/li>\n\n\n\n<li>Using Custom CSS<\/li>\n\n\n\n<li>Shopify Hide Price App&nbsp;<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">The level of flexibility and coding requirement is different based on the method you opt for. Here is a comparison table for each method to better understand its functioning and pick the one that matches your level of ease.&nbsp;<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><tbody><tr><td><strong>Element&nbsp;<\/strong><\/td><td><strong>Edit Shopify Theme<\/strong><\/td><td><strong>Using Custom CSS<\/strong><\/td><td><strong>Shopify Hide Price App&nbsp;<\/strong><\/td><\/tr><tr><td>Coding requirement&nbsp;<\/td><td>\u2705 Minimum (Basic theme edit)&nbsp;<\/td><td>\u2705 HTML\/CSS Knowledge required<\/td><td>\u274cNo coding needed&nbsp;<\/td><\/tr><tr><td>Add form to collect inquiry&nbsp;<\/td><td>Requires custom coding&nbsp;<\/td><td>Requires custom coding&nbsp;<\/td><td>Offers in-build feature<\/td><\/tr><tr><td>Hide prices for specific products or collections<\/td><td>Manual edits in the theme file&nbsp;<\/td><td>Manual edits with logical conditions&nbsp;<\/td><td>Simple setting without any theme edits<\/td><\/tr><tr><td>Risk-level<\/td><td>Medium \u2014 theme conflict possible&nbsp;<\/td><td>High&nbsp; \u2014 might break the layout&nbsp;<\/td><td>Low \u2014 app is updated regularly&nbsp;<\/td><\/tr><tr><td>Price&nbsp;<\/td><td>Free<\/td><td>Free<\/td><td>Paid&nbsp;<\/td><\/tr><tr><td>Beginner-friendly&nbsp;<\/td><td>Need technical skills&nbsp;<\/td><td>Need technical skills&nbsp;<\/td><td>No technical skills needed&nbsp;<\/td><\/tr><tr><td>Support&nbsp;<\/td><td>No official support&nbsp;<\/td><td>No official support&nbsp;<\/td><td>Support for app developers&nbsp;<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">I recommend skipping over the custom CSS method if you are unfamiliar with coding, since the risk involved is higher, and any mistake can break the entire code.&nbsp;&nbsp;<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Using a Shopify app or making edits via the theme file is safer.&nbsp; Here I will show you how to hide pricing on Shopify using these two methods.&nbsp;<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Steps to Hide Prices in Shopify via Code<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Here, you will have to add a code in the theme file of your Shopify store.&nbsp;<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Additionally, you have to add a code to hide the add to cart button and create a form for interested shoppers to request pricing.&nbsp;<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">If you avoid doing this, it creates confusion among the shoppers as the price is hidden, but the add-to-cart button is still visible, which doesn&#8217;t make sense.&nbsp;<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Here are the steps to not show price on Shopify. <\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Step 1: Head to Theme Editor&nbsp;<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Log in to your Shopify admin panel and navigate to <strong>Online Store<\/strong> &gt; <strong>Themes &gt; Edit code.&nbsp;<\/strong><\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><img decoding=\"async\" src=\"https:\/\/meetanshi.com\/blog\/wp-content\/uploads\/2024\/12\/3-Head-to-Theme-Editor.png\" alt=\"Head to Theme Editor\" class=\"wp-image-146506\"\/><\/figure>\n<\/div>\n\n\n<h3 class=\"wp-block-heading\">Step 2: Add Hide Price Code&nbsp;<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Then, search for theme.liquid file and scroll down to add the code below. This code hides the pricing for all the products in your Shopify store.<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">&lt;style>\n.product-card-wrapper .price,\n.product .price{\ndisplay:none !important\n}\n&lt;\/style><\/pre>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full is-resized\"><img decoding=\"async\" src=\"https:\/\/meetanshi.com\/blog\/wp-content\/uploads\/2024\/12\/4-Add-Hide-Price-Code.png\" alt=\"Add Hide Price Code\" class=\"wp-image-146507\" style=\"width:659px;height:auto\"\/><\/figure>\n<\/div>\n\n\n<p class=\"wp-block-paragraph\">Click <strong>Save<\/strong> and review to see if the changes are applied.&nbsp;<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full is-resized\"><img decoding=\"async\" src=\"https:\/\/meetanshi.com\/blog\/wp-content\/uploads\/2024\/12\/5-Save-and-review-to-see-the-changes.png\" alt=\"Save and Review to See the Changes\" class=\"wp-image-146508\" style=\"width:597px;height:auto\"\/><\/figure>\n<\/div>\n\n\n<p class=\"wp-block-paragraph\">After this, you must create a custom form to collect the pricing inquiry and hide the add-to-cart button. You can further edit the code to hide the price for a specific product\/collection in Shopify.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Steps to Hide Prices Using a Shopify App<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">The&nbsp; MIT Request Quote &amp; Hide Price Shopify app is a codeless way to hide the price and show a \u201cRequest for quote\u201d button with a pre-configured form.&nbsp;<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Your interested shoppers can directly send a pricing inquiry, and you can view them all in the app dashboard.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Here are the steps to remove price from Shopify product\/collections. <\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Step 1: Hide Price for a Product or Collection<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Install the <a href=\"https:\/\/apps.shopify.com\/hide-price-request-for-quote?\" target=\"_blank\" rel=\"noopener\">Meetanshi Request Quote &amp; Hide Price app<\/a> from the Shopify App Store.&nbsp;<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full is-resized\"><img decoding=\"async\" src=\"https:\/\/meetanshi.com\/blog\/wp-content\/uploads\/2024\/12\/6-Install-the-App-Hide-Price-for-a-Product-or-Collection.png\" alt=\"Install the App Hide Price for a Product or Collection\" class=\"wp-image-146509\" style=\"width:704px;height:auto\"\/><\/figure>\n<\/div>\n\n\n<p class=\"wp-block-paragraph\">Then, enable the app from the backend with these settings:&nbsp;<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Call For Price: <\/strong>Enable the app<\/li>\n\n\n\n<li><strong>Do You Want to Hide Price?: <\/strong>Select Yes to hide the price of your store<\/li>\n\n\n\n<li><strong>Call For Price Scope: <\/strong>Select the option to hide the price for your entire store, specific product, or collection.&nbsp;<\/li>\n<\/ul>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full is-resized\"><img decoding=\"async\" src=\"https:\/\/meetanshi.com\/blog\/wp-content\/uploads\/2024\/12\/7-Request-quote-settings.png\" alt=\"Request Quote Settings\" class=\"wp-image-146510\" style=\"width:735px;height:auto\"\/><\/figure>\n<\/div>\n\n\n<p class=\"wp-block-paragraph\">If you want to hide the pricing for a particular product, select and add the products for which you wish to hide the pricing.&nbsp;<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full is-resized\"><img decoding=\"async\" src=\"https:\/\/meetanshi.com\/blog\/wp-content\/uploads\/2024\/12\/8-Add-product.png\" alt=\"Add Product\" class=\"wp-image-146511\" style=\"width:729px;height:auto\"\/><\/figure>\n<\/div>\n\n\n<h3 class=\"wp-block-heading\">Step 2: Add a Request a Quote Button or Label&nbsp;<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Now, select a button or a label of your choice and customize the color and text.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Button Text: <\/strong>Enter text for the label<\/li>\n\n\n\n<li><strong>Button Background Color: <\/strong>Change the color as per your branding&nbsp;<\/li>\n\n\n\n<li><strong>Call For Price Form Title:<\/strong> Add the title for the form<\/li>\n<\/ul>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><img decoding=\"async\" src=\"https:\/\/meetanshi.com\/blog\/wp-content\/uploads\/2024\/12\/9-Add-a-Request-a-Quote-Button-or-Label.png\" alt=\"Add a Request a Quote Button or Label\" class=\"wp-image-146512\"\/><\/figure>\n<\/div>\n\n\n<p class=\"wp-block-paragraph\">Finish this up and hit <strong>Save.<\/strong><\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Step 3: Hide Price on The Frontend <\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Take a preview of your store, and you can see the Request for quote button instead of the product pricing.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full is-resized\"><img decoding=\"async\" src=\"https:\/\/meetanshi.com\/blog\/wp-content\/uploads\/2024\/12\/10-Shopper-can-click-on-request-a-quote-button.png\" alt=\"Shoppers can Click on Request a Quote Button\" class=\"wp-image-146513\" style=\"width:662px;height:auto\"\/><\/figure>\n<\/div>\n\n\n<p class=\"wp-block-paragraph\">As the interested shopper clicks on the button, a form will appear to send you the pricing inquiry.&nbsp;Like this: <\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full is-resized\"><img decoding=\"async\" src=\"https:\/\/meetanshi.com\/blog\/wp-content\/uploads\/2024\/12\/11-Quote-inquiry-form.png\" alt=\"Quote Inquiry Form\" class=\"wp-image-146514\" style=\"width:648px;height:auto\"\/><\/figure>\n<\/div>\n\n\n<p class=\"wp-block-paragraph\">This way, you have successfully added the Shopify call for price feature to your store. \ud83c\udf89<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">As the store owner, you will get all the pricing inquiries app dashboard and respond to the shoppers interest using their mentioned contact details.&nbsp;<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">You can also export inquiries in a CSV format whenever needed.  <\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"700\" height=\"203\" src=\"https:\/\/meetanshi.com\/blog\/wp-content\/uploads\/2025\/01\/Pricing-inquiries--700x203.png\" alt=\"Pricing inquiries\" class=\"wp-image-19865\" srcset=\"https:\/\/meetanshi.com\/blog\/wp-content\/uploads\/2025\/01\/Pricing-inquiries--700x203.png 700w, https:\/\/meetanshi.com\/blog\/wp-content\/uploads\/2025\/01\/Pricing-inquiries--250x72.png 250w, https:\/\/meetanshi.com\/blog\/wp-content\/uploads\/2025\/01\/Pricing-inquiries--768x223.png 768w, https:\/\/meetanshi.com\/blog\/wp-content\/uploads\/2025\/01\/Pricing-inquiries--1536x445.png 1536w, https:\/\/meetanshi.com\/blog\/wp-content\/uploads\/2025\/01\/Pricing-inquiries--403x117.png 403w, https:\/\/meetanshi.com\/blog\/wp-content\/uploads\/2025\/01\/Pricing-inquiries--964x279.png 964w, https:\/\/meetanshi.com\/blog\/wp-content\/uploads\/2025\/01\/Pricing-inquiries--120x35.png 120w, https:\/\/meetanshi.com\/blog\/wp-content\/uploads\/2025\/01\/Pricing-inquiries-.png 1628w\" sizes=\"auto, (max-width: 700px) 100vw, 700px\" \/><\/figure>\n<\/div>\n\n\n<p class=\"wp-block-paragraph\">Using our MIT Request Quote &amp; Hide Price app, you can simply<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Send email alerts to interested shoppers<\/li>\n\n\n\n<li>Hide the price of your product or collection<\/li>\n\n\n\n<li>Show a customized button\/Label<\/li>\n\n\n\n<li>Display a simple form for collecting inquiries<\/li>\n\n\n\n<li>Get a list of pricing inquiries&nbsp;<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\"><div class=\"meetanshi-cta\">\r\n\r\n<div class=\"cta-content-wrapper\">\r\n\r\n<span>Quote &amp; Hide Price App\r\n\r\n<\/span>\r\n\r\n<p>Hide the price within a few configurations\u2014zero coding Shopify app.<\/p>\r\n\r\n<a href=\"https:\/\/apps.shopify.com\/hide-price-request-for-quote\" target=\"_blank\" class=\"btn-primary\" rel=\"noopener\"> Install Now<\/a>\r\n\r\n<\/div>\r\n\r\n<div class=\"cta-image-new\">\r\n\r\n<img decoding=\"async\" src=\"https:\/\/meetanshi.com\/blog\/wp-content\/uploads\/2025\/11\/mit-request-quote-hide-price-app.png\" alt=\"MIT Request Quote &amp; Hide Price App\">\r\n\r\n<\/div>\r\n\r\n<\/div><\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Frequently Asked Questions<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\">1. How to hide prices unless a customer is logged in Shopify?<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Head to the theme editor &gt; product template file. Search for the product price in the code and add the following code below it to allow customers to login into Shopify.&nbsp;<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">{% if customer %}\n  {{ product.price | money }}\n{% else %}\n  &lt;p>Please log in to see prices.&lt;\/p>\n{% endif %}<\/pre>\n\n\n\n<h3 class=\"wp-block-heading\">2. Are there apps available to hide prices in Shopify?<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">You can use the MIT Request Quote &amp; Hide Price app that allows you to hide prices and show a request with a quote button to collect inquiries.&nbsp;&nbsp;<\/p>\n\n\n\n<script type=\"application\/ld+json\">\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"FAQPage\",\n  \"mainEntity\": [\n    {\n      \"@type\": \"Question\",\n      \"name\": \"How to hide prices unless a customer is logged in Shopify?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Head to the theme editor > product template file. Search for the product price in the code and add the following code below it to allow customers to login into Shopify. {% if customer %} {{ product.price | money }} {% else %} <p>Please log in to see prices.<\/p> {% endif %}\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Are there apps available to hide prices in Shopify?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"You can use the MIT Request Quote & Hide Price app that allows you to hide prices and show a request with a quote button to collect inquiries.\"\n      }\n    }\n  ]\n}\n<\/script>\n\n\n\n\n<h2 class=\"wp-block-heading\">Start Collecting Pricing Inquiries&nbsp;<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Hiding pricing is a half-done job, as it doesn&#8217;t direct the shoppers to take the next action.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Adding a request a quote button encourages them to take action and brings an opportunity for you to connect with them. Our Shopify&nbsp;app is a zero-free solution for this. <\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Try it out for<a href=\"https:\/\/apps.shopify.com\/hide-price-request-for-quote?\" target=\"_blank\" rel=\"noopener\"> free<\/a> today.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Hiding price in your Shopify store helps you know your interested shoppers, giving you a chance to drive conversations that lead to sales. With a&#8230;<\/p>\n","protected":false},"author":5,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[787],"tags":[],"class_list":["post-5839","post","type-post","status-publish","format-standard","hentry","category-shopify"],"acf":[],"_links":{"self":[{"href":"https:\/\/meetanshi.com\/blog\/wp-json\/wp\/v2\/posts\/5839","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/meetanshi.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/meetanshi.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/meetanshi.com\/blog\/wp-json\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/meetanshi.com\/blog\/wp-json\/wp\/v2\/comments?post=5839"}],"version-history":[{"count":5,"href":"https:\/\/meetanshi.com\/blog\/wp-json\/wp\/v2\/posts\/5839\/revisions"}],"predecessor-version":[{"id":23212,"href":"https:\/\/meetanshi.com\/blog\/wp-json\/wp\/v2\/posts\/5839\/revisions\/23212"}],"wp:attachment":[{"href":"https:\/\/meetanshi.com\/blog\/wp-json\/wp\/v2\/media?parent=5839"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/meetanshi.com\/blog\/wp-json\/wp\/v2\/categories?post=5839"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/meetanshi.com\/blog\/wp-json\/wp\/v2\/tags?post=5839"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}