${function() {
const variantData = data.variant || {"id":"ef265ca5-d5b6-4e4d-80c9-2624c39a3a31","product_id":"446f64c8-3d23-409c-b33d-53fff30528df","title":"Yellow-S","weight_unit":"kg","inventory_quantity":1000,"sku":"Yellow S-28256434","barcode":"","position":1,"option1":"Yellow","option2":"S","option3":"","note":"","image":null,"wholesale_price":[{"price":32.78,"min_quantity":1}],"weight":"0","compare_at_price":"32.78","price":"32.78","retail_price":"32.78","available":true,"url":"\/products\/new-spring-european-and-american-fashion-solid-color-loose-cotton-and-linen-split-dress-women-208528493661?variant=ef265ca5-d5b6-4e4d-80c9-2624c39a3a31","available_quantity":999999999,"options":[{"name":"Color","value":"Yellow"},{"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.
${function(){
const variantData = data.variant || {"id":"ef265ca5-d5b6-4e4d-80c9-2624c39a3a31","product_id":"446f64c8-3d23-409c-b33d-53fff30528df","title":"Yellow-S","weight_unit":"kg","inventory_quantity":1000,"sku":"Yellow S-28256434","barcode":"","position":1,"option1":"Yellow","option2":"S","option3":"","note":"","image":null,"wholesale_price":[{"price":32.78,"min_quantity":1}],"weight":"0","compare_at_price":"32.78","price":"32.78","retail_price":"32.78","available":true,"url":"\/products\/new-spring-european-and-american-fashion-solid-color-loose-cotton-and-linen-split-dress-women-208528493661?variant=ef265ca5-d5b6-4e4d-80c9-2624c39a3a31","available_quantity":999999999,"options":[{"name":"Color","value":"Yellow"},{"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}
`
}()}