Jump to content

Removing price from Shop home page ALL products

Go to solution Solved by creedon,

Recommended Posts

Hi, I am setting up a amazon affiliate page on my site. I have removed the $0.00 form the individual product pages, But it still shows up on the view ALL page. It looks like I am either giving it away for nothing or I have no idea of the price. Amazon have advised that I cannot advertise a price here as they change regularly and if it is not always correct they can cancel my partnership . How can either get rid of these or at lease change then to say More Information and a link

image.thumb.png.0c5cade1a36d9095c69af7c784bfa1b3.png

Link to comment
  • Replies 7
  • Views 545
  • Created
  • Last Reply

Top Posters In This Topic

  • Solution

You can drop the color property/value pair from the CSS as once display is set to none, no other property/value pairs matter.

.products.collection-content-wrapper .grid-main-meta .grid-prices {

  display : none;
  
  }

 

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
On 4/12/2023 at 5:29 AM, creedon said:

You can drop the color property/value pair from the CSS as once display is set to none, no other property/value pairs matter.

.products.collection-content-wrapper .grid-main-meta .grid-prices {

  display : none;
  
  }

 

How would I tweak this to only remove prices for select items in the products ALL page?

Link to comment
7 hours ago, JosieTAM said:

I am trying to remove prices for only the last two products listed on my ALL Products page. How can I do this?

Add a tag like "grid-price-hide" to each product.

Add the following to Store Settings > Advanced > Page Header Code Injection for the store page. Please see per-page code injection.

<style>

  .tag-grid-price-hide .grid-prices
  
    {
    
      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

Create an account or sign in to comment

You need to be a member in order to leave a comment

×
×
  • 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.