Hand-knitted animal Mittens
${function() {
const variantData = data.variant || {"id":"093373ef-7543-40fe-b6e2-b0a4f6389049","product_id":"9c80def8-33b4-4df2-a60f-1ffe5e8e3a16","title":"Cute puppet cat-L (Adult)","weight_unit":"kg","inventory_quantity":10000,"sku":"LF42042737HEI-2","barcode":"","position":1,"option1":"Cute puppet cat","option2":"L (Adult)","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/92aeac8a5a6f32216d387219bec6673e.jpeg","path":"92aeac8a5a6f32216d387219bec6673e.jpeg","width":1080,"height":1080,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":19.99,"min_quantity":1}],"weight":"0","compare_at_price":"31.98","price":"19.99","retail_price":"31.98","available":true,"url":"\/products\/hand-knitted-animal-mittens?variant=093373ef-7543-40fe-b6e2-b0a4f6389049","available_quantity":999999999,"options":[{"name":"Type","value":"Cute puppet cat"},{"name":"Size","value":"L (Adult)"}],"off_ratio":37,"flashsale_info":[],"sales":0};
const saveType = "amount";
const productLabelDiscountOn = true;
return `
-
${saveType == 'percentage'
? `-${variantData.off_ratio}%`
: `- `
}
`;
}()}
Type:
Cute puppet cat
${function(){
const optName = "Type";
const optionValue = data.originData.selectData ? data.originData.selectData[optName].value : data.originData.value;
const optionValueText = optionValue ? (optionValue) : '';
return `${optionValueText} `;
}()}
${function(){
const tipText = "Please select a {{ name }}".replace(/\{\{\s+name\s+\}\}/g, data);
return `${tipText}
`
}()}
Size:
L (Adult)
${function(){
const optName = "Size";
const optionValue = data.originData.selectData ? data.originData.selectData[optName].value : data.originData.value;
const optionValueText = optionValue ? (optionValue) : '';
return `${optionValueText} `;
}()}
${function(){
const tipText = "Please select a {{ name }}".replace(/\{\{\s+name\s+\}\}/g, data);
return `${tipText}
`
}()}
Add to cart
£19.99
${function(){
const wholesale_enabled = false;
const qty = data.quantity || 1;
const currentSelectVariant = data.variant;
const defaultVariant = (data.product && data.product.variants && data.product.variants[0]);
const productVariant = {"id":"093373ef-7543-40fe-b6e2-b0a4f6389049","product_id":"9c80def8-33b4-4df2-a60f-1ffe5e8e3a16","title":"Cute puppet cat-L (Adult)","weight_unit":"kg","inventory_quantity":10000,"sku":"LF42042737HEI-2","barcode":"","position":1,"option1":"Cute puppet cat","option2":"L (Adult)","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/92aeac8a5a6f32216d387219bec6673e.jpeg","path":"92aeac8a5a6f32216d387219bec6673e.jpeg","width":1080,"height":1080,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":19.99,"min_quantity":1}],"weight":"0","compare_at_price":"31.98","price":"19.99","retail_price":"31.98","available":true,"url":"\/products\/hand-knitted-animal-mittens?variant=093373ef-7543-40fe-b6e2-b0a4f6389049","available_quantity":999999999,"options":[{"name":"Type","value":"Cute puppet cat"},{"name":"Size","value":"L (Adult)"}],"off_ratio":37,"flashsale_info":[],"sales":0};
const variantData = currentSelectVariant || defaultVariant || productVariant;
const wholesale_price = variantData.wholesale_price || [];
if(wholesale_enabled && wholesale_price.length > 0) {
let wholesaleIndex = wholesale_price.findIndex(item => {
return item.min_quantity > qty;
});
if(wholesaleIndex < 0){
wholesaleIndex = wholesale_price.length - 1;
}else if(wholesaleIndex > 0){
wholesaleIndex = wholesaleIndex - 1;
}
const wholesalePrice = wholesale_price[wholesaleIndex] || '';
return `
`
}else {
const price = variantData && variantData.price;
return price != undefined ? `
` : ' ';
}
}()}
Buy now
Product was out of stock.
Product is unavailable.
${function(){
const variantData = data.variant || {"id":"093373ef-7543-40fe-b6e2-b0a4f6389049","product_id":"9c80def8-33b4-4df2-a60f-1ffe5e8e3a16","title":"Cute puppet cat-L (Adult)","weight_unit":"kg","inventory_quantity":10000,"sku":"LF42042737HEI-2","barcode":"","position":1,"option1":"Cute puppet cat","option2":"L (Adult)","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/92aeac8a5a6f32216d387219bec6673e.jpeg","path":"92aeac8a5a6f32216d387219bec6673e.jpeg","width":1080,"height":1080,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":19.99,"min_quantity":1}],"weight":"0","compare_at_price":"31.98","price":"19.99","retail_price":"31.98","available":true,"url":"\/products\/hand-knitted-animal-mittens?variant=093373ef-7543-40fe-b6e2-b0a4f6389049","available_quantity":999999999,"options":[{"name":"Type","value":"Cute puppet cat"},{"name":"Size","value":"L (Adult)"}],"off_ratio":37,"flashsale_info":[],"sales":0};
return `
`
}()}