denis_the_menace Posted December 2, 2023 Posted December 2, 2023 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
creedon Posted December 2, 2023 Posted December 2, 2023 Quote this is the link to the product i am trying to show as POA in SHOP. It appears to be working to me. 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.
denis_the_menace Posted December 2, 2023 Author Posted December 2, 2023 only once you've clicked on the product. but i'm talking about the Shop landing page...
Solution creedon Posted December 2, 2023 Solution Posted December 2, 2023 (edited) 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 December 3, 2023 by creedon IRQ 1 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.
denis_the_menace Posted December 3, 2023 Author Posted December 3, 2023 you are awesome! works perfectly! Thank you! creedon 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment