${function() {
const variantData = data.variant || {"id":"08709168-7331-486f-807e-63f2a1b04723","product_id":"7d8b29ed-0d2a-4e50-8b07-fc99d50d9efa","title":"White-US6","weight_unit":"kg","inventory_quantity":999,"sku":"T0229-White-US6","barcode":"","position":1,"option1":"White","option2":"US6","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/72cf45f69f7aa2bf51bac56576133ec0.jpeg","path":"72cf45f69f7aa2bf51bac56576133ec0.jpeg","width":600,"height":750,"alt":"","aspect_ratio":0.8},"wholesale_price":[{"price":27.8,"min_quantity":1}],"weight":"0.13","compare_at_price":"100","price":"27.8","retail_price":"100","available":true,"url":"\/products\/stitching-pleated-dress-sexy-milky-white-mesh-lace-evening-dress-skirts?variant=08709168-7331-486f-807e-63f2a1b04723","available_quantity":999999999,"options":[{"name":"color","value":"White"},{"name":"size","value":"US6"}],"off_ratio":72,"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 : T0229-White-US6
Weight : 0.13kg
${function(){
const variantData = data.variant || {"id":"08709168-7331-486f-807e-63f2a1b04723","product_id":"7d8b29ed-0d2a-4e50-8b07-fc99d50d9efa","title":"White-US6","weight_unit":"kg","inventory_quantity":999,"sku":"T0229-White-US6","barcode":"","position":1,"option1":"White","option2":"US6","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/72cf45f69f7aa2bf51bac56576133ec0.jpeg","path":"72cf45f69f7aa2bf51bac56576133ec0.jpeg","width":600,"height":750,"alt":"","aspect_ratio":0.8},"wholesale_price":[{"price":27.8,"min_quantity":1}],"weight":"0.13","compare_at_price":"100","price":"27.8","retail_price":"100","available":true,"url":"\/products\/stitching-pleated-dress-sexy-milky-white-mesh-lace-evening-dress-skirts?variant=08709168-7331-486f-807e-63f2a1b04723","available_quantity":999999999,"options":[{"name":"color","value":"White"},{"name":"size","value":"US6"}],"off_ratio":72,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}