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 8
  • 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

Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.
Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio plugin
If you find my answer fit your need, 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: Squarespace Circle Leader since 2017. I value honesty, transparency, diversity and great design ♥.
Work: Squarespace Developer and founder of SF Digital, building the features Squarespace didn't include™. 
Content: Links in my posts may refer to SF Digital products or may be affiliate links.

Catch up on all the release notes and announcements 2023 [for Circle members only]. There's a public version here too!
If I helped, you can thank me by clicking one of the emojis below. If you prefer, you can buy me a coffee.
Improve your online store with our extensions.

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: Squarespace Circle Leader since 2017. I value honesty, transparency, diversity and great design ♥.
Work: Squarespace Developer and founder of SF Digital, building the features Squarespace didn't include™. 
Content: Links in my posts may refer to SF Digital products or may be affiliate links.

Catch up on all the release notes and announcements 2023 [for Circle members only]. There's a public version here too!
If I helped, you can thank me by clicking one of the emojis below. If you prefer, you can buy me a coffee.
Improve your online store with our extensions.

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

How to: Setup Password & Share url Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care

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.