${function() {
const variantData = data.variant || {"id":"6ed2b8ad-e4f9-4263-b2b4-63d6aff08a18","product_id":"5658ea87-bab7-447b-a1e8-b6cb10f3056c","title":"1-M","weight_unit":"kg","inventory_quantity":999,"sku":"3256804840929199_1_M","barcode":"","position":1,"option1":"1","option2":"M","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/637b113df31eeac2d5b58de3251a3dd0.jpeg","path":"637b113df31eeac2d5b58de3251a3dd0.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":23.94,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"23.94","retail_price":"0","available":true,"url":"\/products\/2022-spring-and-autumn-mens-youth-long-sleeved-stitching-sweatshin-casual-trend-fighting-bottom-casual-korean-top-o9yw?variant=6ed2b8ad-e4f9-4263-b2b4-63d6aff08a18","available_quantity":999999999,"options":[{"name":"Color","value":"1"},{"name":"Size","value":"M"}],"off_ratio":0,"flashsale_info":[],"sales":996};
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 : 3256804840929199_1_M
${function(){
const variantData = data.variant || {"id":"6ed2b8ad-e4f9-4263-b2b4-63d6aff08a18","product_id":"5658ea87-bab7-447b-a1e8-b6cb10f3056c","title":"1-M","weight_unit":"kg","inventory_quantity":999,"sku":"3256804840929199_1_M","barcode":"","position":1,"option1":"1","option2":"M","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/637b113df31eeac2d5b58de3251a3dd0.jpeg","path":"637b113df31eeac2d5b58de3251a3dd0.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":23.94,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"23.94","retail_price":"0","available":true,"url":"\/products\/2022-spring-and-autumn-mens-youth-long-sleeved-stitching-sweatshin-casual-trend-fighting-bottom-casual-korean-top-o9yw?variant=6ed2b8ad-e4f9-4263-b2b4-63d6aff08a18","available_quantity":999999999,"options":[{"name":"Color","value":"1"},{"name":"Size","value":"M"}],"off_ratio":0,"flashsale_info":[],"sales":996};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}