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 BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox, video lightbox and much more) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace (+100 Spark plugin customisations) 🥳 Freemium Squarespace Widget Templates (+1000 Elfsight 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 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. Me: I'm Paul, a SQSP user for >18 yrs & Circle Leader since 2017. I value honesty, transparency, diversity and good design ♥. Work: Founder of SF.DIGITAL. We provide high quality original extensions to supercharge your Squarespace website. Content: Views and opinions are my own. Links in my posts may refer to my own SF.DIGITAL products or may be affiliate links. Forum advice is completely free. You can thank me by selecting a feedback emoji. Buying a coffee is generous but optional. Would you like your customers to be able to mark their favourite products in your Squarespace store? 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 ⬇️ Me: I'm Paul, a SQSP user for >18 yrs & Circle Leader since 2017. I value honesty, transparency, diversity and good design ♥. Work: Founder of SF.DIGITAL. We provide high quality original extensions to supercharge your Squarespace website. Content: Views and opinions are my own. Links in my posts may refer to my own SF.DIGITAL products or may be affiliate links. Forum advice is completely free. You can thank me by selecting a feedback emoji. Buying a coffee is generous but optional. Would you like your customers to be able to mark their favourite products in your Squarespace store? 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, 2023 Share Posted January 26, 2023 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, 2023 Share Posted January 28, 2023 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
noemieseguy Posted August 16, 2023 Share Posted August 16, 2023 (edited) 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 August 16, 2023 by noemieseguy Link to comment
tuanphan Posted August 19, 2023 Share Posted August 19, 2023 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment