function gotoShopifyCheckout(e) { if (e && e.preventDefault) { e.preventDefault(); } if (e && e.stopPropagation) { e.stopPropagation(); } window.location='/checkout'; }