${function() {
const variantData = data.variant || {"id":"577a1d74-4750-496d-acaa-a791f2624e6a","product_id":"6e1919a0-d59e-414c-b627-708a4f91364c","title":"Black-S","weight_unit":"kg","inventory_quantity":1000,"sku":"dlz1693017913069","barcode":"","position":1,"option1":"Black","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/d866b760b5befa98fe3871e8b0d4a574.jpeg","path":"d866b760b5befa98fe3871e8b0d4a574.jpeg","width":800,"height":1052,"alt":"","aspect_ratio":0.7604562737642585},"wholesale_price":[{"price":28.37,"min_quantity":1}],"weight":"0","compare_at_price":"28.37","price":"28.37","retail_price":"28.37","available":true,"url":"\/products\/vintage-cotton-linen-short-sleeve-v-neck-casual-dress-8640?variant=577a1d74-4750-496d-acaa-a791f2624e6a","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":"577a1d74-4750-496d-acaa-a791f2624e6a","product_id":"6e1919a0-d59e-414c-b627-708a4f91364c","title":"Black-S","weight_unit":"kg","inventory_quantity":1000,"sku":"dlz1693017913069","barcode":"","position":1,"option1":"Black","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/d866b760b5befa98fe3871e8b0d4a574.jpeg","path":"d866b760b5befa98fe3871e8b0d4a574.jpeg","width":800,"height":1052,"alt":"","aspect_ratio":0.7604562737642585},"wholesale_price":[{"price":28.37,"min_quantity":1}],"weight":"0","compare_at_price":"28.37","price":"28.37","retail_price":"28.37","available":true,"url":"\/products\/vintage-cotton-linen-short-sleeve-v-neck-casual-dress-8640?variant=577a1d74-4750-496d-acaa-a791f2624e6a","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}
`
}()}