${function() {
const variantData = data.variant || {"id":"e61ad0f0-1797-4e3a-aae4-91087fb160a0","product_id":"4563806a-01fe-41b5-a2d2-ad0288273d76","title":"Grey-S","weight_unit":"kg","inventory_quantity":417,"sku":"20230508241SBES-Grey-S","barcode":"","position":7,"option1":"Grey","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/5ec833f44d574be9e17f06f7407f29a0.jpeg","path":"5ec833f44d574be9e17f06f7407f29a0.jpeg","width":890,"height":1187,"alt":"","aspect_ratio":0.7497893850042123},"wholesale_price":[{"price":27.99,"min_quantity":1}],"weight":"0.3","compare_at_price":"39.99","price":"27.99","retail_price":"39.99","available":true,"url":"\/products\/elastic-waist-patch-pocket-wide-leg-ethnic-style-pants?variant=e61ad0f0-1797-4e3a-aae4-91087fb160a0","available_quantity":999999999,"options":[{"name":"Color","value":"Grey"},{"name":"Size","value":"S"}],"off_ratio":30,"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 : 20230508241SBES-Grey-S
Weight : 0.3kg
${function(){
const variantData = data.variant || {"id":"e61ad0f0-1797-4e3a-aae4-91087fb160a0","product_id":"4563806a-01fe-41b5-a2d2-ad0288273d76","title":"Grey-S","weight_unit":"kg","inventory_quantity":417,"sku":"20230508241SBES-Grey-S","barcode":"","position":7,"option1":"Grey","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/5ec833f44d574be9e17f06f7407f29a0.jpeg","path":"5ec833f44d574be9e17f06f7407f29a0.jpeg","width":890,"height":1187,"alt":"","aspect_ratio":0.7497893850042123},"wholesale_price":[{"price":27.99,"min_quantity":1}],"weight":"0.3","compare_at_price":"39.99","price":"27.99","retail_price":"39.99","available":true,"url":"\/products\/elastic-waist-patch-pocket-wide-leg-ethnic-style-pants?variant=e61ad0f0-1797-4e3a-aae4-91087fb160a0","available_quantity":999999999,"options":[{"name":"Color","value":"Grey"},{"name":"Size","value":"S"}],"off_ratio":30,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}