${function() {
const variantData = data.variant || {"id":"5c92c030-98fe-4e31-b06b-95e9eb78e7d3","product_id":"ed6fd8f1-c67c-4fe1-a1af-d87d84aedb40","title":"BLACK-S","weight_unit":"kg","inventory_quantity":999,"sku":"WD-303263","barcode":"","position":1,"option1":"BLACK","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/1a15b74841f44796b9ba556ad2e0ca8a.jpeg","path":"1a15b74841f44796b9ba556ad2e0ca8a.jpeg","width":1000,"height":1000,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":41.99,"min_quantity":1}],"weight":"0","compare_at_price":"68.99","price":"41.99","retail_price":"68.99","available":true,"url":"\/products\/a7pu05icxuj5w?variant=5c92c030-98fe-4e31-b06b-95e9eb78e7d3","available_quantity":999999999,"options":[{"name":"Color","value":"BLACK"},{"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.
${function(){
const variantData = data.variant || {"id":"5c92c030-98fe-4e31-b06b-95e9eb78e7d3","product_id":"ed6fd8f1-c67c-4fe1-a1af-d87d84aedb40","title":"BLACK-S","weight_unit":"kg","inventory_quantity":999,"sku":"WD-303263","barcode":"","position":1,"option1":"BLACK","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/1a15b74841f44796b9ba556ad2e0ca8a.jpeg","path":"1a15b74841f44796b9ba556ad2e0ca8a.jpeg","width":1000,"height":1000,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":41.99,"min_quantity":1}],"weight":"0","compare_at_price":"68.99","price":"41.99","retail_price":"68.99","available":true,"url":"\/products\/a7pu05icxuj5w?variant=5c92c030-98fe-4e31-b06b-95e9eb78e7d3","available_quantity":999999999,"options":[{"name":"Color","value":"BLACK"},{"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}
`
}()}