${function() {
const variantData = data.variant || {"id":"6a16e1d1-2016-4aeb-bd60-4eca4f04b405","product_id":"2e93e942-93eb-42d8-8858-37f746c4b440","title":"White-s","weight_unit":"kg","inventory_quantity":1000,"sku":"7041272","barcode":"7041272","position":1,"option1":"White","option2":"s","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/0ec545e444b3eb0f9d3af782ed473e07.webp","path":"0ec545e444b3eb0f9d3af782ed473e07.webp","width":579,"height":579,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":22.25,"min_quantity":1}],"weight":"0","compare_at_price":"128.25","price":"22.25","retail_price":"128.25","available":true,"url":"\/products\/chiffon-tights-hip-slim-fashion-white-dress?variant=6a16e1d1-2016-4aeb-bd60-4eca4f04b405","available_quantity":999999999,"options":[{"name":"Color","value":"White"},{"name":"Size","value":"s"}],"off_ratio":83,"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 : 7041272
Barcode : 7041272
${function(){
const variantData = data.variant || {"id":"6a16e1d1-2016-4aeb-bd60-4eca4f04b405","product_id":"2e93e942-93eb-42d8-8858-37f746c4b440","title":"White-s","weight_unit":"kg","inventory_quantity":1000,"sku":"7041272","barcode":"7041272","position":1,"option1":"White","option2":"s","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/0ec545e444b3eb0f9d3af782ed473e07.webp","path":"0ec545e444b3eb0f9d3af782ed473e07.webp","width":579,"height":579,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":22.25,"min_quantity":1}],"weight":"0","compare_at_price":"128.25","price":"22.25","retail_price":"128.25","available":true,"url":"\/products\/chiffon-tights-hip-slim-fashion-white-dress?variant=6a16e1d1-2016-4aeb-bd60-4eca4f04b405","available_quantity":999999999,"options":[{"name":"Color","value":"White"},{"name":"Size","value":"s"}],"off_ratio":83,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}