Sierra_C Posted September 7, 2023 Share Posted September 7, 2023 (edited) Hello, I've added a product (Additional Flavors) to our shop to show that we'll have more items in the future, but we want to prevent people from clicking to that item's product page. Is there a way to do this? Website: https://www.caragans.com/shop Thanks in advance! Edited September 8, 2023 by Sierra_C Link to comment
Solution creedon Posted September 8, 2023 Solution Share Posted September 8, 2023 Add the following to Store Settings > Advanced > Page Header Code Injection for the store page. Please see per-page code injection. <style> .products.collection-content-wrapper .tag-coming-soon .grid-item-link { pointer-events : none; } </style> This is for v7.1 and specific to the poster's need. This takes advantage of the coming soon tag you put on the product. 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
Sierra_C Posted September 8, 2023 Author Share Posted September 8, 2023 Worked perfectly. Thank you so much! creedon 1 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