${function() {
const variantData = data.variant || {"id":"1403a956-bee3-4bcc-a6b1-57b855ff606c","product_id":"0b9c6534-7e35-4a2e-ac36-c544c33e251a","title":"Yellow-s","weight_unit":"kg","inventory_quantity":1000,"sku":"6128148","barcode":"6128148","position":1,"option1":"Yellow","option2":"s","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/95c365903f0635979a47e6d523e2559a.webp","path":"95c365903f0635979a47e6d523e2559a.webp","width":1080,"height":1080,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":27.2,"min_quantity":1}],"weight":"0.26","compare_at_price":"68.01","price":"27.2","retail_price":"68.01","available":true,"url":"\/products\/d9258782e4ed?variant=1403a956-bee3-4bcc-a6b1-57b855ff606c","available_quantity":999999999,"options":[{"name":"Color","value":"Yellow"},{"name":"Size","value":"s"}],"off_ratio":60,"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 : 6128148
Weight : 0.26kg
Barcode : 6128148
${function(){
const variantData = data.variant || {"id":"1403a956-bee3-4bcc-a6b1-57b855ff606c","product_id":"0b9c6534-7e35-4a2e-ac36-c544c33e251a","title":"Yellow-s","weight_unit":"kg","inventory_quantity":1000,"sku":"6128148","barcode":"6128148","position":1,"option1":"Yellow","option2":"s","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/95c365903f0635979a47e6d523e2559a.webp","path":"95c365903f0635979a47e6d523e2559a.webp","width":1080,"height":1080,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":27.2,"min_quantity":1}],"weight":"0.26","compare_at_price":"68.01","price":"27.2","retail_price":"68.01","available":true,"url":"\/products\/d9258782e4ed?variant=1403a956-bee3-4bcc-a6b1-57b855ff606c","available_quantity":999999999,"options":[{"name":"Color","value":"Yellow"},{"name":"Size","value":"s"}],"off_ratio":60,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}