${function() {
const variantData = data.variant || {"id":"d787e64a-3f6e-4258-8a26-bfd61250bc3a","product_id":"07f23af3-1fac-4129-8efa-9300e1e43411","title":"01 Yellow-S","weight_unit":"kg","inventory_quantity":1000,"sku":"dlz1693018011836","barcode":"","position":1,"option1":"01 Yellow","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/f692b5b6e30faa5e56be6d27aae200be.webp","path":"f692b5b6e30faa5e56be6d27aae200be.webp","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":29.58,"min_quantity":1}],"weight":"0","compare_at_price":"29.58","price":"29.58","retail_price":"29.58","available":true,"url":"\/products\/autumn-new-women-casual-cotton-linen-dress-elegant-v-neck-solid-loose-pullover-dress-fashion-long-sleeve-a-line-party-dresses-7645?variant=d787e64a-3f6e-4258-8a26-bfd61250bc3a","available_quantity":1000,"options":[{"name":"Color","value":"01 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":"d787e64a-3f6e-4258-8a26-bfd61250bc3a","product_id":"07f23af3-1fac-4129-8efa-9300e1e43411","title":"01 Yellow-S","weight_unit":"kg","inventory_quantity":1000,"sku":"dlz1693018011836","barcode":"","position":1,"option1":"01 Yellow","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/f692b5b6e30faa5e56be6d27aae200be.webp","path":"f692b5b6e30faa5e56be6d27aae200be.webp","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":29.58,"min_quantity":1}],"weight":"0","compare_at_price":"29.58","price":"29.58","retail_price":"29.58","available":true,"url":"\/products\/autumn-new-women-casual-cotton-linen-dress-elegant-v-neck-solid-loose-pullover-dress-fashion-long-sleeve-a-line-party-dresses-7645?variant=d787e64a-3f6e-4258-8a26-bfd61250bc3a","available_quantity":1000,"options":[{"name":"Color","value":"01 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}
`
}()}