${function() {
const variantData = data.variant || {"id":"f1ff869f-b58a-49a7-8a67-1cc2795b30f0","product_id":"ddf24c8e-1474-42e8-b9e9-e4327ee2061e","title":"Black-US6","weight_unit":"kg","inventory_quantity":999,"sku":"P3143-Black-US6","barcode":"","position":1,"option1":"Black","option2":"US6","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/25c26959d50a2b0eaafaf95e4b1ee979.webp","path":"25c26959d50a2b0eaafaf95e4b1ee979.webp","width":600,"height":750,"alt":"","aspect_ratio":0.8},"wholesale_price":[{"price":24.9,"min_quantity":1}],"weight":"0.16","compare_at_price":"75.9","price":"24.9","retail_price":"75.9","available":true,"url":"\/products\/round-neck-sleeveless-sexy-cutout-contrasting-slim-dress?variant=f1ff869f-b58a-49a7-8a67-1cc2795b30f0","available_quantity":999999999,"options":[{"name":"color","value":"Black"},{"name":"size","value":"US6"}],"off_ratio":67,"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 : P3143-Black-US6
Weight : 0.16kg
${function(){
const variantData = data.variant || {"id":"f1ff869f-b58a-49a7-8a67-1cc2795b30f0","product_id":"ddf24c8e-1474-42e8-b9e9-e4327ee2061e","title":"Black-US6","weight_unit":"kg","inventory_quantity":999,"sku":"P3143-Black-US6","barcode":"","position":1,"option1":"Black","option2":"US6","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/25c26959d50a2b0eaafaf95e4b1ee979.webp","path":"25c26959d50a2b0eaafaf95e4b1ee979.webp","width":600,"height":750,"alt":"","aspect_ratio":0.8},"wholesale_price":[{"price":24.9,"min_quantity":1}],"weight":"0.16","compare_at_price":"75.9","price":"24.9","retail_price":"75.9","available":true,"url":"\/products\/round-neck-sleeveless-sexy-cutout-contrasting-slim-dress?variant=f1ff869f-b58a-49a7-8a67-1cc2795b30f0","available_quantity":999999999,"options":[{"name":"color","value":"Black"},{"name":"size","value":"US6"}],"off_ratio":67,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}