${function() {
const variantData = data.variant || {"id":"10cbbc2f-b4a8-4a84-8f5c-980608f323b4","product_id":"1a72dfd7-4e7c-452c-9d06-4961a393a9ae","title":"Grey-S","weight_unit":"kg","inventory_quantity":1000,"sku":"QF-Grey-S-A00158731","barcode":"","position":1,"option1":"Grey","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/49789c0ce0eb2ef4ff7a22f5fa83dfd4.jpeg","path":"49789c0ce0eb2ef4ff7a22f5fa83dfd4.jpeg","width":1890,"height":2520,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":28.99,"min_quantity":1}],"weight":"0","compare_at_price":"42.99","price":"28.99","retail_price":"42.99","available":true,"url":"\/products\/fashion-print-long-sleeve-sweatshirt-67?variant=10cbbc2f-b4a8-4a84-8f5c-980608f323b4","available_quantity":1000,"options":[{"name":"Color","value":"Grey"},{"name":"Size","value":"S"}],"off_ratio":33,"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 : QF-Grey-S-A00158731
${function(){
const variantData = data.variant || {"id":"10cbbc2f-b4a8-4a84-8f5c-980608f323b4","product_id":"1a72dfd7-4e7c-452c-9d06-4961a393a9ae","title":"Grey-S","weight_unit":"kg","inventory_quantity":1000,"sku":"QF-Grey-S-A00158731","barcode":"","position":1,"option1":"Grey","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/49789c0ce0eb2ef4ff7a22f5fa83dfd4.jpeg","path":"49789c0ce0eb2ef4ff7a22f5fa83dfd4.jpeg","width":1890,"height":2520,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":28.99,"min_quantity":1}],"weight":"0","compare_at_price":"42.99","price":"28.99","retail_price":"42.99","available":true,"url":"\/products\/fashion-print-long-sleeve-sweatshirt-67?variant=10cbbc2f-b4a8-4a84-8f5c-980608f323b4","available_quantity":1000,"options":[{"name":"Color","value":"Grey"},{"name":"Size","value":"S"}],"off_ratio":33,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}