DOWNLOADABLE PROGRAMS
ShopifyBuy.UI.onReady(client).then(function (ui) {
ui.createComponent('product', {
id: '5825980924070',
node: document.getElementById('product-component-1602343840882'),
moneyFormat: '%C2%A3%7B%7Bamount%7D%7D',
options: {
"product": {
"styles": {
"product": {
"@media (min-width: 601px)": {
"max-width": "calc(25% - 20px)",
"margin-left": "20px",
"margin-bottom": "50px"
}
},
"title": {
"font-weight": "normal"
},
"button": {
"font-size": "16px",
"padding-top": "16px",
"padding-bottom": "16px",
":hover": {
"background-color": "#266f42"
},
"background-color": "#2a7b49",
":focus": {
"background-color": "#266f42"
},
"border-radius": "18px"
},
"quantityInput": {
"font-size": "16px",
"padding-top": "16px",
"padding-bottom": "16px"
}
},
"text": {
"button": "Add to cart"
}
},
"productSet": {
"styles": {
"products": {
"@media (min-width: 601px)": {
"margin-left": "-20px"
}
}
}
},
"modalProduct": {
"contents": {
"img": false,
"imgWithCarousel": true,
"button": false,
"buttonWithQuantity": true
},
"styles": {
"product": {
"@media (min-width: 601px)": {
"max-width": "100%",
"margin-left": "0px",
"margin-bottom": "0px"
}
},
"button": {
"font-size": "16px",
"padding-top": "16px",
"padding-bottom": "16px",
":hover": {
"background-color": "#266f42"
},
"background-color": "#2a7b49",
":focus": {
"background-color": "#266f42"
},
"border-radius": "18px"
},
"quantityInput": {
"font-size": "16px",
"padding-top": "16px",
"padding-bottom": "16px"
},
"title": {
"font-weight": "normal"
}
},
"text": {
"button": "Add to cart"
}
},
"cart": {
"styles": {
"button": {
"font-size": "16px",
"padding-top": "16px",
"padding-bottom": "16px",
":hover": {
"background-color": "#266f42"
},
"background-color": "#2a7b49",
":focus": {
"background-color": "#266f42"
},
"border-radius": "18px"
}
},
"text": {
"total": "Subtotal",
"button": "Checkout"
}
},
"toggle": {
"styles": {
"toggle": {
"background-color": "#2a7b49",
":hover": {
"background-color": "#266f42"
},
":focus": {
"background-color": "#266f42"
}
},
"count": {
"font-size": "16px"
}
}
}
},
});
});
}
})();
// ]]>