${function() {
const variantData = data.variant || {"id":"c497fdb2-16de-44c9-ab99-11e838ad6fb8","product_id":"40e83cfa-556b-4994-8f77-86fab26fd330","title":"LightGrey-S","weight_unit":"g","inventory_quantity":0,"sku":"EA231101645_LGY_S","barcode":"","position":1,"option1":"LightGrey","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/e639dd812cb5b08e717a769f1f790cc2.jpeg","path":"e639dd812cb5b08e717a769f1f790cc2.jpeg","width":1000,"height":1000,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":17.99,"min_quantity":1}],"weight":"300","compare_at_price":"32","price":"17.99","retail_price":"32","available":true,"url":"\/products\/walk-in-a-straight-line-printed-mens-t-shirt-ea231101645-1?variant=c497fdb2-16de-44c9-ab99-11e838ad6fb8","available_quantity":999999999,"options":[{"name":"Color","value":"LightGrey"},{"name":"Size","value":"S"}],"off_ratio":44,"flashsale_info":[],"sales":6};
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 : EA231101645_LGY_S
Weight : 300g
${function(){
const variantData = data.variant || {"id":"c497fdb2-16de-44c9-ab99-11e838ad6fb8","product_id":"40e83cfa-556b-4994-8f77-86fab26fd330","title":"LightGrey-S","weight_unit":"g","inventory_quantity":0,"sku":"EA231101645_LGY_S","barcode":"","position":1,"option1":"LightGrey","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/e639dd812cb5b08e717a769f1f790cc2.jpeg","path":"e639dd812cb5b08e717a769f1f790cc2.jpeg","width":1000,"height":1000,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":17.99,"min_quantity":1}],"weight":"300","compare_at_price":"32","price":"17.99","retail_price":"32","available":true,"url":"\/products\/walk-in-a-straight-line-printed-mens-t-shirt-ea231101645-1?variant=c497fdb2-16de-44c9-ab99-11e838ad6fb8","available_quantity":999999999,"options":[{"name":"Color","value":"LightGrey"},{"name":"Size","value":"S"}],"off_ratio":44,"flashsale_info":[],"sales":6};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}