Chelle Posted April 11, 2023 Share Posted April 11, 2023 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 Link to comment
tuanphan Posted April 11, 2023 Share Posted April 11, 2023 Hi, Can you share link to page? We can check easier Chelle 1 Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Chelle Posted April 12, 2023 Author Share Posted April 12, 2023 thanks, here is the link https://chellesdoggystays.com/doggy-shop Link to comment
Solution creedon Posted April 12, 2023 Solution Share Posted April 12, 2023 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
Chelle Posted April 12, 2023 Author Share Posted April 12, 2023 Thanks very much for your help 🙂 creedon 1 Link to comment
JosieTAM Posted April 18, 2023 Share Posted April 18, 2023 Hi I am trying to remove prices for only the last two products listed on my ALL Products page. How can I do this?  Here is the link: https://www.foodabout.co.uk/book-experiences Link to comment
JosieTAM Posted April 18, 2023 Share Posted April 18, 2023 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
creedon Posted April 18, 2023 Share Posted April 18, 2023 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment