${function() {
const variantData = data.variant || {"id":"e497cf44-0aae-4b24-bf1c-fc3be4b26d7a","title":"Blue-L","weight_unit":"kg","inventory_quantity":999,"sku":"YLWD2011Q-Blue-L","barcode":"","position":1,"option1":"Blue","option2":"L","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/ce57bf78d3dd2aa1f56ce6eeb978aee7.jpeg","path":"ce57bf78d3dd2aa1f56ce6eeb978aee7.jpeg","width":800,"height":1000,"alt":"","aspect_ratio":0.8},"wholesale_price":[{"price":11.69,"min_quantity":1}],"weight":"0.35","compare_at_price":"0","price":"11.69","retail_price":"0","available":true,"url":"\/products\/ruched-v-neck-long-sleeve-dress?variant=e497cf44-0aae-4b24-bf1c-fc3be4b26d7a","available_quantity":999999999,"options":[{"name":"Color","value":"Blue"},{"name":"Size","value":"L"}],"off_ratio":0,"flashsale_info":[],"sales":0};
const saveType = "amount";
const saveText = "Save {{saved_amount}}";
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 : YLWD2011Q-Blue-L
Weight : 0.35kg
${function(){
const variantData = data.variant || {"id":"e497cf44-0aae-4b24-bf1c-fc3be4b26d7a","title":"Blue-L","weight_unit":"kg","inventory_quantity":999,"sku":"YLWD2011Q-Blue-L","barcode":"","position":1,"option1":"Blue","option2":"L","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/ce57bf78d3dd2aa1f56ce6eeb978aee7.jpeg","path":"ce57bf78d3dd2aa1f56ce6eeb978aee7.jpeg","width":800,"height":1000,"alt":"","aspect_ratio":0.8},"wholesale_price":[{"price":11.69,"min_quantity":1}],"weight":"0.35","compare_at_price":"0","price":"11.69","retail_price":"0","available":true,"url":"\/products\/ruched-v-neck-long-sleeve-dress?variant=e497cf44-0aae-4b24-bf1c-fc3be4b26d7a","available_quantity":999999999,"options":[{"name":"Color","value":"Blue"},{"name":"Size","value":"L"}],"off_ratio":0,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}