${function() {
const variantData = data.variant || {"id":"31990128-ad23-4bcf-a73f-1b41c09069a8","product_id":"3fd3a2a9-8a56-48e6-9943-b89bce599ae5","title":"Yellow-S","weight_unit":"kg","inventory_quantity":1000,"sku":"dlz1693024758568","barcode":"","position":1,"option1":"Yellow","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/dce0b6e9590f43b46b544ce303a4b08c.jpeg","path":"dce0b6e9590f43b46b544ce303a4b08c.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":34.92,"min_quantity":1}],"weight":"0","compare_at_price":"34.92","price":"34.92","retail_price":"34.92","available":true,"url":"\/products\/summer-high-waist-cotton-and-linen-skirt-pleated-hollow-out-green-suspenders-dress-8789?variant=31990128-ad23-4bcf-a73f-1b41c09069a8","available_quantity":1000,"options":[{"name":"Color","value":"Yellow"},{"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":"31990128-ad23-4bcf-a73f-1b41c09069a8","product_id":"3fd3a2a9-8a56-48e6-9943-b89bce599ae5","title":"Yellow-S","weight_unit":"kg","inventory_quantity":1000,"sku":"dlz1693024758568","barcode":"","position":1,"option1":"Yellow","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/dce0b6e9590f43b46b544ce303a4b08c.jpeg","path":"dce0b6e9590f43b46b544ce303a4b08c.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":34.92,"min_quantity":1}],"weight":"0","compare_at_price":"34.92","price":"34.92","retail_price":"34.92","available":true,"url":"\/products\/summer-high-waist-cotton-and-linen-skirt-pleated-hollow-out-green-suspenders-dress-8789?variant=31990128-ad23-4bcf-a73f-1b41c09069a8","available_quantity":1000,"options":[{"name":"Color","value":"Yellow"},{"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}
`
}()}