wet_cat Posted April 29, 2021 Share Posted April 29, 2021 Site URL: https://www.gesamtkunstwerkshop.com/astro-ranch-list/z4md0ikgjrul6sfyz1glw6v3o88ia8 Hi! I'm wondering how to customize the "Back to" text on an individual product page. I'm using the Wells template. I've set up my web store as a summary because I like the layout better. However, if you click into a product it goes back to the list page it belongs to, and not the product page. My product page and where I would like the "back to" text to redirect is https://www.gesamtkunstwerkshop.com/astro-ranch Thanks in advance for your help! Link to comment
tuanphan Posted May 3, 2021 Share Posted May 3, 2021 On 4/29/2021 at 11:18 AM, wet_cat said: Site URL: https://www.gesamtkunstwerkshop.com/astro-ranch-list/z4md0ikgjrul6sfyz1glw6v3o88ia8 Hi! I'm wondering how to customize the "Back to" text on an individual product page. I'm using the Wells template. I've set up my web store as a summary because I like the layout better. However, if you click into a product it goes back to the list page it belongs to, and not the product page. My product page and where I would like the "back to" text to redirect is https://www.gesamtkunstwerkshop.com/astro-ranch Thanks in advance for your help! Add to Settings > Advanced > Code Injection > Footer <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script> <script> $(document).ready(function() { $('div#productNav a').attr('href','https://google.com'); }); </script> behns13 1 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
behns13 Posted May 26, 2021 Share Posted May 26, 2021 This has been helpful to me as well! Thank you @tuanphan. I do have a small question, which part of the script should be changed to adjust the text? Link to comment
tuanphan Posted May 28, 2021 Share Posted May 28, 2021 On 5/26/2021 at 11:38 PM, behns13 said: This has been helpful to me as well! Thank you @tuanphan. I do have a small question, which part of the script should be changed to adjust the text? Each page will need a different code to change text. Can you share link to a product on your site? 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment