${function() {
const variantData = data.variant || {"id":"6ce2d404-2ef0-4f5e-baf1-a50d370507f3","product_id":"39eab09f-5a91-4307-bf68-9765dc1df913","title":"Black-35","weight_unit":"kg","inventory_quantity":994,"sku":"14:771#Black;200000124:200000333","barcode":"","position":1,"option1":"Black","option2":"35","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/820f53e208b53599c91d68526f902f46.jpeg","path":"820f53e208b53599c91d68526f902f46.jpeg","width":750,"height":750,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":24.99,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"24.99","retail_price":"0","available":true,"url":"\/products\/sneakers-shoes-2022-fashion-breathable-lace-up-platform-women-vulcanize-shoes-summer-flat-mesh-sports-shoes-woman-running-shoes?variant=6ce2d404-2ef0-4f5e-baf1-a50d370507f3","available_quantity":999999999,"options":[{"name":"Color","value":"Black"},{"name":"Shoe Size","value":"35"}],"off_ratio":0,"flashsale_info":[],"sales":2};
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 : 14:771#Black;200000124:200000333
${function(){
const variantData = data.variant || {"id":"6ce2d404-2ef0-4f5e-baf1-a50d370507f3","product_id":"39eab09f-5a91-4307-bf68-9765dc1df913","title":"Black-35","weight_unit":"kg","inventory_quantity":994,"sku":"14:771#Black;200000124:200000333","barcode":"","position":1,"option1":"Black","option2":"35","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/820f53e208b53599c91d68526f902f46.jpeg","path":"820f53e208b53599c91d68526f902f46.jpeg","width":750,"height":750,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":24.99,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"24.99","retail_price":"0","available":true,"url":"\/products\/sneakers-shoes-2022-fashion-breathable-lace-up-platform-women-vulcanize-shoes-summer-flat-mesh-sports-shoes-woman-running-shoes?variant=6ce2d404-2ef0-4f5e-baf1-a50d370507f3","available_quantity":999999999,"options":[{"name":"Color","value":"Black"},{"name":"Shoe Size","value":"35"}],"off_ratio":0,"flashsale_info":[],"sales":2};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}