${function() {
const variantData = data.variant || {"id":"7737097e-8cda-4717-a4db-25e9901e1605","product_id":"00644416-8086-4efc-b9f1-32e1c20843e6","title":"LAKE_BLUE-S","weight_unit":"kg","inventory_quantity":999,"sku":"WD-143752","barcode":"8167778","position":1,"option1":"LAKE_BLUE","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/3b944595c080d1155d21ff698d45c6b7.jpeg","path":"3b944595c080d1155d21ff698d45c6b7.jpeg","width":740,"height":740,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":41.99,"min_quantity":1}],"weight":"86.18","compare_at_price":"68.99","price":"41.99","retail_price":"68.99","available":true,"url":"\/products\/ins4e7d9969a644?variant=7737097e-8cda-4717-a4db-25e9901e1605","available_quantity":999999999,"options":[{"name":"Color","value":"LAKE_BLUE"},{"name":"Size","value":"S"}],"off_ratio":39,"flashsale_info":[],"sales":0};
const saveType = "percentage";
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 : WD-143752
Weight : 86.18kg
Barcode : 8167778
${function(){
const variantData = data.variant || {"id":"7737097e-8cda-4717-a4db-25e9901e1605","product_id":"00644416-8086-4efc-b9f1-32e1c20843e6","title":"LAKE_BLUE-S","weight_unit":"kg","inventory_quantity":999,"sku":"WD-143752","barcode":"8167778","position":1,"option1":"LAKE_BLUE","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/3b944595c080d1155d21ff698d45c6b7.jpeg","path":"3b944595c080d1155d21ff698d45c6b7.jpeg","width":740,"height":740,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":41.99,"min_quantity":1}],"weight":"86.18","compare_at_price":"68.99","price":"41.99","retail_price":"68.99","available":true,"url":"\/products\/ins4e7d9969a644?variant=7737097e-8cda-4717-a4db-25e9901e1605","available_quantity":999999999,"options":[{"name":"Color","value":"LAKE_BLUE"},{"name":"Size","value":"S"}],"off_ratio":39,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}