${function() {
const variantData = data.variant || {"id":"fd802fc3-dfde-4383-a30b-dd11008ebd08","product_id":"517d8fbe-e6b7-4f2c-87b4-55d60e1d26a3","title":"As picture","weight_unit":"kg","inventory_quantity":100,"sku":"RT0008-As picture","barcode":"","position":1,"option1":"As picture","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/15e94b8ba161bfc1cd87e4f553d696c8.jpeg","path":"15e94b8ba161bfc1cd87e4f553d696c8.jpeg","width":713,"height":954,"alt":"","aspect_ratio":0.7473794549266247},"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-5fay-ybi1?variant=fd802fc3-dfde-4383-a30b-dd11008ebd08","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 : RT0008-As picture
Weight : 0.1kg
${function(){
const variantData = data.variant || {"id":"fd802fc3-dfde-4383-a30b-dd11008ebd08","product_id":"517d8fbe-e6b7-4f2c-87b4-55d60e1d26a3","title":"As picture","weight_unit":"kg","inventory_quantity":100,"sku":"RT0008-As picture","barcode":"","position":1,"option1":"As picture","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/15e94b8ba161bfc1cd87e4f553d696c8.jpeg","path":"15e94b8ba161bfc1cd87e4f553d696c8.jpeg","width":713,"height":954,"alt":"","aspect_ratio":0.7473794549266247},"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-5fay-ybi1?variant=fd802fc3-dfde-4383-a30b-dd11008ebd08","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}
`
}()}