${function() {
const variantData = data.variant || {"id":"a53e378c-ca0e-49bd-a110-d16f576cef8b","product_id":"011744ef-315c-427d-880e-7b38dd8156f6","title":"Yellow-US6","weight_unit":"kg","inventory_quantity":999,"sku":"H2779-Yellow-US6","barcode":"","position":1,"option1":"Yellow","option2":"US6","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/7da7c6f4b0b3f51a7fd7366d6a942fc7.jpeg","path":"7da7c6f4b0b3f51a7fd7366d6a942fc7.jpeg","width":600,"height":750,"alt":"","aspect_ratio":0.8},"wholesale_price":[{"price":22.99,"min_quantity":1}],"weight":"0.3","compare_at_price":"62.99","price":"22.99","retail_price":"62.99","available":true,"url":"\/products\/plus-size-dot-printed-loose-dresses?variant=a53e378c-ca0e-49bd-a110-d16f576cef8b","available_quantity":999999999,"options":[{"name":"color","value":"Yellow"},{"name":"size","value":"US6"}],"off_ratio":64,"flashsale_info":[],"sales":0};
const saveType = "percentage";
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 : H2779-Yellow-US6
Weight : 0.3kg
${function(){
const variantData = data.variant || {"id":"a53e378c-ca0e-49bd-a110-d16f576cef8b","product_id":"011744ef-315c-427d-880e-7b38dd8156f6","title":"Yellow-US6","weight_unit":"kg","inventory_quantity":999,"sku":"H2779-Yellow-US6","barcode":"","position":1,"option1":"Yellow","option2":"US6","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/7da7c6f4b0b3f51a7fd7366d6a942fc7.jpeg","path":"7da7c6f4b0b3f51a7fd7366d6a942fc7.jpeg","width":600,"height":750,"alt":"","aspect_ratio":0.8},"wholesale_price":[{"price":22.99,"min_quantity":1}],"weight":"0.3","compare_at_price":"62.99","price":"22.99","retail_price":"62.99","available":true,"url":"\/products\/plus-size-dot-printed-loose-dresses?variant=a53e378c-ca0e-49bd-a110-d16f576cef8b","available_quantity":999999999,"options":[{"name":"color","value":"Yellow"},{"name":"size","value":"US6"}],"off_ratio":64,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}