${function() {
const variantData = data.variant || {"id":"71e91915-a3e0-425f-8b92-86e6cfe55b09","product_id":"ebb7616b-8388-41e9-8bc5-70a7db3ab14f","title":"Orange-S","weight_unit":"kg","inventory_quantity":1000,"sku":"dlz1693017255459","barcode":"","position":1,"option1":"Orange","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/ae6698cb214f3c63683fd4cc8f3cace7.jpeg","path":"ae6698cb214f3c63683fd4cc8f3cace7.jpeg","width":600,"height":900,"alt":"","aspect_ratio":0.6666666666666666},"wholesale_price":[{"price":28.94,"min_quantity":1}],"weight":"0","compare_at_price":"28.94","price":"28.94","retail_price":"28.94","available":true,"url":"\/products\/ins-2021-ladies-basic-dress-sleeveless-short-stitching-u-neck-t-shirt-sdess-9079?variant=71e91915-a3e0-425f-8b92-86e6cfe55b09","available_quantity":1000,"options":[{"name":"Color","value":"Orange"},{"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":"71e91915-a3e0-425f-8b92-86e6cfe55b09","product_id":"ebb7616b-8388-41e9-8bc5-70a7db3ab14f","title":"Orange-S","weight_unit":"kg","inventory_quantity":1000,"sku":"dlz1693017255459","barcode":"","position":1,"option1":"Orange","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/ae6698cb214f3c63683fd4cc8f3cace7.jpeg","path":"ae6698cb214f3c63683fd4cc8f3cace7.jpeg","width":600,"height":900,"alt":"","aspect_ratio":0.6666666666666666},"wholesale_price":[{"price":28.94,"min_quantity":1}],"weight":"0","compare_at_price":"28.94","price":"28.94","retail_price":"28.94","available":true,"url":"\/products\/ins-2021-ladies-basic-dress-sleeveless-short-stitching-u-neck-t-shirt-sdess-9079?variant=71e91915-a3e0-425f-8b92-86e6cfe55b09","available_quantity":1000,"options":[{"name":"Color","value":"Orange"},{"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}
`
}()}