${function() {
const variantData = data.variant || {"id":"e8e9c2a4-b00f-4122-a80a-0b5b62032a25","product_id":"d99c3083-b710-4fb8-95b8-c42931021381","title":"black-S","weight_unit":"kg","inventory_quantity":1000,"sku":"dlz1693017980314","barcode":"","position":1,"option1":"black","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/53c8b811b47a42db008ed6795a3e027f.jpeg","path":"53c8b811b47a42db008ed6795a3e027f.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":38.09,"min_quantity":1}],"weight":"0","compare_at_price":"38.09","price":"38.09","retail_price":"38.09","available":true,"url":"\/products\/women-a-line-solid-spaghetti-strap-lace-up-bow-backless-sexy-dress-4936?variant=e8e9c2a4-b00f-4122-a80a-0b5b62032a25","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":"e8e9c2a4-b00f-4122-a80a-0b5b62032a25","product_id":"d99c3083-b710-4fb8-95b8-c42931021381","title":"black-S","weight_unit":"kg","inventory_quantity":1000,"sku":"dlz1693017980314","barcode":"","position":1,"option1":"black","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/53c8b811b47a42db008ed6795a3e027f.jpeg","path":"53c8b811b47a42db008ed6795a3e027f.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":38.09,"min_quantity":1}],"weight":"0","compare_at_price":"38.09","price":"38.09","retail_price":"38.09","available":true,"url":"\/products\/women-a-line-solid-spaghetti-strap-lace-up-bow-backless-sexy-dress-4936?variant=e8e9c2a4-b00f-4122-a80a-0b5b62032a25","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}
`
}()}