${function() {
const variantData = data.variant || {"id":"fa18f50d-83d6-4a0a-813e-a2de22cbea8e","product_id":"d7d01466-ebf1-424c-9e1a-d419c67c3b35","title":"Same As Photo-s","weight_unit":"kg","inventory_quantity":1000,"sku":"4452246","barcode":"4452246","position":1,"option1":"Same As Photo","option2":"s","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/4980ba87182d933fc577059165e75fd6.jpeg","path":"4980ba87182d933fc577059165e75fd6.jpeg","width":640,"height":643,"alt":"","aspect_ratio":0.995334370139969},"wholesale_price":[{"price":19.95,"min_quantity":1}],"weight":"0.1","compare_at_price":"15.95","price":"19.95","retail_price":"15.95","available":true,"url":"\/products\/casual-wave-pattern-sleeveless-mini-dress-1?variant=fa18f50d-83d6-4a0a-813e-a2de22cbea8e","available_quantity":999999999,"options":[{"name":"Color","value":"Same As Photo"},{"name":"Size","value":"s"}],"off_ratio":0,"flashsale_info":[],"sales":0};
const saveType = "percentage";
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.
Sku : 4452246
Weight : 0.1kg
Barcode : 4452246
${function(){
const variantData = data.variant || {"id":"fa18f50d-83d6-4a0a-813e-a2de22cbea8e","product_id":"d7d01466-ebf1-424c-9e1a-d419c67c3b35","title":"Same As Photo-s","weight_unit":"kg","inventory_quantity":1000,"sku":"4452246","barcode":"4452246","position":1,"option1":"Same As Photo","option2":"s","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/4980ba87182d933fc577059165e75fd6.jpeg","path":"4980ba87182d933fc577059165e75fd6.jpeg","width":640,"height":643,"alt":"","aspect_ratio":0.995334370139969},"wholesale_price":[{"price":19.95,"min_quantity":1}],"weight":"0.1","compare_at_price":"15.95","price":"19.95","retail_price":"15.95","available":true,"url":"\/products\/casual-wave-pattern-sleeveless-mini-dress-1?variant=fa18f50d-83d6-4a0a-813e-a2de22cbea8e","available_quantity":999999999,"options":[{"name":"Color","value":"Same As Photo"},{"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}
`
}()}