${function() {
const variantData = data.variant || {"id":"cb643417-6c84-4cf9-89e7-e6e52e502566","product_id":"51020cb3-e3c0-4967-9e79-ff4e93ef3a2d","title":"Blue-S","weight_unit":"kg","inventory_quantity":989,"sku":"Blue S-182773562","barcode":"","position":1,"option1":"Blue","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/c4db11e6f64fb24a2998d23034eba244.png","path":"c4db11e6f64fb24a2998d23034eba244.png","width":800,"height":1200,"alt":"","aspect_ratio":0.6666666666666666},"wholesale_price":[{"price":43.99,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"43.99","retail_price":"0","available":true,"url":"\/products\/elegant-solid-lace-hollowed-out-o-neck-pencil-skirt-dresses-209496727644?variant=cb643417-6c84-4cf9-89e7-e6e52e502566","available_quantity":999999999,"options":[{"name":"Color","value":"Blue"},{"name":"Size","value":"S"}],"off_ratio":0,"flashsale_info":[],"sales":6};
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":"cb643417-6c84-4cf9-89e7-e6e52e502566","product_id":"51020cb3-e3c0-4967-9e79-ff4e93ef3a2d","title":"Blue-S","weight_unit":"kg","inventory_quantity":989,"sku":"Blue S-182773562","barcode":"","position":1,"option1":"Blue","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/c4db11e6f64fb24a2998d23034eba244.png","path":"c4db11e6f64fb24a2998d23034eba244.png","width":800,"height":1200,"alt":"","aspect_ratio":0.6666666666666666},"wholesale_price":[{"price":43.99,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"43.99","retail_price":"0","available":true,"url":"\/products\/elegant-solid-lace-hollowed-out-o-neck-pencil-skirt-dresses-209496727644?variant=cb643417-6c84-4cf9-89e7-e6e52e502566","available_quantity":999999999,"options":[{"name":"Color","value":"Blue"},{"name":"Size","value":"S"}],"off_ratio":0,"flashsale_info":[],"sales":6};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}