The shipping fee is based on the products in your cart and your address. These fees are calculated during the checkout process. If you have any questions about the shipping fees feel free to [contact us](https://jojobacompany.com/contact-us).
), then please use the "Add HTML Code" page, as this is a HTML code that links a JavaScript file. End of comment */ jQuery(document).ready(function( $ ){ $("#shipping_method_0_adp_free_shipping2").parent().find("label").append('$0.00'); /* Add URL to product pages so they can be targeted */ const els = document.querySelectorAll('.variations select') // add el.name and el.value as query parameters to the URL function updateURL(el) { const url = new URL(window.location.href) url.searchParams.set(el.name, el.value) window.history.pushState({}, '', url.href) } // update the URL when the user changes the select els.forEach(el => el.addEventListener('change', () => updateURL(el))) /* END Add URL to product pages so they can be targeted */ });
The shipping fee is based on the products in your cart and your address. These fees are calculated during the checkout process. If you have any questions about the shipping fees feel free to [contact us](https://jojobacompany.com/contact-us).