Jump to content

Remove Price from Store Page for single product

Go to solution Solved by paul2009,

Recommended Posts

Site URL: https://www.kraftsbyk.com/shop

Hi all!

I am attempting to hide the price of a single listing on my store/shop page. I am offering a custom work option, and I was able to figure out how to remove the price from the product page itself, but I can't figure out how to remove the price on the store page. I don't want to hide the prices for the all the items, just the custom work listing. And that's where I run into a snag...is there any way to hide just the one price? And if so, how? Thanks!

 

Site password is 0251.

Edited by KraftyK
Link to comment
  • Replies 10
  • Views 2.2k
  • Created
  • Last Reply

Top Posters In This Topic

21 minutes ago, KraftyK said:

Site URL: https://www.kraftsbyk.com/shop

Hi all!

I am attempting to hide the price of a single listing on my store/shop page. I am offering a custom work option, and I was able to figure out how to remove the price from the product page itself, but I can't figure out how to remove the price on the store page. I don't want to hide the prices for the all the items, just the custom work listing. And that's where I run into a snag...is there any way to hide just the one price? And if so, how? Thanks!

 

Site password is 0251.

Try adding to Home > Design > Custom Css

section[data-section-id="60548f324db7513aa9518f77"] {
	.grid-item {
		&:nth-child(1) {
			.grid-prices {
				display: none;
			}
		}
		&:nth-child(2) {
			.grid-prices {
				display: none;
			}
		}
	}
}

This code is used to hide (not remove in Dom HTML) price for 1st and 2nd item.

Change to meet your desire

Let me know how it works on your site

BeyondSpace - Squarespace Website Developer

🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox)
🗓️ Delivery Date Picker (Squarespace Date picker form field)
💫 Gallery block 7.1 workaround
🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations)
🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget Templates)

If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you!

 

Link to comment
  • Solution
2 hours ago, KraftyK said:

is there any way to hide just the one price?

Here’s a guide where I explain a flexible way to do it: How to make some prices POA on Squarespace 7.1.

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
  • 10 months later...
34 minutes ago, PoupeeFlash said:

Paul code doesn't doesn't work

Try changing '0,00' to '000'.

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
  • 1 month later...

Hi Paul,

Hope all is well! 

Would you mind assisting me with removing the pricing from a "Products" page in Squarespace? 

I've used the following and it worked when I click into the specific product but not on the general product page where all products are shown in a tile structure.

.product-quantity-input {
    display: none !important;
}
.sqs-add-to-cart-button-wrapper {
    display: none !important;
}
.ProductItem-product-price {
    display: none !important;
}

 

Very much appreciated. 


Thanks,

Link to comment
On 1/27/2023 at 6:02 AM, HiSquareSpaceMembers said:

Hi Paul,

Hope all is well! 

Would you mind assisting me with removing the pricing from a "Products" page in Squarespace? 

I've used the following and it worked when I click into the specific product but not on the general product page where all products are shown in a tile structure.

.product-quantity-input {
    display: none !important;
}
.sqs-add-to-cart-button-wrapper {
    display: none !important;
}
.ProductItem-product-price {
    display: none !important;
}

 

Very much appreciated. 


Thanks,

Use this code for list page

.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
  • 6 months later...

Hi everyone ! 

Im looking for your help ! 

Im currently using this code to hide the price on single product using POA tag  in my PLP and  Product Page   

.tag-poa > .ProductItem-summary .product-price, .grid-item.tag-poa > .grid-meta-wrapper .product-price, {
  visibility: hidden;
}

It works great for the product page but unfortunately, the price is still appearing on the Product listing page 

I tried to follow many discussion on this but don't find the one that can help me. 

Here my website

https://lute-turquoise-zy7w.squarespace.com/boutique

 

Can someone help on that one ? 

Thank you so much ! 

Edited by noemieseguy
Link to comment
On 8/16/2023 at 10:50 PM, noemieseguy said:

Hi everyone ! 

Im looking for your help ! 

Im currently using this code to hide the price on single product using POA tag  in my PLP and  Product Page   

.tag-poa > .ProductItem-summary .product-price, .grid-item.tag-poa > .grid-meta-wrapper .product-price, {
  visibility: hidden;
}

It works great for the product page but unfortunately, the price is still appearing on the Product listing page 

I tried to follow many discussion on this but don't find the one that can help me. 

Here my website

https://lute-turquoise-zy7w.squarespace.com/boutique

 

Can someone help on that one ? 

Thank you so much ! 

Use this code

.tag-poa .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.