${function() {
const variantData = data.variant || {"id":"b19d0db2-429a-4f4b-972c-fa1d08b849f0","product_id":"e5e02bfc-1931-4be0-8727-c11f2882597f","title":"BLACK-US 4","weight_unit":"kg","inventory_quantity":0,"sku":"","barcode":"","position":1,"option1":"BLACK","option2":"US 4","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/b6e4a8afc8adfaf1443f4a4a9130befc.jpeg","path":"b6e4a8afc8adfaf1443f4a4a9130befc.jpeg","width":600,"height":600,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":37.99,"min_quantity":1}],"weight":"0","compare_at_price":"99.99","price":"37.99","retail_price":"99.99","available":true,"url":"\/products\/women-s-thick-soled-retro-big-toed-martin-boots?variant=b19d0db2-429a-4f4b-972c-fa1d08b849f0","available_quantity":999999999,"options":[{"name":"color","value":"BLACK"},{"name":"size","value":"US 4"}],"off_ratio":62,"flashsale_info":[],"sales":1};
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":"b19d0db2-429a-4f4b-972c-fa1d08b849f0","product_id":"e5e02bfc-1931-4be0-8727-c11f2882597f","title":"BLACK-US 4","weight_unit":"kg","inventory_quantity":0,"sku":"","barcode":"","position":1,"option1":"BLACK","option2":"US 4","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/b6e4a8afc8adfaf1443f4a4a9130befc.jpeg","path":"b6e4a8afc8adfaf1443f4a4a9130befc.jpeg","width":600,"height":600,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":37.99,"min_quantity":1}],"weight":"0","compare_at_price":"99.99","price":"37.99","retail_price":"99.99","available":true,"url":"\/products\/women-s-thick-soled-retro-big-toed-martin-boots?variant=b19d0db2-429a-4f4b-972c-fa1d08b849f0","available_quantity":999999999,"options":[{"name":"color","value":"BLACK"},{"name":"size","value":"US 4"}],"off_ratio":62,"flashsale_info":[],"sales":1};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}