Feedback for your online store from the community
On inidvidual product pages the shipping policy link is different to the actual shipping policy page. How do I update the shipping policy link.
marrabellclothing.com
Theme: debut.
Solved! Go to the solution
This is an accepted solution.
Hi @bellandrew96,
Go to Online Store, then Theme, and select Edit Code.
Search for global.js/theme.js file Add the provided code at the end of the file.
document.addEventListener("DOMContentLoaded", function () {
var policyLink = document.querySelector(".product__policies.rte a");
if (policyLink) {
policyLink.setAttribute("href", "https://marrabellclothing.com/pages/shipping-policy");
}
});
This is an accepted solution.
Hi @bellandrew96,
Go to Online Store, then Theme, and select Edit Code.
Search for global.js/theme.js file Add the provided code at the end of the file.
document.addEventListener("DOMContentLoaded", function () {
var policyLink = document.querySelector(".product__policies.rte a");
if (policyLink) {
policyLink.setAttribute("href", "https://marrabellclothing.com/pages/shipping-policy");
}
});
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025