${function() {
const variantData = data.variant || {"id":"1b2b8938-ebe4-4c23-845b-20010f907330","product_id":"2768b159-252f-41ef-97f5-bc49927f69e9","title":"black-S","weight_unit":"g","inventory_quantity":999,"sku":"1697509657257521153","barcode":"","position":1,"option1":"black","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/7364efa10ae4e7cb854603c5ca89ab4a.png","path":"7364efa10ae4e7cb854603c5ca89ab4a.png","width":800,"height":800,"alt":"70a6617bd40eae43a34a7eebd28df8b2","aspect_ratio":1},"wholesale_price":[{"price":27.04,"min_quantity":1}],"weight":"200","compare_at_price":"0","price":"27.04","retail_price":"0","available":true,"url":"\/products\/casual-street-fleece-sweatpants?variant=1b2b8938-ebe4-4c23-845b-20010f907330","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 : 1697509657257521153
Weight : 200g
${function(){
const variantData = data.variant || {"id":"1b2b8938-ebe4-4c23-845b-20010f907330","product_id":"2768b159-252f-41ef-97f5-bc49927f69e9","title":"black-S","weight_unit":"g","inventory_quantity":999,"sku":"1697509657257521153","barcode":"","position":1,"option1":"black","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/7364efa10ae4e7cb854603c5ca89ab4a.png","path":"7364efa10ae4e7cb854603c5ca89ab4a.png","width":800,"height":800,"alt":"70a6617bd40eae43a34a7eebd28df8b2","aspect_ratio":1},"wholesale_price":[{"price":27.04,"min_quantity":1}],"weight":"200","compare_at_price":"0","price":"27.04","retail_price":"0","available":true,"url":"\/products\/casual-street-fleece-sweatpants?variant=1b2b8938-ebe4-4c23-845b-20010f907330","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}
`
}()}