${function() {
const variantData = data.variant || {"id":"2fb7313c-a296-4f40-a771-7b02ee2e5ad0","product_id":"01974652-ab05-4ad6-9e0c-581ea4887adc","title":"yellow-S","weight_unit":"kg","inventory_quantity":200,"sku":"UR0899-yellow-S","barcode":"","position":1,"option1":"yellow","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/a60ed9a00cf74d3db4f2721485da5581.jpeg","path":"a60ed9a00cf74d3db4f2721485da5581.jpeg","width":750,"height":1000,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":38.99,"min_quantity":1}],"weight":"0.26","compare_at_price":"53.99","price":"38.99","retail_price":"53.99","available":true,"url":"\/products\/womens-v-neck-printed-loose-dress?variant=2fb7313c-a296-4f40-a771-7b02ee2e5ad0","available_quantity":200,"options":[{"name":"color","value":"yellow"},{"name":"size","value":"S"}],"off_ratio":28,"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 : UR0899-yellow-S
Weight : 0.26kg
${function(){
const variantData = data.variant || {"id":"2fb7313c-a296-4f40-a771-7b02ee2e5ad0","product_id":"01974652-ab05-4ad6-9e0c-581ea4887adc","title":"yellow-S","weight_unit":"kg","inventory_quantity":200,"sku":"UR0899-yellow-S","barcode":"","position":1,"option1":"yellow","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/a60ed9a00cf74d3db4f2721485da5581.jpeg","path":"a60ed9a00cf74d3db4f2721485da5581.jpeg","width":750,"height":1000,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":38.99,"min_quantity":1}],"weight":"0.26","compare_at_price":"53.99","price":"38.99","retail_price":"53.99","available":true,"url":"\/products\/womens-v-neck-printed-loose-dress?variant=2fb7313c-a296-4f40-a771-7b02ee2e5ad0","available_quantity":200,"options":[{"name":"color","value":"yellow"},{"name":"size","value":"S"}],"off_ratio":28,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}