Jump to content

how to change the shop amount $0.00 to POA

Go to solution Solved by creedon,

Recommended Posts

Hi

 

I have managed to change my product page amount to POA aswell as remove the add to cart. BUT on my shop page, the item shows as $0.00. How do i add code so my shop product page for the item also shows POA.

This is the code i inputted into CSS.

 

.tag-poa > .ProductItem-summary .product-price:before {
  content: 'POA'; /* Use your wording here */
  visibility: visible;
}

/* Hide the price on PDP and PLP */
.tag-poa > .ProductItem-summary .product-price, .grid-item.tag-poa > .grid-meta-wrapper .product-price {
  visibility: hidden;
}

/* Hide the add-to-cart button */
.tag-poa > .ProductItem-summary .ProductItem-details {
  .sqs-add-to-cart-button-wrapper, .product-quantity-input {
  display: none;
  }
}

 

 

 

this is the link to the product i am trying to show as POA in SHOP.

 

https://www.sydneywheelrepair.com.au/shop/p/hairline-crack-wheel-repair

 

 

Thank you

 

Regards

Denis

Link to comment
  • Solution
Quote

i'm talking about the Shop landing  page...

Try the following.

.products.collection-content-wrapper .grid-item.tag-poa .grid-main-meta .grid-prices .product-price {

  visibility : hidden;
  
  }

.products.collection-content-wrapper .grid-item.tag-poa .grid-main-meta .grid-prices .product-price::before {

  content : 'POA';
  visibility : visible;
  
  }

Let us know how it goes.

Edited by creedon

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.