${function() {
const variantData = data.variant || {"id":"14eb8ac4-c5a7-45b9-b5f1-b5a3ef2c0dcf","product_id":"689f3a0a-d83e-43f4-a9b3-abef4892613b","title":"Blue-S","weight_unit":"","inventory_quantity":0,"sku":"xtjx52022081212-7-a","barcode":"","position":1,"option1":"Blue","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/a53c2f42a93b26a2fe4b22cbb3c6f477.jpeg","path":"a53c2f42a93b26a2fe4b22cbb3c6f477.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":42.69,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"42.69","retail_price":"0","available":true,"url":"\/products\/vintage-denim-cargo-sling-straight-jumpsuit?variant=14eb8ac4-c5a7-45b9-b5f1-b5a3ef2c0dcf","available_quantity":999999999,"options":[{"name":"Color","value":"Blue"},{"name":"Size","value":"S"}],"off_ratio":0,"flashsale_info":[],"sales":10};
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 : xtjx52022081212-7-a
${function(){
const variantData = data.variant || {"id":"14eb8ac4-c5a7-45b9-b5f1-b5a3ef2c0dcf","product_id":"689f3a0a-d83e-43f4-a9b3-abef4892613b","title":"Blue-S","weight_unit":"","inventory_quantity":0,"sku":"xtjx52022081212-7-a","barcode":"","position":1,"option1":"Blue","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/a53c2f42a93b26a2fe4b22cbb3c6f477.jpeg","path":"a53c2f42a93b26a2fe4b22cbb3c6f477.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":42.69,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"42.69","retail_price":"0","available":true,"url":"\/products\/vintage-denim-cargo-sling-straight-jumpsuit?variant=14eb8ac4-c5a7-45b9-b5f1-b5a3ef2c0dcf","available_quantity":999999999,"options":[{"name":"Color","value":"Blue"},{"name":"Size","value":"S"}],"off_ratio":0,"flashsale_info":[],"sales":10};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}