${function() {
const variantData = data.variant || {"id":"e8ba07e6-9d72-4262-8a37-737276189bee","product_id":"ae890c79-12fe-429a-a377-ee53639f80d8","title":"White-S","weight_unit":"kg","inventory_quantity":1000,"sku":"dlz1693018170935","barcode":"","position":1,"option1":"White","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/f1961530f1fd99543b04b9b5089a9c05.jpeg","path":"f1961530f1fd99543b04b9b5089a9c05.jpeg","width":1200,"height":1600,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":34.29,"min_quantity":1}],"weight":"0","compare_at_price":"34.29","price":"34.29","retail_price":"34.29","available":true,"url":"\/products\/women-casual-beach-dress-shift-daily-paneled-crew-neck-summer-dresses-7269?variant=e8ba07e6-9d72-4262-8a37-737276189bee","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":"e8ba07e6-9d72-4262-8a37-737276189bee","product_id":"ae890c79-12fe-429a-a377-ee53639f80d8","title":"White-S","weight_unit":"kg","inventory_quantity":1000,"sku":"dlz1693018170935","barcode":"","position":1,"option1":"White","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/f1961530f1fd99543b04b9b5089a9c05.jpeg","path":"f1961530f1fd99543b04b9b5089a9c05.jpeg","width":1200,"height":1600,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":34.29,"min_quantity":1}],"weight":"0","compare_at_price":"34.29","price":"34.29","retail_price":"34.29","available":true,"url":"\/products\/women-casual-beach-dress-shift-daily-paneled-crew-neck-summer-dresses-7269?variant=e8ba07e6-9d72-4262-8a37-737276189bee","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}
`
}()}