KraftyK Posted January 14, 2022 Share Posted January 14, 2022 (edited) 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 January 14, 2022 by KraftyK Link to comment
Beyondspace Posted January 14, 2022 Share Posted January 14, 2022 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 pluginIf 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 paul2009 Posted January 14, 2022 Solution Share Posted January 14, 2022 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
KraftyK Posted January 14, 2022 Author Share Posted January 14, 2022 9 hours ago, paul2009 said: Here’s a guide where I explain a flexible way to do it: How to make some prices POA on Squarespace 7.1. Tried and true! Worked great. Thank you so much! Link to comment
PoupeeFlash Posted December 2, 2022 Share Posted December 2, 2022 Hello, Paul code doesn't doesn't work from my side…And I don't understand why…Could you help me with that? See the first product on my e-shop page: https://www.mlb-mode.com/e-shop Thanks a lot for your help. N. Link to comment
paul2009 Posted December 2, 2022 Share Posted December 2, 2022 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
PoupeeFlash Posted December 2, 2022 Share Posted December 2, 2022 Wow it works! Thanks a lot Paul. N. Link to comment
HiSquareSpaceMembers Posted January 26 Share Posted January 26 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
tuanphan Posted January 28 Share Posted January 28 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment