${function() {
const variantData = data.variant || {"id":"db7375b0-79a3-4798-91a3-027f722c657b","product_id":"93f4e5e8-82e9-4e16-8c2d-a5e6410bb13e","title":"Grey-S","weight_unit":"kg","inventory_quantity":1000,"sku":"FN6997-3-S","barcode":"","position":1,"option1":"Grey","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/1727a17a3fe65975521cae7cf9c18e0c.jpeg","path":"1727a17a3fe65975521cae7cf9c18e0c.jpeg","width":800,"height":1200,"alt":"","aspect_ratio":0.6666666666666666},"wholesale_price":[{"price":47.49,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"47.49","retail_price":"0","available":true,"url":"\/products\/elegant-solid-patchwork-half-a-turtleneck-sleeveless-two-pieces?variant=db7375b0-79a3-4798-91a3-027f722c657b","available_quantity":999999999,"options":[{"name":"Color","value":"Grey"},{"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":"db7375b0-79a3-4798-91a3-027f722c657b","product_id":"93f4e5e8-82e9-4e16-8c2d-a5e6410bb13e","title":"Grey-S","weight_unit":"kg","inventory_quantity":1000,"sku":"FN6997-3-S","barcode":"","position":1,"option1":"Grey","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/1727a17a3fe65975521cae7cf9c18e0c.jpeg","path":"1727a17a3fe65975521cae7cf9c18e0c.jpeg","width":800,"height":1200,"alt":"","aspect_ratio":0.6666666666666666},"wholesale_price":[{"price":47.49,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"47.49","retail_price":"0","available":true,"url":"\/products\/elegant-solid-patchwork-half-a-turtleneck-sleeveless-two-pieces?variant=db7375b0-79a3-4798-91a3-027f722c657b","available_quantity":999999999,"options":[{"name":"Color","value":"Grey"},{"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}
`
}()}