${function() {
const variantData = data.variant || {"id":"a52b5fbf-1c9c-425d-b6e7-db69e5f7f603","product_id":"9b961e8e-9742-47eb-8d07-7134070e5e88","title":"01 White-S","weight_unit":"kg","inventory_quantity":500,"sku":"3256805490886806_01 White_S","barcode":"","position":1,"option1":"01 White","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/eb95e51bcb2486e34ccb7bb15795ab5f.jpeg","path":"eb95e51bcb2486e34ccb7bb15795ab5f.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":19.3,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"19.3","retail_price":"0","available":true,"url":"\/products\/2023-summer-casual-oversize-t-shirt-men-fashion-graphic-printing-short-sleeve-t-shirts-streetwear-mens-casual-loose-o-neck-tees?variant=a52b5fbf-1c9c-425d-b6e7-db69e5f7f603","available_quantity":999999999,"options":[{"name":"Color","value":"01 White"},{"name":"Size","value":"S"}],"off_ratio":0,"flashsale_info":[],"sales":31};
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 : 3256805490886806_01 White_S
${function(){
const variantData = data.variant || {"id":"a52b5fbf-1c9c-425d-b6e7-db69e5f7f603","product_id":"9b961e8e-9742-47eb-8d07-7134070e5e88","title":"01 White-S","weight_unit":"kg","inventory_quantity":500,"sku":"3256805490886806_01 White_S","barcode":"","position":1,"option1":"01 White","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/eb95e51bcb2486e34ccb7bb15795ab5f.jpeg","path":"eb95e51bcb2486e34ccb7bb15795ab5f.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":19.3,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"19.3","retail_price":"0","available":true,"url":"\/products\/2023-summer-casual-oversize-t-shirt-men-fashion-graphic-printing-short-sleeve-t-shirts-streetwear-mens-casual-loose-o-neck-tees?variant=a52b5fbf-1c9c-425d-b6e7-db69e5f7f603","available_quantity":999999999,"options":[{"name":"Color","value":"01 White"},{"name":"Size","value":"S"}],"off_ratio":0,"flashsale_info":[],"sales":31};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}