${function() {
const variantData = data.variant || {"id":"cf28f555-3eaa-4538-b24a-d5511f4c4de1","product_id":"15583ef3-442e-4d0e-9afc-de99bc2b16a5","title":"Black-s","weight_unit":"kg","inventory_quantity":1000,"sku":"5010144","barcode":"5010144","position":1,"option1":"Black","option2":"s","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/3b27d1079e0cf46c5be981d4d36a88d2.webp","path":"3b27d1079e0cf46c5be981d4d36a88d2.webp","width":600,"height":900,"alt":"","aspect_ratio":0.6666666666666666},"wholesale_price":[{"price":21.84,"min_quantity":1}],"weight":"0.2","compare_at_price":"45.99","price":"21.84","retail_price":"45.99","available":true,"url":"\/products\/fashion-off-shoulder-embroidery-mini-dress?variant=cf28f555-3eaa-4538-b24a-d5511f4c4de1","available_quantity":999999999,"options":[{"name":"Color","value":"Black"},{"name":"Size","value":"s"}],"off_ratio":53,"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 : 5010144
Weight : 0.2kg
Barcode : 5010144
${function(){
const variantData = data.variant || {"id":"cf28f555-3eaa-4538-b24a-d5511f4c4de1","product_id":"15583ef3-442e-4d0e-9afc-de99bc2b16a5","title":"Black-s","weight_unit":"kg","inventory_quantity":1000,"sku":"5010144","barcode":"5010144","position":1,"option1":"Black","option2":"s","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/3b27d1079e0cf46c5be981d4d36a88d2.webp","path":"3b27d1079e0cf46c5be981d4d36a88d2.webp","width":600,"height":900,"alt":"","aspect_ratio":0.6666666666666666},"wholesale_price":[{"price":21.84,"min_quantity":1}],"weight":"0.2","compare_at_price":"45.99","price":"21.84","retail_price":"45.99","available":true,"url":"\/products\/fashion-off-shoulder-embroidery-mini-dress?variant=cf28f555-3eaa-4538-b24a-d5511f4c4de1","available_quantity":999999999,"options":[{"name":"Color","value":"Black"},{"name":"Size","value":"s"}],"off_ratio":53,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}