${function() {
const variantData = data.variant || {"id":"86468e21-ff2a-478f-9933-5b8665058f5d","product_id":"7bab5eee-310d-4a85-aee0-3c0793ec6e85","title":"White-s","weight_unit":"kg","inventory_quantity":1000,"sku":"6829374","barcode":"6829374","position":1,"option1":"White","option2":"s","option3":"","note":"","image":null,"wholesale_price":[{"price":39.53,"min_quantity":1}],"weight":"0","compare_at_price":"98.81","price":"39.53","retail_price":"98.81","available":true,"url":"\/products\/sweet-sexy-white-cutout-deep-v-high-waist-dress?variant=86468e21-ff2a-478f-9933-5b8665058f5d","available_quantity":999999999,"options":[{"name":"Color","value":"White"},{"name":"Size","value":"s"}],"off_ratio":60,"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 : 6829374
Barcode : 6829374
${function(){
const variantData = data.variant || {"id":"86468e21-ff2a-478f-9933-5b8665058f5d","product_id":"7bab5eee-310d-4a85-aee0-3c0793ec6e85","title":"White-s","weight_unit":"kg","inventory_quantity":1000,"sku":"6829374","barcode":"6829374","position":1,"option1":"White","option2":"s","option3":"","note":"","image":null,"wholesale_price":[{"price":39.53,"min_quantity":1}],"weight":"0","compare_at_price":"98.81","price":"39.53","retail_price":"98.81","available":true,"url":"\/products\/sweet-sexy-white-cutout-deep-v-high-waist-dress?variant=86468e21-ff2a-478f-9933-5b8665058f5d","available_quantity":999999999,"options":[{"name":"Color","value":"White"},{"name":"Size","value":"s"}],"off_ratio":60,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}