${function() {
const variantData = data.variant || {"id":"2e6f110c-bb0e-4261-b73d-0cd132173866","product_id":"b0ad6af8-cadb-499a-b07a-9f1d68fffa6e","title":"Black-US6","weight_unit":"kg","inventory_quantity":999,"sku":"H3666-Black-US6","barcode":"","position":1,"option1":"Black","option2":"US6","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/7fe08a64e4f1a0bc1e19e5a7d8e5b35e.jpeg","path":"7fe08a64e4f1a0bc1e19e5a7d8e5b35e.jpeg","width":600,"height":749,"alt":"","aspect_ratio":0.8010680907877169},"wholesale_price":[{"price":21.99,"min_quantity":1}],"weight":"0.3","compare_at_price":"95.99","price":"21.99","retail_price":"95.99","available":true,"url":"\/products\/sexy-solid-long-sleeve-u-neck-solid-mini-dress?variant=2e6f110c-bb0e-4261-b73d-0cd132173866","available_quantity":999999999,"options":[{"name":"color","value":"Black"},{"name":"size","value":"US6"}],"off_ratio":77,"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 : H3666-Black-US6
Weight : 0.3kg
${function(){
const variantData = data.variant || {"id":"2e6f110c-bb0e-4261-b73d-0cd132173866","product_id":"b0ad6af8-cadb-499a-b07a-9f1d68fffa6e","title":"Black-US6","weight_unit":"kg","inventory_quantity":999,"sku":"H3666-Black-US6","barcode":"","position":1,"option1":"Black","option2":"US6","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/7fe08a64e4f1a0bc1e19e5a7d8e5b35e.jpeg","path":"7fe08a64e4f1a0bc1e19e5a7d8e5b35e.jpeg","width":600,"height":749,"alt":"","aspect_ratio":0.8010680907877169},"wholesale_price":[{"price":21.99,"min_quantity":1}],"weight":"0.3","compare_at_price":"95.99","price":"21.99","retail_price":"95.99","available":true,"url":"\/products\/sexy-solid-long-sleeve-u-neck-solid-mini-dress?variant=2e6f110c-bb0e-4261-b73d-0cd132173866","available_quantity":999999999,"options":[{"name":"color","value":"Black"},{"name":"size","value":"US6"}],"off_ratio":77,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}