-
Content Count
44 -
Joined
-
Last visited
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
lisam10s reacted to an answer to a question: How can I hide the Add to Cart, Quantity and Price from my product page?
-
lisam10s reacted to a question: How can I hide the Add to Cart, Quantity and Price from my product page?
-
How can I hide the Add to Cart, Quantity and Price from my product page?
amcg replied to amcg's question in Coding and Customization
Hey @BluePearl , This code is pretty old, so it may not work in some of the newer templates. Are you adding it to the CSS panel or Code Injection?- 55 replies
-
- price
- product-page
-
(and 3 more)
Tagged with:
-
amcg joined the community
-
jessewaugh reacted to a question: How can I hide the Add to Cart, Quantity and Price from my product page?
-
Hey - that sounds like something is wrong. The Order Confirmation page should always show the correct date of the order. If you haven't already, I'd recommend getting in touch with the Squarespace support team so they can take a look!
-
How can I hide the Add to Cart, Quantity and Price from my product page?
amcg replied to amcg's question in Coding and Customization
@Rustic99 - this isn't possible using Squarespace I'm afraid. The Form Block with areas to allow people to link to the products they want might work. Otherwise, you'll need to look into third party apps which can be embedded on your Squarespace site.- 55 replies
-
- price
- product-page
-
(and 3 more)
Tagged with:
-
How can I hide the Add to Cart, Quantity and Price from my product page?
amcg replied to amcg's question in Coding and Customization
@willateamThis was originally for each individual product's page - I've added an additional comment above for the main page.If you want to disable these options on just one specific product, this code won't work. Instead, you'll need to target each specific item before using code similar to this. Here is another Answers post to help: http://answers.squarespace.com/questions/38508/only-hiding-price-and-add-to-cart-from-some-products Here's a screenshot of the exact code that worked for me using those instructions: http://take.ms/n0DGK **Note the Quantity line has changed to "-input"- 55 replies
-
- price
- product-page
-
(and 3 more)
Tagged with:
-
How can I hide the Add to Cart, Quantity and Price from my product page?
amcg replied to amcg's question in Coding and Customization
Also! This will only stop the price from displaying on each individual product’s page. For the main product page, use this code in the Style Editor/Page Settings: #productList .product .product-price { display: none !important }- 55 replies
-
- price
- product-page
-
(and 3 more)
Tagged with:
-
How can I hide the Add to Cart, Quantity and Price from my product page?
amcg replied to amcg's question in Coding and Customization
@Russdb705 It sounds like you should sent an email to Squarespace support here so that they can take a look at your site and help you out: http://help.squarespace.com/ask-a-person/- 55 replies
-
- price
- product-page
-
(and 3 more)
Tagged with:
-
How can I hide the Add to Cart, Quantity and Price from my product page?
amcg replied to amcg's question in Coding and Customization
Do you mean that your products don't have a built in quantity option, and appear like this?: http://take.ms/NQ3Df- 55 replies
-
- price
- product-page
-
(and 3 more)
Tagged with:
-
How can I hide the Add to Cart, Quantity and Price from my product page?
amcg replied to amcg's question in Coding and Customization
Hi there - I'm not sure I understand you here. Are you using the built in Product Pages on your Squarespace site? Or have you linked to a WooCommerce store?- 55 replies
-
- price
- product-page
-
(and 3 more)
Tagged with:
-
How can I hide the Add to Cart, Quantity and Price from my product page?
amcg replied to amcg's question in Coding and Customization
There are a couple of other, related answers to this questions, however this is the code I found which works. The main section of the code is: .product-price, .product-quantity-input, .sqs-add-to-cart-button-wrapper { display:none; } This code can be altered to only affect one or two of the elements by removing certain lines. Remove .product-price, from the code if you want to continue to display the price of the product. Add this code to the Custom CSS Editor if you want all product pages to be affected. If you would like this code to affect individual product pages, you can add it- 55 replies
-
- price
- product-page
-
(and 3 more)
Tagged with:
-
I would like to use the product pages on my site to display my products, but because I am not actually selling online, I need to hide the following elements: Add to Cart button Quantity area Price
- 55 replies
-
- price
- product-page
-
(and 3 more)
Tagged with:
-
Once your trial expires your content will be safe for 4 months before it can removed by the system - during that time you will not be able to edit it though. This is outlined here too Either of the above options would work for you though - use a completely free service so that you can continue to work on your site without paying, or else use the Developer platform here: http://developers.squarespace.com/