${function() {
const variantData = data.variant || {"id":"d608d817-298a-4e57-845f-3f0ab0f80e0d","product_id":"14f614d4-fbba-4f57-af42-a48e5afc0148","title":"Black-One Size","weight_unit":"kg","inventory_quantity":1000,"sku":"Black One Size-43059215","barcode":"","position":1,"option1":"Black","option2":"One Size","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/ed155cb0c949ef88f64f9347991ceb92.jpeg","path":"ed155cb0c949ef88f64f9347991ceb92.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":21.43,"min_quantity":1}],"weight":"0","compare_at_price":"21.43","price":"21.43","retail_price":"21.43","available":true,"url":"\/products\/womens-chiffon-retro-high-waist-stretch-chic-long-cake-a-line-skirt-208565327733?variant=d608d817-298a-4e57-845f-3f0ab0f80e0d","available_quantity":999999999,"options":[{"name":"Color","value":"Black"},{"name":"Size","value":"One Size"}],"off_ratio":0,"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 : Black One Size-43059215
${function(){
const variantData = data.variant || {"id":"d608d817-298a-4e57-845f-3f0ab0f80e0d","product_id":"14f614d4-fbba-4f57-af42-a48e5afc0148","title":"Black-One Size","weight_unit":"kg","inventory_quantity":1000,"sku":"Black One Size-43059215","barcode":"","position":1,"option1":"Black","option2":"One Size","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/ed155cb0c949ef88f64f9347991ceb92.jpeg","path":"ed155cb0c949ef88f64f9347991ceb92.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":21.43,"min_quantity":1}],"weight":"0","compare_at_price":"21.43","price":"21.43","retail_price":"21.43","available":true,"url":"\/products\/womens-chiffon-retro-high-waist-stretch-chic-long-cake-a-line-skirt-208565327733?variant=d608d817-298a-4e57-845f-3f0ab0f80e0d","available_quantity":999999999,"options":[{"name":"Color","value":"Black"},{"name":"Size","value":"One Size"}],"off_ratio":0,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}