${function() {
const variantData = data.variant || {"id":"50e64b14-ea51-4dcb-9415-bf5efcaeb2b0","product_id":"b1beac05-d015-4ca3-b4d2-c9448f045e6c","title":"Black-s","weight_unit":"kg","inventory_quantity":1000,"sku":"4444338","barcode":"4444338","position":1,"option1":"Black","option2":"s","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/c4a4ccbeeac916ee3db41228c84c719c.webp","path":"c4a4ccbeeac916ee3db41228c84c719c.webp","width":1200,"height":1200,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":29.95,"min_quantity":1}],"weight":"0.3","compare_at_price":"58.95","price":"29.95","retail_price":"58.95","available":true,"url":"\/products\/sexy-elegant-floral-print-mini-dress-in-black?variant=50e64b14-ea51-4dcb-9415-bf5efcaeb2b0","available_quantity":999999999,"options":[{"name":"Color","value":"Black"},{"name":"Size","value":"s"}],"off_ratio":49,"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 : 4444338
Weight : 0.3kg
Barcode : 4444338
${function(){
const variantData = data.variant || {"id":"50e64b14-ea51-4dcb-9415-bf5efcaeb2b0","product_id":"b1beac05-d015-4ca3-b4d2-c9448f045e6c","title":"Black-s","weight_unit":"kg","inventory_quantity":1000,"sku":"4444338","barcode":"4444338","position":1,"option1":"Black","option2":"s","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/c4a4ccbeeac916ee3db41228c84c719c.webp","path":"c4a4ccbeeac916ee3db41228c84c719c.webp","width":1200,"height":1200,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":29.95,"min_quantity":1}],"weight":"0.3","compare_at_price":"58.95","price":"29.95","retail_price":"58.95","available":true,"url":"\/products\/sexy-elegant-floral-print-mini-dress-in-black?variant=50e64b14-ea51-4dcb-9415-bf5efcaeb2b0","available_quantity":999999999,"options":[{"name":"Color","value":"Black"},{"name":"Size","value":"s"}],"off_ratio":49,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}