${function() {
const variantData = data.variant || {"id":"a8014ae7-9a43-4971-92a1-c44e3e5e462e","product_id":"7fca3ce1-0a87-483e-9866-6a2542cb02ab","title":"Black-S","weight_unit":"kg","inventory_quantity":1000,"sku":"ZSYS-23072611-Black-S","barcode":"","position":1,"option1":"Black","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/36f4f6f21e19d70ba4cd06fe7f2b09e0.jpeg","path":"36f4f6f21e19d70ba4cd06fe7f2b09e0.jpeg","width":750,"height":750,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":37.89,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"37.89","retail_price":"0","available":true,"url":"\/products\/black-and-gray-irregular-geometry-polo-shirt-and-shorts?variant=a8014ae7-9a43-4971-92a1-c44e3e5e462e","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 : ZSYS-23072611-Black-S
${function(){
const variantData = data.variant || {"id":"a8014ae7-9a43-4971-92a1-c44e3e5e462e","product_id":"7fca3ce1-0a87-483e-9866-6a2542cb02ab","title":"Black-S","weight_unit":"kg","inventory_quantity":1000,"sku":"ZSYS-23072611-Black-S","barcode":"","position":1,"option1":"Black","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/36f4f6f21e19d70ba4cd06fe7f2b09e0.jpeg","path":"36f4f6f21e19d70ba4cd06fe7f2b09e0.jpeg","width":750,"height":750,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":37.89,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"37.89","retail_price":"0","available":true,"url":"\/products\/black-and-gray-irregular-geometry-polo-shirt-and-shorts?variant=a8014ae7-9a43-4971-92a1-c44e3e5e462e","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}
`
}()}