${function() {
const variantData = data.variant || {"id":"d2811800-e08c-42f8-b79a-cc7617782ca3","product_id":"5be0dcf4-bbf2-4a43-8dd9-62bede3c4500","title":"Champagne-S","weight_unit":"kg","inventory_quantity":1000,"sku":"QZHYLT8Jzn-Champagne-S","barcode":"","position":1,"option1":"Champagne","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/4099e3e7b9cdb3898fc36811dfdc0259.jpeg","path":"4099e3e7b9cdb3898fc36811dfdc0259.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":20.99,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"20.99","retail_price":"0","available":true,"url":"\/products\/satin-v-neck-sleeveless-shirt?variant=d2811800-e08c-42f8-b79a-cc7617782ca3","available_quantity":999999999,"options":[{"name":"Color","value":"Champagne"},{"name":"Size","value":"S"}],"off_ratio":0,"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 : QZHYLT8Jzn-Champagne-S
${function(){
const variantData = data.variant || {"id":"d2811800-e08c-42f8-b79a-cc7617782ca3","product_id":"5be0dcf4-bbf2-4a43-8dd9-62bede3c4500","title":"Champagne-S","weight_unit":"kg","inventory_quantity":1000,"sku":"QZHYLT8Jzn-Champagne-S","barcode":"","position":1,"option1":"Champagne","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/4099e3e7b9cdb3898fc36811dfdc0259.jpeg","path":"4099e3e7b9cdb3898fc36811dfdc0259.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":20.99,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"20.99","retail_price":"0","available":true,"url":"\/products\/satin-v-neck-sleeveless-shirt?variant=d2811800-e08c-42f8-b79a-cc7617782ca3","available_quantity":999999999,"options":[{"name":"Color","value":"Champagne"},{"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}
`
}()}