${function() {
const variantData = data.variant || {"id":"9ae3b9ab-2278-41fe-bf50-4fd5a0ffddf3","product_id":"5340f90e-8299-4976-af95-3906fde71799","title":"Black-S","weight_unit":"kg","inventory_quantity":1000,"sku":"dlz1693017349913","barcode":"","position":1,"option1":"Black","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/caf93a4c08834844a3791af8950f05d0.jpeg","path":"caf93a4c08834844a3791af8950f05d0.jpeg","width":400,"height":400,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":23.23,"min_quantity":1}],"weight":"0","compare_at_price":"23.23","price":"23.23","retail_price":"23.23","available":true,"url":"\/products\/plus-size-women-vintage-cotton-maxi-dress-2020-summer-new-sexy-v-neck-sleeveless-long-dress-white-button-loose-party-vestidos-3450?variant=9ae3b9ab-2278-41fe-bf50-4fd5a0ffddf3","available_quantity":1000,"options":[{"name":"Color","value":"Black"},{"name":"Size","value":"S"}],"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":"9ae3b9ab-2278-41fe-bf50-4fd5a0ffddf3","product_id":"5340f90e-8299-4976-af95-3906fde71799","title":"Black-S","weight_unit":"kg","inventory_quantity":1000,"sku":"dlz1693017349913","barcode":"","position":1,"option1":"Black","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/caf93a4c08834844a3791af8950f05d0.jpeg","path":"caf93a4c08834844a3791af8950f05d0.jpeg","width":400,"height":400,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":23.23,"min_quantity":1}],"weight":"0","compare_at_price":"23.23","price":"23.23","retail_price":"23.23","available":true,"url":"\/products\/plus-size-women-vintage-cotton-maxi-dress-2020-summer-new-sexy-v-neck-sleeveless-long-dress-white-button-loose-party-vestidos-3450?variant=9ae3b9ab-2278-41fe-bf50-4fd5a0ffddf3","available_quantity":1000,"options":[{"name":"Color","value":"Black"},{"name":"Size","value":"S"}],"off_ratio":0,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}