${function() {
const variantData = data.variant || {"id":"713834df-e794-481c-957c-00c09a4fec16","product_id":"8385f5d7-3209-4f4b-9f3e-0605f9279ffd","title":"Black-S","weight_unit":"kg","inventory_quantity":999,"sku":"22030219SBE-Black-S","barcode":"","position":1,"option1":"Black","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/d66b3a42d55be9f39e03dfd2a5120791.jpeg","path":"d66b3a42d55be9f39e03dfd2a5120791.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":31.29,"min_quantity":1}],"weight":"0","compare_at_price":"31.29","price":"31.29","retail_price":"31.29","available":true,"url":"\/products\/crew-neck-cotton-dress-hippie-soul-monogram-print?variant=713834df-e794-481c-957c-00c09a4fec16","available_quantity":999999999,"options":[{"name":"Color","value":"Black"},{"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.
Sku : 22030219SBE-Black-S
${function(){
const variantData = data.variant || {"id":"713834df-e794-481c-957c-00c09a4fec16","product_id":"8385f5d7-3209-4f4b-9f3e-0605f9279ffd","title":"Black-S","weight_unit":"kg","inventory_quantity":999,"sku":"22030219SBE-Black-S","barcode":"","position":1,"option1":"Black","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/d66b3a42d55be9f39e03dfd2a5120791.jpeg","path":"d66b3a42d55be9f39e03dfd2a5120791.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":31.29,"min_quantity":1}],"weight":"0","compare_at_price":"31.29","price":"31.29","retail_price":"31.29","available":true,"url":"\/products\/crew-neck-cotton-dress-hippie-soul-monogram-print?variant=713834df-e794-481c-957c-00c09a4fec16","available_quantity":999999999,"options":[{"name":"Color","value":"Black"},{"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}
`
}()}