${function() {
const variantData = data.variant || {"id":"e3ddf349-f1cd-4703-9f55-6510846567f7","product_id":"8edc02fc-9a06-4ccb-8ace-7f61c421fac5","title":"black","weight_unit":"g","inventory_quantity":999,"sku":"9e46f5a4-2b7d-46c1-9db7-184855a9a9ff","barcode":"","position":1,"option1":"black","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/a52d07112630eaf8a5db6518831f6aea.jpeg","path":"a52d07112630eaf8a5db6518831f6aea.jpeg","width":800,"height":800,"alt":"b7c9468fc62d047b12d03f9e38f01c6c","aspect_ratio":1},"wholesale_price":[{"price":2.38,"min_quantity":1}],"weight":"60","compare_at_price":"0","price":"2.38","retail_price":"0","available":true,"url":"\/products\/cross-border-foreign-trade-wish-fashion-anchor-leather-bracelet-european-and-american-hand-woven-multi-layer-mens-hand-rope-retro-bracelet?variant=e3ddf349-f1cd-4703-9f55-6510846567f7","available_quantity":999999999,"options":[{"name":"Color","value":"black"}],"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}
`
}()}
Product was out of stock.
Product is unavailable.
Sku : 9e46f5a4-2b7d-46c1-9db7-184855a9a9ff
Weight : 60g
${function(){
const variantData = data.variant || {"id":"e3ddf349-f1cd-4703-9f55-6510846567f7","product_id":"8edc02fc-9a06-4ccb-8ace-7f61c421fac5","title":"black","weight_unit":"g","inventory_quantity":999,"sku":"9e46f5a4-2b7d-46c1-9db7-184855a9a9ff","barcode":"","position":1,"option1":"black","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/a52d07112630eaf8a5db6518831f6aea.jpeg","path":"a52d07112630eaf8a5db6518831f6aea.jpeg","width":800,"height":800,"alt":"b7c9468fc62d047b12d03f9e38f01c6c","aspect_ratio":1},"wholesale_price":[{"price":2.38,"min_quantity":1}],"weight":"60","compare_at_price":"0","price":"2.38","retail_price":"0","available":true,"url":"\/products\/cross-border-foreign-trade-wish-fashion-anchor-leather-bracelet-european-and-american-hand-woven-multi-layer-mens-hand-rope-retro-bracelet?variant=e3ddf349-f1cd-4703-9f55-6510846567f7","available_quantity":999999999,"options":[{"name":"Color","value":"black"}],"off_ratio":0,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}