${function() {
const variantData = data.variant || {"id":"49a0c783-391d-461d-8ced-3488d9c27ef6","product_id":"16b81151-94d7-486b-b2cb-b9e6e401e488","title":"Black-xs","weight_unit":"kg","inventory_quantity":1000,"sku":"6859190","barcode":"6859190","position":1,"option1":"Black","option2":"xs","option3":"","note":"","image":null,"wholesale_price":[{"price":21.25,"min_quantity":1}],"weight":"0","compare_at_price":"128.25","price":"21.25","retail_price":"128.25","available":true,"url":"\/products\/fashion-tube-top-sleeveless-slim-zipper-sweet-dress?variant=49a0c783-391d-461d-8ced-3488d9c27ef6","available_quantity":999999999,"options":[{"name":"Color","value":"Black"},{"name":"Size","value":"xs"}],"off_ratio":83,"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 : 6859190
Barcode : 6859190
${function(){
const variantData = data.variant || {"id":"49a0c783-391d-461d-8ced-3488d9c27ef6","product_id":"16b81151-94d7-486b-b2cb-b9e6e401e488","title":"Black-xs","weight_unit":"kg","inventory_quantity":1000,"sku":"6859190","barcode":"6859190","position":1,"option1":"Black","option2":"xs","option3":"","note":"","image":null,"wholesale_price":[{"price":21.25,"min_quantity":1}],"weight":"0","compare_at_price":"128.25","price":"21.25","retail_price":"128.25","available":true,"url":"\/products\/fashion-tube-top-sleeveless-slim-zipper-sweet-dress?variant=49a0c783-391d-461d-8ced-3488d9c27ef6","available_quantity":999999999,"options":[{"name":"Color","value":"Black"},{"name":"Size","value":"xs"}],"off_ratio":83,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}