Jump to content

amcg

Circle Member
  • Posts

    44
  • Joined

  • Last visited

Reputation Activity

  1. Like
    amcg got a reaction from embodygreen in How can I hide the Add to Cart, Quantity and Price from my product page?   
    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 to the Page Code Injection area. Go to Product Settings > Advanced > Page Header Code Injection on your product page and paste in this code:
    <style> .product-price, .product-quantity-input, .sqs-add-to-cart-button-wrapper { display: none; } </style>
    This code can be used if you would like to add PayPal buttons within your products pages. Add the PayPal button code within the Additional Info area of each product, and then hide the Add to Cart button with the above CSS.
    Hopefully this helps anyone else!
  2. Like
    amcg got a reaction from lisam10s in How can I hide the Add to Cart, Quantity and Price from my product page?   
    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 to the Page Code Injection area. Go to Product Settings > Advanced > Page Header Code Injection on your product page and paste in this code:
    <style> .product-price, .product-quantity-input, .sqs-add-to-cart-button-wrapper { display: none; } </style>
    This code can be used if you would like to add PayPal buttons within your products pages. Add the PayPal button code within the Additional Info area of each product, and then hide the Add to Cart button with the above CSS.
    Hopefully this helps anyone else!
  3. Like
    amcg got a reaction from lisam10s in How can I hide the Add to Cart, Quantity and Price from my product page?   
    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
  4. Like
    amcg got a reaction from jessewaugh in How can I hide the Add to Cart, Quantity and Price from my product page?   
    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
×
×
  • 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.