${function() {
const variantData = data.variant || {"id":"cde55bfc-dde5-4d8e-b0e8-4d7bb124bd54","product_id":"7ec610e3-7e38-409d-9c1c-3d4c2df5b915","title":"Khaki-S","weight_unit":"kg","inventory_quantity":1000,"sku":"FN7055-1-S","barcode":"","position":1,"option1":"Khaki","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/bb46a31d77525d05906c25a863be7e5d.jpeg","path":"bb46a31d77525d05906c25a863be7e5d.jpeg","width":800,"height":1200,"alt":"","aspect_ratio":0.6666666666666666},"wholesale_price":[{"price":42.49,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"42.49","retail_price":"0","available":true,"url":"\/products\/sexy-casual-heart-shaped-patchwork-backless-hot-drill-spaghetti-strap-sleeveless-two-pieces?variant=cde55bfc-dde5-4d8e-b0e8-4d7bb124bd54","available_quantity":999999999,"options":[{"name":"Color","value":"Khaki"},{"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":"cde55bfc-dde5-4d8e-b0e8-4d7bb124bd54","product_id":"7ec610e3-7e38-409d-9c1c-3d4c2df5b915","title":"Khaki-S","weight_unit":"kg","inventory_quantity":1000,"sku":"FN7055-1-S","barcode":"","position":1,"option1":"Khaki","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/bb46a31d77525d05906c25a863be7e5d.jpeg","path":"bb46a31d77525d05906c25a863be7e5d.jpeg","width":800,"height":1200,"alt":"","aspect_ratio":0.6666666666666666},"wholesale_price":[{"price":42.49,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"42.49","retail_price":"0","available":true,"url":"\/products\/sexy-casual-heart-shaped-patchwork-backless-hot-drill-spaghetti-strap-sleeveless-two-pieces?variant=cde55bfc-dde5-4d8e-b0e8-4d7bb124bd54","available_quantity":999999999,"options":[{"name":"Color","value":"Khaki"},{"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}
`
}()}