${function() {
const variantData = data.variant || {"id":"3be32cc2-3fe6-4f27-9720-f6d6d31e51fe","product_id":"704c7176-c92f-4602-8c14-e13607fe6aee","title":"black-One Size","weight_unit":"kg","inventory_quantity":1000,"sku":"black One Size-35806532","barcode":"","position":1,"option1":"black","option2":"One Size","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/a593e4c95563a95c115a2b9f464cb3fa.jpeg","path":"a593e4c95563a95c115a2b9f464cb3fa.jpeg","width":1500,"height":1500,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":37.15,"min_quantity":1}],"weight":"0","compare_at_price":"37.15","price":"37.15","retail_price":"37.15","available":true,"url":"\/products\/2021-european-and-american-womens-fall-winter-long-sleeved-single-breasted-knit-bag-hip-sweater-dress-208529124528?variant=3be32cc2-3fe6-4f27-9720-f6d6d31e51fe","available_quantity":999999999,"options":[{"name":"Color","value":"black"},{"name":"Size","value":"One Size"}],"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.
Sku : black One Size-35806532
${function(){
const variantData = data.variant || {"id":"3be32cc2-3fe6-4f27-9720-f6d6d31e51fe","product_id":"704c7176-c92f-4602-8c14-e13607fe6aee","title":"black-One Size","weight_unit":"kg","inventory_quantity":1000,"sku":"black One Size-35806532","barcode":"","position":1,"option1":"black","option2":"One Size","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/a593e4c95563a95c115a2b9f464cb3fa.jpeg","path":"a593e4c95563a95c115a2b9f464cb3fa.jpeg","width":1500,"height":1500,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":37.15,"min_quantity":1}],"weight":"0","compare_at_price":"37.15","price":"37.15","retail_price":"37.15","available":true,"url":"\/products\/2021-european-and-american-womens-fall-winter-long-sleeved-single-breasted-knit-bag-hip-sweater-dress-208529124528?variant=3be32cc2-3fe6-4f27-9720-f6d6d31e51fe","available_quantity":999999999,"options":[{"name":"Color","value":"black"},{"name":"Size","value":"One Size"}],"off_ratio":0,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}