${function() {
const variantData = data.variant || {"id":"7f8ca0a6-8fba-4973-9b0a-9dd89e648806","product_id":"18533c74-cfdf-4b45-a0a2-17714bcf141a","title":"white-S","weight_unit":"g","inventory_quantity":999,"sku":"1660474988523732994","barcode":"","position":1,"option1":"white","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/c09347acd9f6e0f1a263c012a53f26d8.jpeg","path":"c09347acd9f6e0f1a263c012a53f26d8.jpeg","width":1300,"height":1300,"alt":"9ceca745cf132ee4469edd08907fafcf","aspect_ratio":1},"wholesale_price":[{"price":27.44,"min_quantity":1}],"weight":"500","compare_at_price":"0","price":"27.44","retail_price":"0","available":true,"url":"\/products\/mens-smiley-shorts-performance-shorts?variant=7f8ca0a6-8fba-4973-9b0a-9dd89e648806","available_quantity":999999999,"options":[{"name":"Color","value":"white"},{"name":"Size","value":"S"}],"off_ratio":0,"flashsale_info":[],"sales":0};
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 : 1660474988523732994
Weight : 500g
${function(){
const variantData = data.variant || {"id":"7f8ca0a6-8fba-4973-9b0a-9dd89e648806","product_id":"18533c74-cfdf-4b45-a0a2-17714bcf141a","title":"white-S","weight_unit":"g","inventory_quantity":999,"sku":"1660474988523732994","barcode":"","position":1,"option1":"white","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/c09347acd9f6e0f1a263c012a53f26d8.jpeg","path":"c09347acd9f6e0f1a263c012a53f26d8.jpeg","width":1300,"height":1300,"alt":"9ceca745cf132ee4469edd08907fafcf","aspect_ratio":1},"wholesale_price":[{"price":27.44,"min_quantity":1}],"weight":"500","compare_at_price":"0","price":"27.44","retail_price":"0","available":true,"url":"\/products\/mens-smiley-shorts-performance-shorts?variant=7f8ca0a6-8fba-4973-9b0a-9dd89e648806","available_quantity":999999999,"options":[{"name":"Color","value":"white"},{"name":"Size","value":"S"}],"off_ratio":0,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}