${function() {
const variantData = data.variant || {"id":"7e9c97b3-4d65-44c7-96f0-9029494fb126","product_id":"3a52aec6-891c-402a-b765-97c7c06344e6","title":"White-s","weight_unit":"kg","inventory_quantity":1000,"sku":"dlz1693024737100","barcode":"","position":1,"option1":"White","option2":"s","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/87686661be2e62b4408a82ae15a6d9f6.jpeg","path":"87686661be2e62b4408a82ae15a6d9f6.jpeg","width":601,"height":601,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":20.09,"min_quantity":1}],"weight":"0","compare_at_price":"20.09","price":"20.09","retail_price":"20.09","available":true,"url":"\/products\/elegant-fashion-plain-irregular-tube-bowknot-front-sleeveless-evening-dress-2035?variant=7e9c97b3-4d65-44c7-96f0-9029494fb126","available_quantity":1000,"options":[{"name":"Color","value":"White"},{"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":"7e9c97b3-4d65-44c7-96f0-9029494fb126","product_id":"3a52aec6-891c-402a-b765-97c7c06344e6","title":"White-s","weight_unit":"kg","inventory_quantity":1000,"sku":"dlz1693024737100","barcode":"","position":1,"option1":"White","option2":"s","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/87686661be2e62b4408a82ae15a6d9f6.jpeg","path":"87686661be2e62b4408a82ae15a6d9f6.jpeg","width":601,"height":601,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":20.09,"min_quantity":1}],"weight":"0","compare_at_price":"20.09","price":"20.09","retail_price":"20.09","available":true,"url":"\/products\/elegant-fashion-plain-irregular-tube-bowknot-front-sleeveless-evening-dress-2035?variant=7e9c97b3-4d65-44c7-96f0-9029494fb126","available_quantity":1000,"options":[{"name":"Color","value":"White"},{"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}
`
}()}