${function() {
const variantData = data.variant || {"id":"94c8bd5a-4f61-48c2-89a2-0d666aad51b4","product_id":"342a0ff8-f977-4b4e-9661-c660f8bb9745","title":"claret_red-xl","weight_unit":"kg","inventory_quantity":1000,"sku":"4642558","barcode":"4642558","position":1,"option1":"claret_red","option2":"xl","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/df44b72d0afae462f48df6a2a8d83731.webp","path":"df44b72d0afae462f48df6a2a8d83731.webp","width":600,"height":900,"alt":"","aspect_ratio":0.6666666666666666},"wholesale_price":[{"price":22.99,"min_quantity":1}],"weight":"0.2","compare_at_price":"45.99","price":"22.99","retail_price":"45.99","available":true,"url":"\/products\/dd249b8e4611?variant=94c8bd5a-4f61-48c2-89a2-0d666aad51b4","available_quantity":999999999,"options":[{"name":"Color","value":"claret_red"},{"name":"Size","value":"xl"}],"off_ratio":50,"flashsale_info":[],"sales":0};
const saveType = "percentage";
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 : 4642558
Weight : 0.2kg
Barcode : 4642558
${function(){
const variantData = data.variant || {"id":"94c8bd5a-4f61-48c2-89a2-0d666aad51b4","product_id":"342a0ff8-f977-4b4e-9661-c660f8bb9745","title":"claret_red-xl","weight_unit":"kg","inventory_quantity":1000,"sku":"4642558","barcode":"4642558","position":1,"option1":"claret_red","option2":"xl","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/df44b72d0afae462f48df6a2a8d83731.webp","path":"df44b72d0afae462f48df6a2a8d83731.webp","width":600,"height":900,"alt":"","aspect_ratio":0.6666666666666666},"wholesale_price":[{"price":22.99,"min_quantity":1}],"weight":"0.2","compare_at_price":"45.99","price":"22.99","retail_price":"45.99","available":true,"url":"\/products\/dd249b8e4611?variant=94c8bd5a-4f61-48c2-89a2-0d666aad51b4","available_quantity":999999999,"options":[{"name":"Color","value":"claret_red"},{"name":"Size","value":"xl"}],"off_ratio":50,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}