${function() {
const variantData = data.variant || {"id":"063f78f3-a095-4d56-aa64-6911d7dc0a7e","product_id":"c16252bf-7327-44f2-9479-63744847da9f","title":"white-S","weight_unit":"kg","inventory_quantity":1000,"sku":"dlz1693027586993","barcode":"","position":1,"option1":"white","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/923a40a9713271281042f0504d42e25a.jpeg","path":"923a40a9713271281042f0504d42e25a.jpeg","width":638,"height":636,"alt":"","aspect_ratio":1.0031446540880504},"wholesale_price":[{"price":32.66,"min_quantity":1}],"weight":"0","compare_at_price":"32.66","price":"32.66","retail_price":"32.66","available":true,"url":"\/products\/women-v-neck-leopard-print-ripped-loose-knitwear-7580?variant=063f78f3-a095-4d56-aa64-6911d7dc0a7e","available_quantity":1000,"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":"063f78f3-a095-4d56-aa64-6911d7dc0a7e","product_id":"c16252bf-7327-44f2-9479-63744847da9f","title":"white-S","weight_unit":"kg","inventory_quantity":1000,"sku":"dlz1693027586993","barcode":"","position":1,"option1":"white","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/923a40a9713271281042f0504d42e25a.jpeg","path":"923a40a9713271281042f0504d42e25a.jpeg","width":638,"height":636,"alt":"","aspect_ratio":1.0031446540880504},"wholesale_price":[{"price":32.66,"min_quantity":1}],"weight":"0","compare_at_price":"32.66","price":"32.66","retail_price":"32.66","available":true,"url":"\/products\/women-v-neck-leopard-print-ripped-loose-knitwear-7580?variant=063f78f3-a095-4d56-aa64-6911d7dc0a7e","available_quantity":1000,"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}
`
}()}