Guest Posted January 31, 2022 Posted January 31, 2022 Site URL: https://practicalparentingantenatal.co.nz Hello, I'm wanting to add an online course within a member area, but have the member sign up on my store alongside my other products. I was wondering if I made a new product, could I change the image link within the store to point to a new page for member sign up? Thanks!
tuanphan Posted February 4, 2022 Posted February 4, 2022 Initial: Click image >> it link to product detail You want: click image >> it link to another page? If you share link to page where you use image, we can give some code to do this 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!)
Guest Posted February 4, 2022 Posted February 4, 2022 Yup that exactly what I'm trying to do, thanks! This is my the page through Squarespace account - https://practicalparentingantenatal.squarespace.com/booking and online with domain - https://practicalparentingantenatal.co.nz/booking I'm wanting to change the link for both 'Online Antenatal Course' and 'Online Baby First Aid Course', to different pages.
tuanphan Posted February 8, 2022 Posted February 8, 2022 On 2/4/2022 at 10:07 AM, denbystrange said: Yup that exactly what I'm trying to do, thanks! This is my the page through Squarespace account - https://practicalparentingantenatal.squarespace.com/booking and online with domain - https://practicalparentingantenatal.co.nz/booking I'm wanting to change the link for both 'Online Antenatal Course' and 'Online Baby First Aid Course', to different pages. Add to Booking Page Header <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script> <script> $(document).ready(function() { $('div#thumb-online-antenatal-course a').attr('href','https://google.com'); $('div#thumb-online-baby-first-aid-course a').attr('href','https://abc.com'); }); </script> 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!)
Guest Posted February 8, 2022 Posted February 8, 2022 Awesome! Works perfectly, thank you. Reason I wanted it was to have my member sign ups for member areas in my store next to my products. So I recreated the product pages but with member sign up buttons, and have relinked with your code. Thanks again!
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment