${function() {
const variantData = data.variant || {"id":"354c8da0-8f94-4caa-a15e-afaf1805bdcf","product_id":"ac1a64d9-3780-4e33-b391-6282ff264d9f","title":"US 5-5.5-White black","weight_unit":"kg","inventory_quantity":1000,"sku":"","barcode":"","position":1,"option1":"US 5-5.5","option2":"White black","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/81a967b172066fec4b44072a9c8f9722.webp","path":"81a967b172066fec4b44072a9c8f9722.webp","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":32.99,"min_quantity":1}],"weight":"0","compare_at_price":"83.95","price":"32.99","retail_price":"83.95","available":true,"url":"\/products\/little-white-shoes-breathable-sponge-cake-thick-bottom-sneakers-air-cushion-mens-shoes0df573ac-a5cb-42dc-8eec-894150d4c872?variant=354c8da0-8f94-4caa-a15e-afaf1805bdcf","available_quantity":999999999,"options":[{"name":"Size","value":"US 5-5.5"},{"name":"Color","value":"White black"}],"off_ratio":61,"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":"354c8da0-8f94-4caa-a15e-afaf1805bdcf","product_id":"ac1a64d9-3780-4e33-b391-6282ff264d9f","title":"US 5-5.5-White black","weight_unit":"kg","inventory_quantity":1000,"sku":"","barcode":"","position":1,"option1":"US 5-5.5","option2":"White black","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/81a967b172066fec4b44072a9c8f9722.webp","path":"81a967b172066fec4b44072a9c8f9722.webp","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":32.99,"min_quantity":1}],"weight":"0","compare_at_price":"83.95","price":"32.99","retail_price":"83.95","available":true,"url":"\/products\/little-white-shoes-breathable-sponge-cake-thick-bottom-sneakers-air-cushion-mens-shoes0df573ac-a5cb-42dc-8eec-894150d4c872?variant=354c8da0-8f94-4caa-a15e-afaf1805bdcf","available_quantity":999999999,"options":[{"name":"Size","value":"US 5-5.5"},{"name":"Color","value":"White black"}],"off_ratio":61,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}