${function() {
const variantData = data.variant || {"id":"9e4cff05-7893-4419-8fb3-e558748cb015","product_id":"2129e9ee-21f0-47de-b13a-50f913c52754","title":"Yellow-s","weight_unit":"kg","inventory_quantity":1000,"sku":"4664707","barcode":"4664707","position":1,"option1":"Yellow","option2":"s","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/76860fc731f952a948ac8d1bac7346aa.webp","path":"76860fc731f952a948ac8d1bac7346aa.webp","width":600,"height":900,"alt":"","aspect_ratio":0.6666666666666666},"wholesale_price":[{"price":28.99,"min_quantity":1}],"weight":"0.25","compare_at_price":"56.99","price":"28.99","retail_price":"56.99","available":true,"url":"\/products\/sexy-off-shoulder-short-sleeves-mini-dress?variant=9e4cff05-7893-4419-8fb3-e558748cb015","available_quantity":999999999,"options":[{"name":"Color","value":"Yellow"},{"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 : 4664707
Weight : 0.25kg
Barcode : 4664707
${function(){
const variantData = data.variant || {"id":"9e4cff05-7893-4419-8fb3-e558748cb015","product_id":"2129e9ee-21f0-47de-b13a-50f913c52754","title":"Yellow-s","weight_unit":"kg","inventory_quantity":1000,"sku":"4664707","barcode":"4664707","position":1,"option1":"Yellow","option2":"s","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/76860fc731f952a948ac8d1bac7346aa.webp","path":"76860fc731f952a948ac8d1bac7346aa.webp","width":600,"height":900,"alt":"","aspect_ratio":0.6666666666666666},"wholesale_price":[{"price":28.99,"min_quantity":1}],"weight":"0.25","compare_at_price":"56.99","price":"28.99","retail_price":"56.99","available":true,"url":"\/products\/sexy-off-shoulder-short-sleeves-mini-dress?variant=9e4cff05-7893-4419-8fb3-e558748cb015","available_quantity":999999999,"options":[{"name":"Color","value":"Yellow"},{"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}
`
}()}