${function() {
const variantData = data.variant || {"id":"305c7444-9093-47dc-9dfc-56bd125f0007","product_id":"f828ff73-aeee-420e-adee-aae5f8f46582","title":"Blue-S","weight_unit":"kg","inventory_quantity":1000,"sku":"Blue S-29674455","barcode":"","position":1,"option1":"Blue","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/62f2e5428558077f436b2f4a99595213.jpeg","path":"62f2e5428558077f436b2f4a99595213.jpeg","width":640,"height":640,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":33.2,"min_quantity":1}],"weight":"0","compare_at_price":"33.2","price":"33.2","retail_price":"33.2","available":true,"url":"\/products\/women-floral-print-long-dress-spring-sleeveless-strapless-loose-party-dress-2021-summer-sexy-backless-off-shoulder-beach-dresses-208529295867?variant=305c7444-9093-47dc-9dfc-56bd125f0007","available_quantity":999999999,"options":[{"name":"Color","value":"Blue"},{"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":"305c7444-9093-47dc-9dfc-56bd125f0007","product_id":"f828ff73-aeee-420e-adee-aae5f8f46582","title":"Blue-S","weight_unit":"kg","inventory_quantity":1000,"sku":"Blue S-29674455","barcode":"","position":1,"option1":"Blue","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/62f2e5428558077f436b2f4a99595213.jpeg","path":"62f2e5428558077f436b2f4a99595213.jpeg","width":640,"height":640,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":33.2,"min_quantity":1}],"weight":"0","compare_at_price":"33.2","price":"33.2","retail_price":"33.2","available":true,"url":"\/products\/women-floral-print-long-dress-spring-sleeveless-strapless-loose-party-dress-2021-summer-sexy-backless-off-shoulder-beach-dresses-208529295867?variant=305c7444-9093-47dc-9dfc-56bd125f0007","available_quantity":999999999,"options":[{"name":"Color","value":"Blue"},{"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}
`
}()}