${function() {
const variantData = data.variant || {"id":"331bc7ca-5804-4eac-b5a5-28b3cc645a12","product_id":"d289f7a5-acdc-490a-821f-b5c812a60ad0","title":"yellow-S","weight_unit":"kg","inventory_quantity":200,"sku":"TSLC4580-yellow-S","barcode":"","position":1,"option1":"yellow","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/82f5fa81c488100214eef780beeb8ff4.jpeg","path":"82f5fa81c488100214eef780beeb8ff4.jpeg","width":675,"height":899,"alt":"","aspect_ratio":0.7508342602892102},"wholesale_price":[{"price":21.99,"min_quantity":1}],"weight":"0.26","compare_at_price":"36.99","price":"21.99","retail_price":"36.99","available":true,"url":"\/products\/womens-glitter-mardi-gras-print-casual-v-neck-tee?variant=331bc7ca-5804-4eac-b5a5-28b3cc645a12","available_quantity":200,"options":[{"name":"color","value":"yellow"},{"name":"size","value":"S"}],"off_ratio":41,"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 : TSLC4580-yellow-S
Weight : 0.26kg
${function(){
const variantData = data.variant || {"id":"331bc7ca-5804-4eac-b5a5-28b3cc645a12","product_id":"d289f7a5-acdc-490a-821f-b5c812a60ad0","title":"yellow-S","weight_unit":"kg","inventory_quantity":200,"sku":"TSLC4580-yellow-S","barcode":"","position":1,"option1":"yellow","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/82f5fa81c488100214eef780beeb8ff4.jpeg","path":"82f5fa81c488100214eef780beeb8ff4.jpeg","width":675,"height":899,"alt":"","aspect_ratio":0.7508342602892102},"wholesale_price":[{"price":21.99,"min_quantity":1}],"weight":"0.26","compare_at_price":"36.99","price":"21.99","retail_price":"36.99","available":true,"url":"\/products\/womens-glitter-mardi-gras-print-casual-v-neck-tee?variant=331bc7ca-5804-4eac-b5a5-28b3cc645a12","available_quantity":200,"options":[{"name":"color","value":"yellow"},{"name":"size","value":"S"}],"off_ratio":41,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}