${function() {
const variantData = data.variant || {"id":"d7443f09-bb26-4dea-90b9-ca5cb6003dc6","product_id":"6907ff09-c906-439a-b9f6-8aff2eb26b24","title":"White-l","weight_unit":"kg","inventory_quantity":999,"sku":"7152863","barcode":"7152863","position":1,"option1":"White","option2":"l","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/81b4e35a15f64de8af21e629baa00248.jpeg","path":"81b4e35a15f64de8af21e629baa00248.jpeg","width":576,"height":576,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":30.25,"min_quantity":1}],"weight":"0","compare_at_price":"138.25","price":"30.25","retail_price":"138.25","available":true,"url":"\/products\/v-neck-loose-pleated-split-mini-dress-video?variant=d7443f09-bb26-4dea-90b9-ca5cb6003dc6","available_quantity":999999999,"options":[{"name":"Color","value":"White"},{"name":"Size","value":"l"}],"off_ratio":78,"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 : 7152863
Barcode : 7152863
${function(){
const variantData = data.variant || {"id":"d7443f09-bb26-4dea-90b9-ca5cb6003dc6","product_id":"6907ff09-c906-439a-b9f6-8aff2eb26b24","title":"White-l","weight_unit":"kg","inventory_quantity":999,"sku":"7152863","barcode":"7152863","position":1,"option1":"White","option2":"l","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/81b4e35a15f64de8af21e629baa00248.jpeg","path":"81b4e35a15f64de8af21e629baa00248.jpeg","width":576,"height":576,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":30.25,"min_quantity":1}],"weight":"0","compare_at_price":"138.25","price":"30.25","retail_price":"138.25","available":true,"url":"\/products\/v-neck-loose-pleated-split-mini-dress-video?variant=d7443f09-bb26-4dea-90b9-ca5cb6003dc6","available_quantity":999999999,"options":[{"name":"Color","value":"White"},{"name":"Size","value":"l"}],"off_ratio":78,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}