${function() {
const variantData = data.variant || {"id":"7bf80d16-d83a-4dc3-92f8-b92b78d6b245","product_id":"69d78cf2-4999-45a7-b360-fe62e08bb011","title":"Dark Olive Green-S","weight_unit":"lb","inventory_quantity":1000,"sku":"22113001F-Dark Olive Green-S","barcode":"","position":1,"option1":"Dark Olive Green","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/ddeb82534f7df7a330daebd26e879a6b.jpeg","path":"ddeb82534f7df7a330daebd26e879a6b.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":23.99,"min_quantity":1}],"weight":"0","compare_at_price":"34.48","price":"23.99","retail_price":"34.48","available":true,"url":"\/products\/life-is-a-trip-long-sleeve-shirts?variant=7bf80d16-d83a-4dc3-92f8-b92b78d6b245","available_quantity":1000,"options":[{"name":"Color","value":"Dark Olive Green"},{"name":"Size","value":"S"}],"off_ratio":30,"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 : 22113001F-Dark Olive Green-S
${function(){
const variantData = data.variant || {"id":"7bf80d16-d83a-4dc3-92f8-b92b78d6b245","product_id":"69d78cf2-4999-45a7-b360-fe62e08bb011","title":"Dark Olive Green-S","weight_unit":"lb","inventory_quantity":1000,"sku":"22113001F-Dark Olive Green-S","barcode":"","position":1,"option1":"Dark Olive Green","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/ddeb82534f7df7a330daebd26e879a6b.jpeg","path":"ddeb82534f7df7a330daebd26e879a6b.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":23.99,"min_quantity":1}],"weight":"0","compare_at_price":"34.48","price":"23.99","retail_price":"34.48","available":true,"url":"\/products\/life-is-a-trip-long-sleeve-shirts?variant=7bf80d16-d83a-4dc3-92f8-b92b78d6b245","available_quantity":1000,"options":[{"name":"Color","value":"Dark Olive Green"},{"name":"Size","value":"S"}],"off_ratio":30,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}