Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
HI 🙂
My website is : https://www.brasebreizh.fr
I would like (on my homepage) to modify the redirection when you click on this collection bloc (picture below)
I would like to redirect here : https://brasebreizh.fr/products/breizh-pack
could you help me do it ? thanks a lot !
- Here is the solution for you
- Please follow these steps:
- Then find the theme.liquid file.
- Then add the following code:
<script>
window.onload = (event) => {
document.querySelector("#Slide-template--21380935287130__collection_list_MfXY7-1 a").href = "https://brasebreizh.fr/products/breizh-pack"
};
</script>
- Please add the above code right below the </head> tag as shown in the image above. Then press 'Save' to save the code.
Good luck! If you find this answer helpful, please press 'Like' and mark it as 'Solution'. Thank you.
If our suggestions are useful, please let us know by giving it a like or marking it as a solution.
Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)
Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page
Hello @Edgard22
Instead of adding a custom script, you can modify the code and add a custom link option on each block. this will help you in future blocks.
Please let me know if you need us to do this.
Thanks
@Edgard22, Please check your inbox.
Hello @BraseBreizh
can you please check your DM
Thanks