${function() {
const variantData = data.variant || {"id":"d0460e03-2362-4501-86af-4297fd60a0fd","product_id":"8cee99da-06b8-4de3-8501-0366147c75a8","title":"white-S","weight_unit":"g","inventory_quantity":999,"sku":"1740213308902232066","barcode":"","position":1,"option1":"white","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/48561f710b31df9cafdcf3d2547445b4.jpeg","path":"48561f710b31df9cafdcf3d2547445b4.jpeg","width":800,"height":800,"alt":"b8c9d0b32199de9f5c5d92862f0e3928","aspect_ratio":1},"wholesale_price":[{"price":30.18,"min_quantity":1}],"weight":"300","compare_at_price":"0","price":"30.18","retail_price":"0","available":true,"url":"\/products\/loose-letter-print-sports-event-sweatshirt?variant=d0460e03-2362-4501-86af-4297fd60a0fd","available_quantity":999999999,"options":[{"name":"Color","value":"white"},{"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 : 1740213308902232066
Weight : 300g
${function(){
const variantData = data.variant || {"id":"d0460e03-2362-4501-86af-4297fd60a0fd","product_id":"8cee99da-06b8-4de3-8501-0366147c75a8","title":"white-S","weight_unit":"g","inventory_quantity":999,"sku":"1740213308902232066","barcode":"","position":1,"option1":"white","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/48561f710b31df9cafdcf3d2547445b4.jpeg","path":"48561f710b31df9cafdcf3d2547445b4.jpeg","width":800,"height":800,"alt":"b8c9d0b32199de9f5c5d92862f0e3928","aspect_ratio":1},"wholesale_price":[{"price":30.18,"min_quantity":1}],"weight":"300","compare_at_price":"0","price":"30.18","retail_price":"0","available":true,"url":"\/products\/loose-letter-print-sports-event-sweatshirt?variant=d0460e03-2362-4501-86af-4297fd60a0fd","available_quantity":999999999,"options":[{"name":"Color","value":"white"},{"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}
`
}()}