${function() {
const variantData = data.variant || {"id":"eddcdb80-a37c-4991-a417-48cb09646520","product_id":"7970f56e-8210-465b-8470-35901627a80f","title":"Black-US6","weight_unit":"kg","inventory_quantity":999,"sku":"P3138-Black-US6","barcode":"","position":1,"option1":"Black","option2":"US6","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/a99af239c24cbaa49df999efd538b4bb.jpeg","path":"a99af239c24cbaa49df999efd538b4bb.jpeg","width":600,"height":750,"alt":"","aspect_ratio":0.8},"wholesale_price":[{"price":28.9,"min_quantity":1}],"weight":"0.09","compare_at_price":"91.9","price":"28.9","retail_price":"91.9","available":true,"url":"\/products\/open-back-star-perspective-dress?variant=eddcdb80-a37c-4991-a417-48cb09646520","available_quantity":999999999,"options":[{"name":"color","value":"Black"},{"name":"size","value":"US6"}],"off_ratio":69,"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 : P3138-Black-US6
Weight : 0.09kg
${function(){
const variantData = data.variant || {"id":"eddcdb80-a37c-4991-a417-48cb09646520","product_id":"7970f56e-8210-465b-8470-35901627a80f","title":"Black-US6","weight_unit":"kg","inventory_quantity":999,"sku":"P3138-Black-US6","barcode":"","position":1,"option1":"Black","option2":"US6","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/a99af239c24cbaa49df999efd538b4bb.jpeg","path":"a99af239c24cbaa49df999efd538b4bb.jpeg","width":600,"height":750,"alt":"","aspect_ratio":0.8},"wholesale_price":[{"price":28.9,"min_quantity":1}],"weight":"0.09","compare_at_price":"91.9","price":"28.9","retail_price":"91.9","available":true,"url":"\/products\/open-back-star-perspective-dress?variant=eddcdb80-a37c-4991-a417-48cb09646520","available_quantity":999999999,"options":[{"name":"color","value":"Black"},{"name":"size","value":"US6"}],"off_ratio":69,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}