${function() {
const variantData = data.variant || {"id":"d0c509fc-0c1f-4639-af63-5e0c305609eb","product_id":"86678649-f411-45f8-afc1-8bfd171fadf3","title":"Dead leaves-S","weight_unit":"g","inventory_quantity":0,"sku":"EA241204109_DL_S","barcode":"","position":1,"option1":"Dead leaves","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/ef31577eb0a85aa4edd804f0a990cbef.jpeg","path":"ef31577eb0a85aa4edd804f0a990cbef.jpeg","width":800,"height":1000,"alt":"","aspect_ratio":0.8},"wholesale_price":[{"price":39.99,"min_quantity":1}],"weight":"300","compare_at_price":"0","price":"39.99","retail_price":"0","available":true,"url":"\/products\/outdoor-scenery-print-sweatshirt-ea241204109-1?variant=d0c509fc-0c1f-4639-af63-5e0c305609eb","available_quantity":999999999,"options":[{"name":"Color","value":"Dead leaves"},{"name":"Size","value":"S"}],"off_ratio":0,"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 : EA241204109_DL_S
Weight : 300g
${function(){
const variantData = data.variant || {"id":"d0c509fc-0c1f-4639-af63-5e0c305609eb","product_id":"86678649-f411-45f8-afc1-8bfd171fadf3","title":"Dead leaves-S","weight_unit":"g","inventory_quantity":0,"sku":"EA241204109_DL_S","barcode":"","position":1,"option1":"Dead leaves","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/ef31577eb0a85aa4edd804f0a990cbef.jpeg","path":"ef31577eb0a85aa4edd804f0a990cbef.jpeg","width":800,"height":1000,"alt":"","aspect_ratio":0.8},"wholesale_price":[{"price":39.99,"min_quantity":1}],"weight":"300","compare_at_price":"0","price":"39.99","retail_price":"0","available":true,"url":"\/products\/outdoor-scenery-print-sweatshirt-ea241204109-1?variant=d0c509fc-0c1f-4639-af63-5e0c305609eb","available_quantity":999999999,"options":[{"name":"Color","value":"Dead leaves"},{"name":"Size","value":"S"}],"off_ratio":0,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}