${function() {
const variantData = data.variant || {"id":"755f9053-2c1c-4597-88f1-d4ace022a548","product_id":"f3779547-4443-4e1a-a01d-86d968136e2b","title":"Black-ONE-SIZE","weight_unit":"g","inventory_quantity":0,"sku":"QY22095-BK-SS","barcode":"","position":1,"option1":"Black","option2":"ONE-SIZE","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/eac2e234d47ecf887b9e70aa05b7aff5.jpeg","path":"eac2e234d47ecf887b9e70aa05b7aff5.jpeg","width":900,"height":900,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":11.99,"min_quantity":1}],"weight":"20","compare_at_price":"0","price":"11.99","retail_price":"0","available":true,"url":"\/products\/chain-detail-leather-gloves-35?variant=755f9053-2c1c-4597-88f1-d4ace022a548","available_quantity":999999999,"options":[{"name":"Color","value":"Black"},{"name":"Size","value":"ONE-SIZE"}],"off_ratio":0,"flashsale_info":[],"sales":0};
const saveType = "amount";
const saveText = "Save {{saved_amount}}";
const productLabelDiscountOn = true;
return `
-
${saveText.replace('\{\{saved_amount\}\}',
saveType == 'percentage'
? variantData.off_ratio + '%'
: ``
)}
`;
}()}
${function(){
const tipText = "Please select a {{ name }}".replace(/\{\{\s+name\s+\}\}/g, data);
return `${tipText}
`
}()}
${function(){
const tipText = "Please select a {{ name }}".replace(/\{\{\s+name\s+\}\}/g, data);
return `${tipText}
`
}()}
Product was out of stock.
Product is unavailable.
Sku : QY22095-BK-SS
Weight : 20g
${function(){
const variantData = data.variant || {"id":"755f9053-2c1c-4597-88f1-d4ace022a548","product_id":"f3779547-4443-4e1a-a01d-86d968136e2b","title":"Black-ONE-SIZE","weight_unit":"g","inventory_quantity":0,"sku":"QY22095-BK-SS","barcode":"","position":1,"option1":"Black","option2":"ONE-SIZE","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/eac2e234d47ecf887b9e70aa05b7aff5.jpeg","path":"eac2e234d47ecf887b9e70aa05b7aff5.jpeg","width":900,"height":900,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":11.99,"min_quantity":1}],"weight":"20","compare_at_price":"0","price":"11.99","retail_price":"0","available":true,"url":"\/products\/chain-detail-leather-gloves-35?variant=755f9053-2c1c-4597-88f1-d4ace022a548","available_quantity":999999999,"options":[{"name":"Color","value":"Black"},{"name":"Size","value":"ONE-SIZE"}],"off_ratio":0,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}