${function() {
const variantData = data.variant || {"id":"91371f45-7fa7-4c0f-842e-52f4ccbf3436","product_id":"d149c4a1-8707-4c9a-8921-e67ba0781f5d","title":"Same As Photo-s","weight_unit":"kg","inventory_quantity":1000,"sku":"4434200","barcode":"4434200","position":1,"option1":"Same As Photo","option2":"s","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/cbc4f4c71c73c4bfeb6021115bddfbf8.webp","path":"cbc4f4c71c73c4bfeb6021115bddfbf8.webp","width":869,"height":1158,"alt":"","aspect_ratio":0.7504317789291882},"wholesale_price":[{"price":15.72,"min_quantity":1}],"weight":"0.15","compare_at_price":"32.99","price":"15.72","retail_price":"32.99","available":true,"url":"\/products\/sexy-sleeveless-floral-print-vacation-mini-dress?variant=91371f45-7fa7-4c0f-842e-52f4ccbf3436","available_quantity":999999999,"options":[{"name":"Color","value":"Same As Photo"},{"name":"Size","value":"s"}],"off_ratio":52,"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 : 4434200
Weight : 0.15kg
Barcode : 4434200
${function(){
const variantData = data.variant || {"id":"91371f45-7fa7-4c0f-842e-52f4ccbf3436","product_id":"d149c4a1-8707-4c9a-8921-e67ba0781f5d","title":"Same As Photo-s","weight_unit":"kg","inventory_quantity":1000,"sku":"4434200","barcode":"4434200","position":1,"option1":"Same As Photo","option2":"s","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/cbc4f4c71c73c4bfeb6021115bddfbf8.webp","path":"cbc4f4c71c73c4bfeb6021115bddfbf8.webp","width":869,"height":1158,"alt":"","aspect_ratio":0.7504317789291882},"wholesale_price":[{"price":15.72,"min_quantity":1}],"weight":"0.15","compare_at_price":"32.99","price":"15.72","retail_price":"32.99","available":true,"url":"\/products\/sexy-sleeveless-floral-print-vacation-mini-dress?variant=91371f45-7fa7-4c0f-842e-52f4ccbf3436","available_quantity":999999999,"options":[{"name":"Color","value":"Same As Photo"},{"name":"Size","value":"s"}],"off_ratio":52,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}