${function() {
const variantData = data.variant || {"id":"0e7111e8-c5e1-4595-afaa-c66363f141b3","product_id":"3efadd80-5cc5-4902-8cc6-47707b06d9ac","title":"Black-XS","weight_unit":"kg","inventory_quantity":998,"sku":"a-Black-XS-A00221979","barcode":"","position":9,"option1":"Black","option2":"XS","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/23ee7198f0d7c6bf2f7046409941a150.jpeg","path":"23ee7198f0d7c6bf2f7046409941a150.jpeg","width":750,"height":870,"alt":"","aspect_ratio":0.8620689655172413},"wholesale_price":[{"price":38.95,"min_quantity":1}],"weight":"0","compare_at_price":"75.98","price":"38.95","retail_price":"75.98","available":true,"url":"\/products\/crossover-flare-pants99df6299-51a8-4d26-ae03-2080f2b167c4?variant=0e7111e8-c5e1-4595-afaa-c66363f141b3","available_quantity":999999999,"options":[{"name":"Color","value":"Black"},{"name":"Size","value":"XS"}],"off_ratio":49,"flashsale_info":[],"sales":30};
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 : a-Black-XS-A00221979
${function(){
const variantData = data.variant || {"id":"0e7111e8-c5e1-4595-afaa-c66363f141b3","product_id":"3efadd80-5cc5-4902-8cc6-47707b06d9ac","title":"Black-XS","weight_unit":"kg","inventory_quantity":998,"sku":"a-Black-XS-A00221979","barcode":"","position":9,"option1":"Black","option2":"XS","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/23ee7198f0d7c6bf2f7046409941a150.jpeg","path":"23ee7198f0d7c6bf2f7046409941a150.jpeg","width":750,"height":870,"alt":"","aspect_ratio":0.8620689655172413},"wholesale_price":[{"price":38.95,"min_quantity":1}],"weight":"0","compare_at_price":"75.98","price":"38.95","retail_price":"75.98","available":true,"url":"\/products\/crossover-flare-pants99df6299-51a8-4d26-ae03-2080f2b167c4?variant=0e7111e8-c5e1-4595-afaa-c66363f141b3","available_quantity":999999999,"options":[{"name":"Color","value":"Black"},{"name":"Size","value":"XS"}],"off_ratio":49,"flashsale_info":[],"sales":30};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}