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");
}
});
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025