${function() {
const variantData = data.variant || {"id":"fcb48a81-8a13-466d-b8d8-8559c1a2aaeb","product_id":"71f6220b-5a88-49e7-b93f-f7c392cd2aaa","title":"Silver-s","weight_unit":"kg","inventory_quantity":1000,"sku":"6120163","barcode":"6120163","position":1,"option1":"Silver","option2":"s","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/ef642f1c620c9a64f56db6b77e3b53fd.webp","path":"ef642f1c620c9a64f56db6b77e3b53fd.webp","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":44.11,"min_quantity":1}],"weight":"0.2","compare_at_price":"110.29","price":"44.11","retail_price":"110.29","available":true,"url":"\/products\/b3e5eba87419?variant=fcb48a81-8a13-466d-b8d8-8559c1a2aaeb","available_quantity":999999999,"options":[{"name":"Color","value":"Silver"},{"name":"Size","value":"s"}],"off_ratio":60,"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 : 6120163
Weight : 0.2kg
Barcode : 6120163
${function(){
const variantData = data.variant || {"id":"fcb48a81-8a13-466d-b8d8-8559c1a2aaeb","product_id":"71f6220b-5a88-49e7-b93f-f7c392cd2aaa","title":"Silver-s","weight_unit":"kg","inventory_quantity":1000,"sku":"6120163","barcode":"6120163","position":1,"option1":"Silver","option2":"s","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/ef642f1c620c9a64f56db6b77e3b53fd.webp","path":"ef642f1c620c9a64f56db6b77e3b53fd.webp","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":44.11,"min_quantity":1}],"weight":"0.2","compare_at_price":"110.29","price":"44.11","retail_price":"110.29","available":true,"url":"\/products\/b3e5eba87419?variant=fcb48a81-8a13-466d-b8d8-8559c1a2aaeb","available_quantity":999999999,"options":[{"name":"Color","value":"Silver"},{"name":"Size","value":"s"}],"off_ratio":60,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}