${function() {
const variantData = data.variant || {"id":"3110c27c-d0e4-44cb-8ec5-4b07bd72c308","product_id":"819a13ec-acfa-4486-9810-d1fcc5d76e42","title":"Yellow-US8","weight_unit":"kg","inventory_quantity":999,"sku":"H3493-Yellow-US8","barcode":"","position":1,"option1":"Yellow","option2":"US8","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/d95302fafd5909b990fd6454ed82a1f8.jpeg","path":"d95302fafd5909b990fd6454ed82a1f8.jpeg","width":600,"height":750,"alt":"","aspect_ratio":0.8},"wholesale_price":[{"price":22.99,"min_quantity":1}],"weight":"0.3","compare_at_price":"68.99","price":"22.99","retail_price":"68.99","available":true,"url":"\/products\/v-neck-summer-polka-dots-boho-holiday-chic-dresses?variant=3110c27c-d0e4-44cb-8ec5-4b07bd72c308","available_quantity":999999999,"options":[{"name":"color","value":"Yellow"},{"name":"size","value":"US8"}],"off_ratio":67,"flashsale_info":[],"sales":0};
const saveType = "percentage";
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 : H3493-Yellow-US8
Weight : 0.3kg
${function(){
const variantData = data.variant || {"id":"3110c27c-d0e4-44cb-8ec5-4b07bd72c308","product_id":"819a13ec-acfa-4486-9810-d1fcc5d76e42","title":"Yellow-US8","weight_unit":"kg","inventory_quantity":999,"sku":"H3493-Yellow-US8","barcode":"","position":1,"option1":"Yellow","option2":"US8","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/d95302fafd5909b990fd6454ed82a1f8.jpeg","path":"d95302fafd5909b990fd6454ed82a1f8.jpeg","width":600,"height":750,"alt":"","aspect_ratio":0.8},"wholesale_price":[{"price":22.99,"min_quantity":1}],"weight":"0.3","compare_at_price":"68.99","price":"22.99","retail_price":"68.99","available":true,"url":"\/products\/v-neck-summer-polka-dots-boho-holiday-chic-dresses?variant=3110c27c-d0e4-44cb-8ec5-4b07bd72c308","available_quantity":999999999,"options":[{"name":"color","value":"Yellow"},{"name":"size","value":"US8"}],"off_ratio":67,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}