${function() {
const variantData = data.variant || {"id":"cc8cce12-765b-426b-94c4-e59f18e164bf","product_id":"c5d901c8-d227-4697-99b3-0e0df879cca5","title":"grey-S","weight_unit":"kg","inventory_quantity":200,"sku":"TSLC4665-grey-S","barcode":"","position":2,"option1":"grey","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/3616c70b05766d20178bd54093881a1c.jpeg","path":"3616c70b05766d20178bd54093881a1c.jpeg","width":675,"height":899,"alt":"","aspect_ratio":0.7508342602892102},"wholesale_price":[{"price":26.99,"min_quantity":1}],"weight":"0.26","compare_at_price":"41.99","price":"26.99","retail_price":"41.99","available":true,"url":"\/products\/womens-prone-to-shenanigans-and-malarkey-print-sweatshirt-nf3q?variant=cc8cce12-765b-426b-94c4-e59f18e164bf","available_quantity":200,"options":[{"name":"color","value":"grey"},{"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.
Sku : TSLC4665-grey-S
Weight : 0.26kg
${function(){
const variantData = data.variant || {"id":"cc8cce12-765b-426b-94c4-e59f18e164bf","product_id":"c5d901c8-d227-4697-99b3-0e0df879cca5","title":"grey-S","weight_unit":"kg","inventory_quantity":200,"sku":"TSLC4665-grey-S","barcode":"","position":2,"option1":"grey","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/3616c70b05766d20178bd54093881a1c.jpeg","path":"3616c70b05766d20178bd54093881a1c.jpeg","width":675,"height":899,"alt":"","aspect_ratio":0.7508342602892102},"wholesale_price":[{"price":26.99,"min_quantity":1}],"weight":"0.26","compare_at_price":"41.99","price":"26.99","retail_price":"41.99","available":true,"url":"\/products\/womens-prone-to-shenanigans-and-malarkey-print-sweatshirt-nf3q?variant=cc8cce12-765b-426b-94c4-e59f18e164bf","available_quantity":200,"options":[{"name":"color","value":"grey"},{"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}
`
}()}