${function() {
const variantData = data.variant || {"id":"c4fd2a40-3b66-415f-84c5-69288757aaeb","product_id":"f426131a-d6af-4e10-b0e2-ce7136b9a4b5","title":"White-S","weight_unit":"kg","inventory_quantity":1000,"sku":"NC0245-White-S","barcode":"","position":1,"option1":"White","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/44881b8a0fc3472b825b264944059a81.jpeg","path":"44881b8a0fc3472b825b264944059a81.jpeg","width":1200,"height":1600,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":26.9,"min_quantity":1}],"weight":"0.25","compare_at_price":"37.9","price":"26.9","retail_price":"37.9","available":true,"url":"\/products\/orange-cotton-blend-boho-floral-shirts-tops-2?variant=c4fd2a40-3b66-415f-84c5-69288757aaeb","available_quantity":999999999,"options":[{"name":"Color","value":"White"},{"name":"Size","value":"S"}],"off_ratio":29,"flashsale_info":[],"sales":0};
const saveType = "amount";
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 : NC0245-White-S
Weight : 0.25kg
${function(){
const variantData = data.variant || {"id":"c4fd2a40-3b66-415f-84c5-69288757aaeb","product_id":"f426131a-d6af-4e10-b0e2-ce7136b9a4b5","title":"White-S","weight_unit":"kg","inventory_quantity":1000,"sku":"NC0245-White-S","barcode":"","position":1,"option1":"White","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/44881b8a0fc3472b825b264944059a81.jpeg","path":"44881b8a0fc3472b825b264944059a81.jpeg","width":1200,"height":1600,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":26.9,"min_quantity":1}],"weight":"0.25","compare_at_price":"37.9","price":"26.9","retail_price":"37.9","available":true,"url":"\/products\/orange-cotton-blend-boho-floral-shirts-tops-2?variant=c4fd2a40-3b66-415f-84c5-69288757aaeb","available_quantity":999999999,"options":[{"name":"Color","value":"White"},{"name":"Size","value":"S"}],"off_ratio":29,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}