${function() {
const variantData = data.variant || {"id":"27d6fdcd-3090-4365-bfc8-eaa12cfde9d6","product_id":"02a9ef4e-c91f-4648-81fc-2bfc959bf8e7","title":"red-35","weight_unit":"kg","inventory_quantity":200,"sku":"SY3700-red-35","barcode":"","position":1,"option1":"red","option2":"35","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/e2e5a5f13f37cabf485f0a2d054edd28.jpeg","path":"e2e5a5f13f37cabf485f0a2d054edd28.jpeg","width":800,"height":1202,"alt":"","aspect_ratio":0.6655574043261231},"wholesale_price":[{"price":28.98,"min_quantity":1}],"weight":"0.3","compare_at_price":"38.98","price":"28.98","retail_price":"38.98","available":true,"url":"\/products\/ethnic-pattern-punched-hollow-velcro-vintage-sandals-p5r5-xojd?variant=27d6fdcd-3090-4365-bfc8-eaa12cfde9d6","available_quantity":200,"options":[{"name":"color","value":"red"},{"name":"size","value":"35"}],"off_ratio":26,"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 : SY3700-red-35
Weight : 0.3kg
${function(){
const variantData = data.variant || {"id":"27d6fdcd-3090-4365-bfc8-eaa12cfde9d6","product_id":"02a9ef4e-c91f-4648-81fc-2bfc959bf8e7","title":"red-35","weight_unit":"kg","inventory_quantity":200,"sku":"SY3700-red-35","barcode":"","position":1,"option1":"red","option2":"35","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/e2e5a5f13f37cabf485f0a2d054edd28.jpeg","path":"e2e5a5f13f37cabf485f0a2d054edd28.jpeg","width":800,"height":1202,"alt":"","aspect_ratio":0.6655574043261231},"wholesale_price":[{"price":28.98,"min_quantity":1}],"weight":"0.3","compare_at_price":"38.98","price":"28.98","retail_price":"38.98","available":true,"url":"\/products\/ethnic-pattern-punched-hollow-velcro-vintage-sandals-p5r5-xojd?variant=27d6fdcd-3090-4365-bfc8-eaa12cfde9d6","available_quantity":200,"options":[{"name":"color","value":"red"},{"name":"size","value":"35"}],"off_ratio":26,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}