${function() {
const variantData = data.variant || {"id":"838e95e7-2a39-416e-94e5-c350aa96ccef","product_id":"6238d50f-23e2-4edf-8215-d7f3ffd3bf4e","title":"black-S","weight_unit":"g","inventory_quantity":999,"sku":"1729110279379300354","barcode":"","position":1,"option1":"black","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/b778126464103e8022e74b6e8916bc77.jpeg","path":"b778126464103e8022e74b6e8916bc77.jpeg","width":1200,"height":1200,"alt":"7a81c92289e884266859a3b48296743c","aspect_ratio":1},"wholesale_price":[{"price":27.51,"min_quantity":1}],"weight":"500","compare_at_price":"0","price":"27.51","retail_price":"0","available":true,"url":"\/products\/mens-chicago-23-casual-track-pants?variant=838e95e7-2a39-416e-94e5-c350aa96ccef","available_quantity":999999999,"options":[{"name":"Color","value":"black"},{"name":"Size","value":"S"}],"off_ratio":0,"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 : 1729110279379300354
Weight : 500g
${function(){
const variantData = data.variant || {"id":"838e95e7-2a39-416e-94e5-c350aa96ccef","product_id":"6238d50f-23e2-4edf-8215-d7f3ffd3bf4e","title":"black-S","weight_unit":"g","inventory_quantity":999,"sku":"1729110279379300354","barcode":"","position":1,"option1":"black","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/b778126464103e8022e74b6e8916bc77.jpeg","path":"b778126464103e8022e74b6e8916bc77.jpeg","width":1200,"height":1200,"alt":"7a81c92289e884266859a3b48296743c","aspect_ratio":1},"wholesale_price":[{"price":27.51,"min_quantity":1}],"weight":"500","compare_at_price":"0","price":"27.51","retail_price":"0","available":true,"url":"\/products\/mens-chicago-23-casual-track-pants?variant=838e95e7-2a39-416e-94e5-c350aa96ccef","available_quantity":999999999,"options":[{"name":"Color","value":"black"},{"name":"Size","value":"S"}],"off_ratio":0,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}