${function() {
const variantData = data.variant || {"id":"f6841b27-a14e-4bb5-bff3-fd9a9e1068a3","product_id":"e680e086-6b11-4039-829e-374f629d3ffe","title":"Blue-S","weight_unit":"g","inventory_quantity":999,"sku":"XHSaw9szf-Blue-S","barcode":"","position":1,"option1":"Blue","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/bb68bf011852cf6b199ab2c4f0c6213e.jpeg","path":"bb68bf011852cf6b199ab2c4f0c6213e.jpeg","width":1492,"height":1492,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":41.89,"min_quantity":1}],"weight":"600","compare_at_price":"55","price":"41.89","retail_price":"55","available":true,"url":"\/products\/branded-street-hip-hop-tassel-hem-fashion-suit?variant=f6841b27-a14e-4bb5-bff3-fd9a9e1068a3","available_quantity":999999999,"options":[{"name":"Color","value":"Blue"},{"name":"Size","value":"S"}],"off_ratio":24,"flashsale_info":[],"sales":1};
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 : XHSaw9szf-Blue-S
Weight : 600g
${function(){
const variantData = data.variant || {"id":"f6841b27-a14e-4bb5-bff3-fd9a9e1068a3","product_id":"e680e086-6b11-4039-829e-374f629d3ffe","title":"Blue-S","weight_unit":"g","inventory_quantity":999,"sku":"XHSaw9szf-Blue-S","barcode":"","position":1,"option1":"Blue","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/bb68bf011852cf6b199ab2c4f0c6213e.jpeg","path":"bb68bf011852cf6b199ab2c4f0c6213e.jpeg","width":1492,"height":1492,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":41.89,"min_quantity":1}],"weight":"600","compare_at_price":"55","price":"41.89","retail_price":"55","available":true,"url":"\/products\/branded-street-hip-hop-tassel-hem-fashion-suit?variant=f6841b27-a14e-4bb5-bff3-fd9a9e1068a3","available_quantity":999999999,"options":[{"name":"Color","value":"Blue"},{"name":"Size","value":"S"}],"off_ratio":24,"flashsale_info":[],"sales":1};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}