${function() {
const variantData = data.variant || {"id":"6b75e925-a64e-4fd7-9b87-d0fd02155293","product_id":"ba69ccb5-0f52-4723-a3d4-8118fe6b3a4f","title":"White-s","weight_unit":"kg","inventory_quantity":1000,"sku":"6682271","barcode":"6682271","position":1,"option1":"White","option2":"s","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/2a573bd783698df5d0feac36125995a6.webp","path":"2a573bd783698df5d0feac36125995a6.webp","width":692,"height":692,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":21.25,"min_quantity":1}],"weight":"0","compare_at_price":"132.25","price":"21.25","retail_price":"132.25","available":true,"url":"\/products\/ld1baa80102b88?variant=6b75e925-a64e-4fd7-9b87-d0fd02155293","available_quantity":999999999,"options":[{"name":"Color","value":"White"},{"name":"Size","value":"s"}],"off_ratio":84,"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 : 6682271
Barcode : 6682271
${function(){
const variantData = data.variant || {"id":"6b75e925-a64e-4fd7-9b87-d0fd02155293","product_id":"ba69ccb5-0f52-4723-a3d4-8118fe6b3a4f","title":"White-s","weight_unit":"kg","inventory_quantity":1000,"sku":"6682271","barcode":"6682271","position":1,"option1":"White","option2":"s","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/2a573bd783698df5d0feac36125995a6.webp","path":"2a573bd783698df5d0feac36125995a6.webp","width":692,"height":692,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":21.25,"min_quantity":1}],"weight":"0","compare_at_price":"132.25","price":"21.25","retail_price":"132.25","available":true,"url":"\/products\/ld1baa80102b88?variant=6b75e925-a64e-4fd7-9b87-d0fd02155293","available_quantity":999999999,"options":[{"name":"Color","value":"White"},{"name":"Size","value":"s"}],"off_ratio":84,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}