${function() {
const variantData = data.variant || {"id":"c67a41b9-d1a1-42f7-b01c-ad792a0043d2","product_id":"1b6111a3-14a7-497a-b6a9-e79715e1ec9e","title":"Yellow-US6","weight_unit":"kg","inventory_quantity":999,"sku":"P1232-Yellow-US6","barcode":"","position":1,"option1":"Yellow","option2":"US6","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/ab810d8f244cf08b63aa6fdd30f655a5.jpeg","path":"ab810d8f244cf08b63aa6fdd30f655a5.jpeg","width":600,"height":750,"alt":"","aspect_ratio":0.8},"wholesale_price":[{"price":27.59,"min_quantity":1}],"weight":"0.2","compare_at_price":"84.79","price":"27.59","retail_price":"84.79","available":true,"url":"\/products\/sunflower-spaghetti-strap-casual-dress-with-coat?variant=c67a41b9-d1a1-42f7-b01c-ad792a0043d2","available_quantity":999999999,"options":[{"name":"color","value":"Yellow"},{"name":"size","value":"US6"}],"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 : P1232-Yellow-US6
Weight : 0.2kg
${function(){
const variantData = data.variant || {"id":"c67a41b9-d1a1-42f7-b01c-ad792a0043d2","product_id":"1b6111a3-14a7-497a-b6a9-e79715e1ec9e","title":"Yellow-US6","weight_unit":"kg","inventory_quantity":999,"sku":"P1232-Yellow-US6","barcode":"","position":1,"option1":"Yellow","option2":"US6","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/ab810d8f244cf08b63aa6fdd30f655a5.jpeg","path":"ab810d8f244cf08b63aa6fdd30f655a5.jpeg","width":600,"height":750,"alt":"","aspect_ratio":0.8},"wholesale_price":[{"price":27.59,"min_quantity":1}],"weight":"0.2","compare_at_price":"84.79","price":"27.59","retail_price":"84.79","available":true,"url":"\/products\/sunflower-spaghetti-strap-casual-dress-with-coat?variant=c67a41b9-d1a1-42f7-b01c-ad792a0043d2","available_quantity":999999999,"options":[{"name":"color","value":"Yellow"},{"name":"size","value":"US6"}],"off_ratio":67,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}