Jump to content

I need to hide prices & change the 'checkout' button's text in the cart

Recommended Posts

This website is not intended to sell anything, only gather leads, but we are setting it up with an ecommerce backend as we may be transitioning to online sales in the near future. does anyone have any css code that can handle this. I would also like to hide the 'shopping cart' header at the top.

 

image.thumb.png.50491fc705fcc84a974a121eeeddb4fd.png

Link to comment
25 minutes ago, elocneb said:

I would...like to hide the 'shopping cart' header at the top.

You can remove the cart icon from your Squarespace 7.1 header as follows:

1. Click Edit on any page on your site, then click Edit Site Header.
2. In the window that appears, click Elements.
3. Toggle the Cart option to off.
4. Click out of the window, then hover over Done and click Save.

25 minutes ago, elocneb said:

I need to hide prices

There's a setting to hide prices in your Squarespace 7.1 store. To hide prices:

1. Go to the store page
2. Click EDIT to edit the store page.
3. Click EDIT SECTION in the panel that appears. 

     image.png.e886bdb4e44fcf73dd4d99d21b8fa800.png

4. Scroll down to SHOW PRICE and choose Hide.

  image.png.ce5b6fe094a1500bfb21a0eb64bdb6cb.png

Did this help? Please give feedback by clicking an icon below  ⬇️

About me: I've been a SQSP User for 18 yrs. I was invited to join the Circle when it launched in 2016. I have been a Circle Leader since 2017. I don't work for Squarespace. I value honesty, transparency, diversity and good design ♥.
Work: I founded and run SF.DIGITAL, building Squarespace Extensions to supercharge your commerce website. 
Content: Views and opinions are my own. Links in my posts may refer to SF.DIGITAL products or may be affiliate links.
Forum advice is free. You can thank me by clicking one of the feedback emojis below. Coffee is optional.

Link to comment
On 3/18/2023 at 5:23 AM, houseofnantes said:

I tried the Hide button of prices : it only hides the prices in the gallery section. The individual product file will still show the price and consequently the add to cart button. 

 

You can try adding this to Design > Custom CSS

.product-price, .product-prices {
	display: none !important;
}

 

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment
  • 5 months later...

tuanphan, thank you for sharing. Jumping in because I'm working on a website that normally hides all their prices, except for one Sale page.

Once I put in that code, how do I show prices for a single store page? I tried putting that code in individual store pages but it didn't seem to work.

Edit: Also for reference, I'm working on a Squarespace 7.0 site

Edited by NKA
Link to comment
  • 4 months later...
38 minutes ago, HLEsthi said:

Any help on how I can hide only one store page's prices? Whenever I click "edit" "edit section" "hide" or "show prices" it turns prices on/off for all stores, not just the one I'm currently editing.

Add the following to Website > Website Tools > Custom CSS.

<style>

  .collection-type-products .grid-prices, /* grid */
  .ProductItem-details .ProductItem-product-price, /* simple */
  .pdp-layout .pdp-details .pdp-details-excerpt, /* full, half, and wrap */
  
  /* related products */
  
  .products.collection-content-wrapper .ProductItem-relatedProducts .product-price
  
    {
    
      display : none;
      
      }
      
  </style>

Let us know how it goes.

Find my contributions useful? Please like, upvote, mark my answer as the best ( solution ), and see my profile. Thanks for your support! I am a Squarespace ( and other technological things ) consultant open for new projects.

Link to comment
  • 1 month later...
On 3/19/2023 at 7:54 PM, tuanphan said:

You can try adding this to Design > Custom CSS

.product-price, .product-prices {
	display: none !important;
}

 

This works perfectly! Just one question, is there a way to remove that dead space that is showing as a result of the price being hidden? Is it possible to move the product description up a bit?

Link to comment
On 3/6/2024 at 1:17 AM, onnataylorr said:

This works perfectly! Just one question, is there a way to remove that dead space that is showing as a result of the price being hidden? Is it possible to move the product description up a bit?

Add this code under, if it doesn't work, please share link to a product, I can check easier

div.ProductItem-product-price {
    display: none !important;
}

 

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.