Christine_DTS Posted July 28, 2020 Share Posted July 28, 2020 Site URL: https://www.discoverthespots.com/en/tours/boat Hello, Im trying to edit the click through link of a specific product button and i cannot figure it out. I would like the button to link to the contact page rather than adding the product to the cart. Is it possible to do that on a single page? The password to view the page is rome2020. Thankyou, C Link to comment
tuanphan Posted July 28, 2020 Share Posted July 28, 2020 Hi. You can remove add to cart on these products with below code, then add text link on description, then let me know. I will give the code to turn text link to button. body#item-5f20237007af52092cf7707e .sqs-add-to-cart-button { display: none !important; } body#item... is product page ID. See how to find page id. Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Christine_DTS Posted July 29, 2020 Author Share Posted July 29, 2020 (edited) Thank you so much tuanphan! the code you sent me doesnt remove the button but i added this: <style> .sqs-add-to-cart-button-wrapper { display: none !important; visibility: hidden !important; opacity: 0 !important;} </style> I solved the other problem by adding a mailto: instead of adding a new button which also works for me. Edited July 29, 2020 by Christine_DTS i solved the problem 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