${function() {
const variantData = data.variant || {"id":"ce4933d3-41d9-4595-a020-8d42d3427473","product_id":"06d10868-8fb2-4852-b2f1-bb48cac843a7","title":"green-M","weight_unit":"kg","inventory_quantity":1000,"sku":"dlz1693017296340","barcode":"","position":1,"option1":"green","option2":"M","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/a0a37dc93bf1329821f8393919e48f8a.jpeg","path":"a0a37dc93bf1329821f8393919e48f8a.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":28.69,"min_quantity":1}],"weight":"0","compare_at_price":"28.69","price":"28.69","retail_price":"28.69","available":true,"url":"\/products\/summer-loose-dress-woman-casual-vestido-embroidered-short-sleeve-retro-woman-dress-6604?variant=ce4933d3-41d9-4595-a020-8d42d3427473","available_quantity":1000,"options":[{"name":"Color","value":"green"},{"name":"Size","value":"M"}],"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":"ce4933d3-41d9-4595-a020-8d42d3427473","product_id":"06d10868-8fb2-4852-b2f1-bb48cac843a7","title":"green-M","weight_unit":"kg","inventory_quantity":1000,"sku":"dlz1693017296340","barcode":"","position":1,"option1":"green","option2":"M","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/a0a37dc93bf1329821f8393919e48f8a.jpeg","path":"a0a37dc93bf1329821f8393919e48f8a.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":28.69,"min_quantity":1}],"weight":"0","compare_at_price":"28.69","price":"28.69","retail_price":"28.69","available":true,"url":"\/products\/summer-loose-dress-woman-casual-vestido-embroidered-short-sleeve-retro-woman-dress-6604?variant=ce4933d3-41d9-4595-a020-8d42d3427473","available_quantity":1000,"options":[{"name":"Color","value":"green"},{"name":"Size","value":"M"}],"off_ratio":0,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}