${function() {
const variantData = data.variant || {"id":"f60810ca-66b7-4bdb-952d-3e070eaf4a73","product_id":"56216474-c8cb-4a7c-ad3a-5dbc226b6c5b","title":"Green-S","weight_unit":"lb","inventory_quantity":999,"sku":"WTS100535-GRN00S","barcode":"","position":1,"option1":"Green","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/519c209b8edece0a08c082df286acfcd.jpeg","path":"519c209b8edece0a08c082df286acfcd.jpeg","width":675,"height":900,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":20.99,"min_quantity":1}],"weight":"0","compare_at_price":"32.99","price":"20.99","retail_price":"32.99","available":true,"url":"\/products\/womens-in-a-world-where-you-can-be-anything-be-kind-print-t-shirt-3?variant=f60810ca-66b7-4bdb-952d-3e070eaf4a73","available_quantity":999,"options":[{"name":"Color","value":"Green"},{"name":"Size","value":"S"}],"off_ratio":36,"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":"f60810ca-66b7-4bdb-952d-3e070eaf4a73","product_id":"56216474-c8cb-4a7c-ad3a-5dbc226b6c5b","title":"Green-S","weight_unit":"lb","inventory_quantity":999,"sku":"WTS100535-GRN00S","barcode":"","position":1,"option1":"Green","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/519c209b8edece0a08c082df286acfcd.jpeg","path":"519c209b8edece0a08c082df286acfcd.jpeg","width":675,"height":900,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":20.99,"min_quantity":1}],"weight":"0","compare_at_price":"32.99","price":"20.99","retail_price":"32.99","available":true,"url":"\/products\/womens-in-a-world-where-you-can-be-anything-be-kind-print-t-shirt-3?variant=f60810ca-66b7-4bdb-952d-3e070eaf4a73","available_quantity":999,"options":[{"name":"Color","value":"Green"},{"name":"Size","value":"S"}],"off_ratio":36,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}