${function() {
const variantData = data.variant || {"id":"876ab70a-855d-42d0-a927-0f26ba525c20","product_id":"3c282b52-8c65-4009-b429-039e86aff0bb","title":"As picture","weight_unit":"kg","inventory_quantity":100,"sku":"RT0006-As picture","barcode":"","position":1,"option1":"As picture","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/7d0e002cf273356cc5e9d316f247b8b0.jpeg","path":"7d0e002cf273356cc5e9d316f247b8b0.jpeg","width":711,"height":958,"alt":"","aspect_ratio":0.7421711899791231},"wholesale_price":[{"price":12.98,"min_quantity":1}],"weight":"0.1","compare_at_price":"0","price":"12.98","retail_price":"0","available":true,"url":"\/products\/elegant-floral-necklace-dqz4-21ik-7czp-t0sg?variant=876ab70a-855d-42d0-a927-0f26ba525c20","available_quantity":999999999,"options":[{"name":"color","value":"As picture"}],"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 : RT0006-As picture
Weight : 0.1kg
${function(){
const variantData = data.variant || {"id":"876ab70a-855d-42d0-a927-0f26ba525c20","product_id":"3c282b52-8c65-4009-b429-039e86aff0bb","title":"As picture","weight_unit":"kg","inventory_quantity":100,"sku":"RT0006-As picture","barcode":"","position":1,"option1":"As picture","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/7d0e002cf273356cc5e9d316f247b8b0.jpeg","path":"7d0e002cf273356cc5e9d316f247b8b0.jpeg","width":711,"height":958,"alt":"","aspect_ratio":0.7421711899791231},"wholesale_price":[{"price":12.98,"min_quantity":1}],"weight":"0.1","compare_at_price":"0","price":"12.98","retail_price":"0","available":true,"url":"\/products\/elegant-floral-necklace-dqz4-21ik-7czp-t0sg?variant=876ab70a-855d-42d0-a927-0f26ba525c20","available_quantity":999999999,"options":[{"name":"color","value":"As picture"}],"off_ratio":0,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}