How to Remove Price from Product on Squarespace

If you want to remove the price from a product on Squarespace, you can easily do so using a few simple methods, including built-in options or custom CSS code. This article will guide you through the process of hiding product prices in Squarespace, explain why you might want to do it, and offer troubleshooting tips.

Why You Might Want to Remove the Price on Squarespace

There are several reasons why store owners might want to hide product prices on Squarespace. Here are the main ones:

  • Custom Pricing: Some businesses prefer to set custom pricing based on customer requirements, subscription models, or bulk orders. Hiding prices allows for more flexibility.
  • Request for Quote: If you want customers to contact you for pricing (for example, for high-value or negotiable items), removing the price helps encourage direct communication.
  • Exclusive Products: For high-end or exclusive items, some sellers may prefer to display only product details, without showing the price publicly.

Can You Hide the Price on Squarespace Products?

Can You Hide the Price on Squarespace Products?

Yes, you can hide the price of products on Squarespace by using either built-in features or custom code. Squarespace provides flexibility in customizing product pages, allowing store owners to hide or modify product prices according to their business needs.

How to Remove Price Using Built-In Features

You can remove the price from your product page without writing any code, using the built-in customization options in Squarespace.

  1. Go to Your Product Page:
    • Navigate to your Squarespace admin panel and go to the Pages section.
    • Select the product you want to modify.
  2. Disable the Price Display:
    • Under the Product Details section, you can either leave the price field blank or set the price as “Contact Us for Pricing”.
    • Some Squarespace templates also allow you to adjust visibility settings for prices directly.
  3. Update the Page:
    • Once you make your changes, click Save to apply the changes. The price will no longer appear on the product page.

Can You Use CSS to Hide Product Price on Squarespace?

For more control over the appearance of your product pages, you can use custom CSS code to hide the price.

  1. Open the Custom CSS Editor:
    • From the Squarespace admin panel, go to Design and then select Custom CSS.
  2. Add the CSS Code: To hide the product price, add the following code in the CSS editor:

    .product-price {

    display: none;
    }This code will hide the price on all product pages where the class .product-price is applied.
  3.  Save the Changes: After adding the code, click Save. The price will no longer be visible on the product page.

Step-by-Step Guide to Remove Price on Squarespace

Step-by-Step Guide to Remove Price on Squarespace

Here’s a detailed step-by-step guide to removing the price from a product on Squarespace:

Method 1: Remove Price Using Squarespace Admin Panel

  1. Log in to Your Squarespace Account: Access your Squarespace admin panel.
  2. Navigate to the Product Page: From the Pages section, select the product you want to edit.
  3. Disable the Price: In the Product Details section, leave the price blank or change it to “Contact for Price”.
  4. Save the Changes: Click Save to apply the changes.

Method 2: Hide Price with Custom CSS

  1. Go to Design Settings: In the admin panel, click on Design and then select Custom CSS.
  2. Insert the Code: Add the following CSS code to hide the product price:.product-price {
    display: none;
    }
  3. Save Your Changes: Click Save to apply the custom CSS. The product price will no longer be visible.

Troubleshooting Price Removal on Squarespace

If you’ve followed the steps to hide product prices on Squarespace and the price is still visible, here are some troubleshooting tips:

  • Check for Conflicting CSS: If you’ve added custom CSS to your website, make sure that the .product-price class is not overridden by another rule elsewhere.
  • Verify Template Settings: Some Squarespace templates may have specific settings that need to be adjusted to fully remove the price.
  • Clear Cache: Sometimes, changes don’t take effect immediately due to browser caching. Clear your cache and refresh the page.
  • Check for Custom Code: If you’re using a third-party plugin or custom script to display product details, ensure it isn’t overriding your settings.

Alternatives to Hiding Product Price on Squarespace

If hiding the price is not the best solution for your business, there are other ways to manage product pricing visibility:

  1. Request for Quote (RFQ): Instead of hiding the price, you can offer a “Request for Quote” (RFQ) option. This encourages customers to contact you directly for pricing. You can add a Contact Form or use a custom button to initiate the conversation.
  2. Display Prices for Members Only: If you want to offer pricing to logged-in users, Squarespace allows you to create member-only pages. This way, only registered users can view the product prices.
  3. Use Subscription Models: For businesses offering subscription-based products or services, you can set up a custom pricing model and display it selectively based on customer interaction.

Best Practices for Product Pricing on Squarespace

When customizing product pricing on your Squarespace store, it’s important to follow best practices to ensure a seamless user experience and maximize conversions:

  • Be Transparent: If you choose to hide prices, make sure to offer clear instructions on how to obtain pricing information (e.g., “Contact us for pricing”).
  • Keep It Simple: Avoid overcomplicating the pricing structure. If possible, display pricing clearly to enhance the shopping experience.
  • Use Clear CTAs: If you remove product prices, include a clear Call to Action (CTA) such as “Contact Us for Pricing” or “Request a Quote”.

Conclusion

Removing the price from a product on Squarespace is a simple process that can be done either through the platform’s admin panel or by adding custom CSS. Whether you want to hide product prices for custom pricing, a subscription model, or for exclusive products, Squarespace offers flexibility.

By following the steps above, you can easily manage pricing visibility and create a more tailored experience for your customers. If issues persist, troubleshooting tips can help resolve conflicts and ensure that your site reflects the changes properly.