Guest Posted October 11, 2020 Share Posted October 11, 2020 Site URL: https://carillon-buttercup-9exn.squarespace.com/wines-1/p/country-feast-set-ssa4m Hello, I have been following various threads trying to remove the online sales aspect of the products page I am trying to put together for my parent's business. I am building out their website which distributes products, but does not directly sell them through their website. I was able to remove the price successfully but none of the other items have disappeared with anythingI have tried (cart icon, quantity, "add to cart" button). Any suggestions would be greatly appreciated! Link to comment
creedon Posted October 11, 2020 Share Posted October 11, 2020 Please set up a site-wide password. Post the password here. We can take then a look at your issue. 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
Guest Posted October 11, 2020 Share Posted October 11, 2020 Thank you! password is: wt-rsa Link to comment
Guest Posted October 11, 2020 Share Posted October 11, 2020 thank you, yes I did but unfortunately I was only able to get rid of the price - none of the other aspects went away through the different steps I tried. Link to comment
Guest Posted October 11, 2020 Share Posted October 11, 2020 I realize that I made a change which also changed the url, https://carillon-buttercup-9exn.squarespace.com/bordeaux-wines Link to comment
creedon Posted October 11, 2020 Share Posted October 11, 2020 Please remove previous CSS attempts. Add the following to Store Settings > Advanced > PAGE HEADER CODE INJECTION for the store page. <style> .collection-type-products .grid-prices, .ProductItem-details .ProductItem-product-price, .ProductItem-details .product-quantity-input, .ProductItem-details .sqs-add-to-cart-button-wrapper { display: none; } </style> The previous is for a v7.1 site. 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
Guest Posted October 11, 2020 Share Posted October 11, 2020 Thank you!! This worked perfectly for the individual store pages, but unfortunately the general store page with all the options still shows price. Any suggestions to get rid of it there too? Truly appreciate the advice!! Link to comment
creedon Posted October 11, 2020 Share Posted October 11, 2020 I'm happy to take a look but the page is not there anymore. 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
Guest Posted October 12, 2020 Share Posted October 12, 2020 Thank you , this one should work - https://carillon-buttercup-9exn.squarespace.com/region1 Link to comment
creedon Posted October 12, 2020 Share Posted October 12, 2020 I updated my previous post with the CSS. 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
Guest Posted October 12, 2020 Share Posted October 12, 2020 This worked perfectly!!! Thank you very, very much ! Link to comment
Original_Cyn Posted October 14, 2020 Share Posted October 14, 2020 Worked great for me too many thanks Link to comment
tealcanvas Posted November 18, 2020 Share Posted November 18, 2020 This code was really helpful, thank you! @creedon I used this code to remove the cart from my site. However, I want to add a gift card, and there is no way to purchase it now. Is there some CSS I can add to exempt just this page from that hide cart and price rule? Link to comment
creedon Posted November 19, 2020 Share Posted November 19, 2020 @tealcanvas Please post the URL to the gift card product page. If your site is not public please set up a site-wide password, if you've not already done so. Post the password here. We can then take a look at your issue. 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
TealCanvasArt Posted November 24, 2020 Share Posted November 24, 2020 On 11/18/2020 at 7:01 PM, creedon said: @tealcanvas Please post the URL to the gift card product page. If your site is not public please set up a site-wide password, if you've not already done so. Post the password here. We can then take a look at your issue. Apologize for the delay! Here is the link to the gift card page: https://www.tealcanvas.com/artists/p/gift-card Our site password is Tealcanvas0202 Any ideas on how to adjust the add to card code on just this page so that people can purchase gift cards would be much appreciated! It doesn't even show the value selection part, or have the ability to purchase. Thanks @creedon! Link to comment
creedon Posted November 25, 2020 Share Posted November 25, 2020 @TealCanvasArt Replace the code you got from above with the following. <style> .collection-type-products .grid-prices, .ProductItem:not( [data-item-id="5fbd838f4b695929a5ecabe7"] ) .ProductItem-details .ProductItem-product-price, .ProductItem:not( [data-item-id="5fbd838f4b695929a5ecabe7"] ) .ProductItem-details .product-quantity-input, .ProductItem:not( [data-item-id="5fbd838f4b695929a5ecabe7"] ) .ProductItem-details .sqs-add-to-cart-button-wrapper { 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
TealCanvasArt Posted November 25, 2020 Share Posted November 25, 2020 @creedon that code added back in a purchase button to the gift card page. However, there is no drop down to be able to select the amount. It seems to default to our lowest amount ($50) when you click purchase. Any thoughts on how to add additional options? Or will be need to duplicate this page with different amounts on the backend or something? Link to comment
creedon Posted November 26, 2020 Share Posted November 26, 2020 @TealCanvasArt Let me take a look. I don't recall seeing an option for other prices but I could have missed it! 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
creedon Posted November 26, 2020 Share Posted November 26, 2020 @TealCanvasArt I'm not seeing any other values there. Check the item in the Store to make sure it has multiple values on it. Or perhaps there is another product with multiple values on it which you want to apply this effect? See Selling gift cards. 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
TealCanvasArt Posted November 26, 2020 Share Posted November 26, 2020 @creedon somehow the additional values that had been in there on the back end got removed! I added some back in and it seemed to be working as expected, with price drop downs and the ability to purchase. However, when I checked back later, it is defaulting to our lowest value and all of the the other values are gone. It must be some kind of glitch, that since it can't show multiple price values they disappear. Any ideas for a workaround? Link to comment
creedon Posted November 26, 2020 Share Posted November 26, 2020 @TealCanvasArt Step 6 of Create a gift card clearly mentions creating a drop down to select amounts. If its not working then definitely a glitch. It should be reported to SS. As a workaround you could create individual cards and then refer to them through the recommended products. Another way would be that each gift card product could refer to every other gift card product through the use of the Additional Info tab and Products blocks. 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
AKD Posted January 10, 2021 Share Posted January 10, 2021 On 10/11/2020 at 12:26 PM, wt-rsa_001 said: Site URL: https://carillon-buttercup-9exn.squarespace.com/wines-1/p/country-feast-set-ssa4m Hello, I have been following various threads trying to remove the online sales aspect of the products page I am trying to put together for my parent's business. I am building out their website which distributes products, but does not directly sell them through their website. I was able to remove the price successfully but none of the other items have disappeared with anythingI have tried (cart icon, quantity, "add to cart" button). Any suggestions would be greatly appreciated! How did you remove the price feature? Link to comment
tuanphan Posted January 12, 2021 Share Posted January 12, 2021 On 1/11/2021 at 2:48 AM, AKD said: How did you remove the price feature? If you share link to a product, we can help easier 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
JacPainter Posted January 30, 2021 Share Posted January 30, 2021 This was really helpful for removing the "price" and "add to cart" on my (individual) products. However, I can't figure out how to get rid of "price" on my product collections. Any advice? Thanks in advance https://www.jacpainter.com/epoxyloveshop This is what I put in the Code Injector (which worked great for individual products!): <style> .product-quantity-select, .sqs-add-to-cart-button-wrapper { display:none; } .product-price { display:none } </style> Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.