${function() {
const variantData = data.variant || {"id":"14b27738-a0be-4925-8e70-9fb5f5661a31","product_id":"93e6f82e-8e93-427c-84f4-069d4e8d92ee","title":"Red-S","weight_unit":"lb","inventory_quantity":1000,"sku":"101743610001","barcode":"","position":1,"option1":"Red","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/4ee6484a236bdbd877baa8918c388401.jpeg","path":"4ee6484a236bdbd877baa8918c388401.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":20.99,"min_quantity":1}],"weight":"0","compare_at_price":"34.48","price":"20.99","retail_price":"34.48","available":true,"url":"\/products\/whisper-words-of-wisdom-printed-butterfly-womens-t-shirt?variant=14b27738-a0be-4925-8e70-9fb5f5661a31","available_quantity":1000,"options":[{"name":"Color","value":"Red"},{"name":"Size","value":"S"}],"off_ratio":39,"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.
${function(){
const variantData = data.variant || {"id":"14b27738-a0be-4925-8e70-9fb5f5661a31","product_id":"93e6f82e-8e93-427c-84f4-069d4e8d92ee","title":"Red-S","weight_unit":"lb","inventory_quantity":1000,"sku":"101743610001","barcode":"","position":1,"option1":"Red","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/4ee6484a236bdbd877baa8918c388401.jpeg","path":"4ee6484a236bdbd877baa8918c388401.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":20.99,"min_quantity":1}],"weight":"0","compare_at_price":"34.48","price":"20.99","retail_price":"34.48","available":true,"url":"\/products\/whisper-words-of-wisdom-printed-butterfly-womens-t-shirt?variant=14b27738-a0be-4925-8e70-9fb5f5661a31","available_quantity":1000,"options":[{"name":"Color","value":"Red"},{"name":"Size","value":"S"}],"off_ratio":39,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}