${function() {
const variantData = data.variant || {"id":"693a4ea8-9f24-4fb9-967b-78592b66e6d0","product_id":"71de2531-227e-4270-a45b-2b4b37e81bf2","title":"navy blue-One Size","weight_unit":"kg","inventory_quantity":200,"sku":"LC0067-navy blue-One Size","barcode":"","position":1,"option1":"navy blue","option2":"One Size","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/3626f2ffa5b76ff48d6702ff4bc6bb3d.jpeg","path":"3626f2ffa5b76ff48d6702ff4bc6bb3d.jpeg","width":1000,"height":1000,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":28.99,"min_quantity":1}],"weight":"0.05","compare_at_price":"43.99","price":"28.99","retail_price":"43.99","available":true,"url":"\/products\/mini-doll-cute-dress-set-4v8r-jd65-u6ff-uowr-vnty-oy5c-3gxu-lkc3-jcms-8c8p-h0fa-lwdb-m9wp-5yzc-c457-40r5-bodk-s6x9?variant=693a4ea8-9f24-4fb9-967b-78592b66e6d0","available_quantity":200,"options":[{"name":"color","value":"navy blue"},{"name":"size","value":"One Size"}],"off_ratio":34,"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.
Sku : LC0067-navy blue-One Size
Weight : 0.05kg
${function(){
const variantData = data.variant || {"id":"693a4ea8-9f24-4fb9-967b-78592b66e6d0","product_id":"71de2531-227e-4270-a45b-2b4b37e81bf2","title":"navy blue-One Size","weight_unit":"kg","inventory_quantity":200,"sku":"LC0067-navy blue-One Size","barcode":"","position":1,"option1":"navy blue","option2":"One Size","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/3626f2ffa5b76ff48d6702ff4bc6bb3d.jpeg","path":"3626f2ffa5b76ff48d6702ff4bc6bb3d.jpeg","width":1000,"height":1000,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":28.99,"min_quantity":1}],"weight":"0.05","compare_at_price":"43.99","price":"28.99","retail_price":"43.99","available":true,"url":"\/products\/mini-doll-cute-dress-set-4v8r-jd65-u6ff-uowr-vnty-oy5c-3gxu-lkc3-jcms-8c8p-h0fa-lwdb-m9wp-5yzc-c457-40r5-bodk-s6x9?variant=693a4ea8-9f24-4fb9-967b-78592b66e6d0","available_quantity":200,"options":[{"name":"color","value":"navy blue"},{"name":"size","value":"One Size"}],"off_ratio":34,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}