${function() {
const variantData = data.variant || {"id":"c1447e64-efd6-49fd-9b08-b21df05be03f","product_id":"00a299ae-27de-4dae-aca3-cf1855e3a8e5","title":"Dark brown-40","weight_unit":"kg","inventory_quantity":0,"sku":"","barcode":"","position":3,"option1":"Dark brown","option2":"40","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/5e383906bd8f6612d5f26ce7303870fa.jpg","path":"5e383906bd8f6612d5f26ce7303870fa.jpg","width":790,"height":894,"alt":"Goodyear Stitching Craft Boots","aspect_ratio":0.883668903803132},"wholesale_price":[{"price":219,"min_quantity":1}],"weight":"0","compare_at_price":"219","price":"219","retail_price":"219","available":true,"url":"\/products\/goodyear-stitching-craft-boots-yezo?variant=c1447e64-efd6-49fd-9b08-b21df05be03f","available_quantity":999999999,"options":[{"name":"Color","value":"Dark brown"},{"name":"EUR Size","value":"40"}],"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":"c1447e64-efd6-49fd-9b08-b21df05be03f","product_id":"00a299ae-27de-4dae-aca3-cf1855e3a8e5","title":"Dark brown-40","weight_unit":"kg","inventory_quantity":0,"sku":"","barcode":"","position":3,"option1":"Dark brown","option2":"40","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/5e383906bd8f6612d5f26ce7303870fa.jpg","path":"5e383906bd8f6612d5f26ce7303870fa.jpg","width":790,"height":894,"alt":"Goodyear Stitching Craft Boots","aspect_ratio":0.883668903803132},"wholesale_price":[{"price":219,"min_quantity":1}],"weight":"0","compare_at_price":"219","price":"219","retail_price":"219","available":true,"url":"\/products\/goodyear-stitching-craft-boots-yezo?variant=c1447e64-efd6-49fd-9b08-b21df05be03f","available_quantity":999999999,"options":[{"name":"Color","value":"Dark brown"},{"name":"EUR Size","value":"40"}],"off_ratio":0,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}