${function() {
const variantData = data.variant || {"id":"ff30c96a-0c1e-47a1-bb63-84e11d3d0e79","product_id":"795662aa-c0ce-414e-92d2-30bc9676caec","title":"yellow-38","weight_unit":"kg","inventory_quantity":0,"sku":"-yellow-38-A001242","barcode":"","position":1,"option1":"yellow","option2":"38","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/c777082c4757c3d36bf785cb2c02a94a.jpg","path":"c777082c4757c3d36bf785cb2c02a94a.jpg","width":800,"height":800,"alt":"Goodyear Stitching Craft Boots","aspect_ratio":1},"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-1fws?variant=ff30c96a-0c1e-47a1-bb63-84e11d3d0e79","available_quantity":999999999,"options":[{"name":"Color","value":"yellow"},{"name":"EUR Size","value":"38"}],"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":"ff30c96a-0c1e-47a1-bb63-84e11d3d0e79","product_id":"795662aa-c0ce-414e-92d2-30bc9676caec","title":"yellow-38","weight_unit":"kg","inventory_quantity":0,"sku":"-yellow-38-A001242","barcode":"","position":1,"option1":"yellow","option2":"38","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/c777082c4757c3d36bf785cb2c02a94a.jpg","path":"c777082c4757c3d36bf785cb2c02a94a.jpg","width":800,"height":800,"alt":"Goodyear Stitching Craft Boots","aspect_ratio":1},"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-1fws?variant=ff30c96a-0c1e-47a1-bb63-84e11d3d0e79","available_quantity":999999999,"options":[{"name":"Color","value":"yellow"},{"name":"EUR Size","value":"38"}],"off_ratio":0,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}