Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function av_custom_script_j(){
- ?>
- <script type="text/javascript">
- /*<![CDATA[*/
- (function () {
- var scriptURL = 'https://sdks.shopifycdn.com/buy-button/latest/buy-button-storefront.min.js';
- if (window.ShopifyBuy) {
- if (window.ShopifyBuy.UI) {
- ShopifyBuyInit();
- } else {
- loadScript();
- }
- } 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: 'mriclinic.myshopify.com',
- apiKey: 'a5af87bddf2cd88887f5d96e24909310',
- appId: '6',
- });
- ShopifyBuy.UI.onReady(client).then(function (ui) {
- ui.createComponent('product', {
- id: [8556844481],
- node: document.getElementById('product-component-802bd4e805d'),
- moneyFormat: '%24%7B%7Bamount%7D%7D',
- options: {
- "product": {
- "variantId": "all",
- "width": "240px",
- "contents": {
- "img": false,
- "title": false,
- "variantTitle": false,
- "price": false,
- "description": false,
- "buttonWithQuantity": false,
- "quantity": false
- },
- "text": {
- "button": "PLACE ORDER"
- },
- "styles": {
- "product": {
- "@media (min-width: 601px)": {
- "max-width": "100%",
- "margin-left": "0",
- "margin-bottom": "50px"
- }
- },
- "title": {
- "font-size": "26px",
- "color": "#ffffff"
- },
- "price": {
- "font-size": "18px",
- "color": "#ffffff"
- },
- "compareAt": {
- "font-size": "15px",
- "color": "#ffffff"
- }
- }
- },
- "cart": {
- "contents": {
- "button": true
- },
- "styles": {
- "footer": {
- "background-color": "#ffffff"
- }
- }
- },
- "modalProduct": {
- "contents": {
- "variantTitle": false,
- "buttonWithQuantity": true,
- "button": false,
- "quantity": false
- },
- "styles": {
- "product": {
- "@media (min-width: 601px)": {
- "max-width": "100%",
- "margin-left": "0px",
- "margin-bottom": "0px"
- }
- }
- }
- },
- "toggle": {
- "styles": {
- "count": {
- "color": "#ffffff",
- ":hover": {
- "color": "#ffffff"
- }
- },
- "iconPath": {
- "fill": "#ffffff"
- }
- }
- },
- "productSet": {
- "styles": {
- "products": {
- "@media (min-width: 601px)": {
- "margin-left": "-20px"
- }
- }
- }
- }
- }
- });
- });
- }
- })();
- /*]]>*/
- </script>
- <?php
- }
- add_action('wp_footer', 'av_custom_script_j');
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement