Range Rover Vogue CarPlay Upgrade
}
} else {
loadScript();
}
function loadScript() {
var script = document.createElement('script');
script.async = true;
script.src = scriptURL;
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(script);
script.onload = ShopifyBuyInit;
}
function ShopifyBuyInit() {
var client = ShopifyBuy.buildClient({
domain: '6fdfe2-2.myshopify.com',
storefrontAccessToken: 'f9dfafcbaed6f2de20a545e2f5b91f44',
});
ShopifyBuy.UI.onReady(client).then(function (ui) {
ui.createComponent('product', {
id: '9092630872342',
node: document.getElementById('product-component-1706112152172'),
moneyFormat: '%24%7B%7Bamount%7D%7D',
options: {/* options here */}
});
});
}
})();
/*]]>*/
Comments
Post a Comment