${function() {
const variantData = data.variant || {"id":"68f4e587-728d-41fb-a719-60197a91994d","product_id":"043dbf59-90ee-47cc-894c-c378834c3903","title":"BLACK-LG","weight_unit":"lb","inventory_quantity":0,"sku":"DC111-BLCK-LG","barcode":"","position":4,"option1":"BLACK","option2":"LG","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/f2332dd1734d2c5dd8c5b79f413c2515.jpeg","path":"f2332dd1734d2c5dd8c5b79f413c2515.jpeg","width":1083,"height":1300,"alt":"","aspect_ratio":0.833076923076923},"wholesale_price":[{"price":11,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"11","retail_price":"0","available":true,"url":"\/products\/tempo-socks-no-show?variant=68f4e587-728d-41fb-a719-60197a91994d","available_quantity":999999999,"options":[{"name":"Color","value":"BLACK"},{"name":"Size","value":"LG"}],"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.
${function(){
const variantData = data.variant || {"id":"68f4e587-728d-41fb-a719-60197a91994d","product_id":"043dbf59-90ee-47cc-894c-c378834c3903","title":"BLACK-LG","weight_unit":"lb","inventory_quantity":0,"sku":"DC111-BLCK-LG","barcode":"","position":4,"option1":"BLACK","option2":"LG","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/f2332dd1734d2c5dd8c5b79f413c2515.jpeg","path":"f2332dd1734d2c5dd8c5b79f413c2515.jpeg","width":1083,"height":1300,"alt":"","aspect_ratio":0.833076923076923},"wholesale_price":[{"price":11,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"11","retail_price":"0","available":true,"url":"\/products\/tempo-socks-no-show?variant=68f4e587-728d-41fb-a719-60197a91994d","available_quantity":999999999,"options":[{"name":"Color","value":"BLACK"},{"name":"Size","value":"LG"}],"off_ratio":0,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}