${function() {
const variantData = data.variant || {"id":"a3c80ec9-484b-4186-acaa-358d42cdf95c","product_id":"cd9b1e65-99e5-4ce8-b839-b9d9f434c2c5","title":"white-S","weight_unit":"kg","inventory_quantity":999,"sku":"23041036F-white-S","barcode":"","position":1,"option1":"white","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/1a5ac5e58f93124abf4ec1d414972560.png","path":"1a5ac5e58f93124abf4ec1d414972560.png","width":564,"height":752,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":19.49,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"19.49","retail_price":"0","available":true,"url":"\/products\/patterned-elastic-waist-lace-high-elastic-pants-capri-leggings-jzgn?variant=a3c80ec9-484b-4186-acaa-358d42cdf95c","available_quantity":999999999,"options":[{"name":"color","value":"white"},{"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.
${function(){
const variantData = data.variant || {"id":"a3c80ec9-484b-4186-acaa-358d42cdf95c","product_id":"cd9b1e65-99e5-4ce8-b839-b9d9f434c2c5","title":"white-S","weight_unit":"kg","inventory_quantity":999,"sku":"23041036F-white-S","barcode":"","position":1,"option1":"white","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/1a5ac5e58f93124abf4ec1d414972560.png","path":"1a5ac5e58f93124abf4ec1d414972560.png","width":564,"height":752,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":19.49,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"19.49","retail_price":"0","available":true,"url":"\/products\/patterned-elastic-waist-lace-high-elastic-pants-capri-leggings-jzgn?variant=a3c80ec9-484b-4186-acaa-358d42cdf95c","available_quantity":999999999,"options":[{"name":"color","value":"white"},{"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}
`
}()}