${function() {
const variantData = data.variant || {"id":"0c459a8d-54d8-41d7-9b68-34b3cd3718cc","product_id":"54519d9b-7a07-4108-8993-859d9c659374","title":"black and white-One Size","weight_unit":"kg","inventory_quantity":1000,"sku":"dlz1693027621156","barcode":"","position":1,"option1":"black and white","option2":"One Size","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/ee5a45c14fa7892f81bce37f7cce6e18.jpeg","path":"ee5a45c14fa7892f81bce37f7cce6e18.jpeg","width":577,"height":517,"alt":"","aspect_ratio":1.11605415860735},"wholesale_price":[{"price":36.17,"min_quantity":1}],"weight":"0","compare_at_price":"36.17","price":"36.17","retail_price":"36.17","available":true,"url":"\/products\/spring-autumn-women-sweaters-wool-knitting-vest-joker-2460?variant=0c459a8d-54d8-41d7-9b68-34b3cd3718cc","available_quantity":1000,"options":[{"name":"Color","value":"black and white"},{"name":"Size","value":"One Size"}],"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":"0c459a8d-54d8-41d7-9b68-34b3cd3718cc","product_id":"54519d9b-7a07-4108-8993-859d9c659374","title":"black and white-One Size","weight_unit":"kg","inventory_quantity":1000,"sku":"dlz1693027621156","barcode":"","position":1,"option1":"black and white","option2":"One Size","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/ee5a45c14fa7892f81bce37f7cce6e18.jpeg","path":"ee5a45c14fa7892f81bce37f7cce6e18.jpeg","width":577,"height":517,"alt":"","aspect_ratio":1.11605415860735},"wholesale_price":[{"price":36.17,"min_quantity":1}],"weight":"0","compare_at_price":"36.17","price":"36.17","retail_price":"36.17","available":true,"url":"\/products\/spring-autumn-women-sweaters-wool-knitting-vest-joker-2460?variant=0c459a8d-54d8-41d7-9b68-34b3cd3718cc","available_quantity":1000,"options":[{"name":"Color","value":"black and white"},{"name":"Size","value":"One Size"}],"off_ratio":0,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}