${function() {
const variantData = data.variant || {"id":"4991e795-998f-4fea-a075-d92dfd4260ed","product_id":"f8ceb498-f630-4906-bafc-e6a6709a617a","title":"Gold-ONE-SIZE","weight_unit":"g","inventory_quantity":0,"sku":"QY22064-GO-SS","barcode":"","position":1,"option1":"Gold","option2":"ONE-SIZE","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/061fcc0fc92b0d7fae7a992e5d59ecb1.jpeg","path":"061fcc0fc92b0d7fae7a992e5d59ecb1.jpeg","width":1200,"height":1200,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":16.99,"min_quantity":1}],"weight":"50","compare_at_price":"0","price":"16.99","retail_price":"0","available":true,"url":"\/products\/christmas-earrings-set-28?variant=4991e795-998f-4fea-a075-d92dfd4260ed","available_quantity":999999999,"options":[{"name":"Color","value":"Gold"},{"name":"Size","value":"ONE-SIZE"}],"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}
`
}()}
${function(){
const tipText = "Please select a {{ name }}".replace(/\{\{\s+name\s+\}\}/g, data);
return `${tipText}
`
}()}
Product was out of stock.
Product is unavailable.
Sku : QY22064-GO-SS
Weight : 50g
${function(){
const variantData = data.variant || {"id":"4991e795-998f-4fea-a075-d92dfd4260ed","product_id":"f8ceb498-f630-4906-bafc-e6a6709a617a","title":"Gold-ONE-SIZE","weight_unit":"g","inventory_quantity":0,"sku":"QY22064-GO-SS","barcode":"","position":1,"option1":"Gold","option2":"ONE-SIZE","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/061fcc0fc92b0d7fae7a992e5d59ecb1.jpeg","path":"061fcc0fc92b0d7fae7a992e5d59ecb1.jpeg","width":1200,"height":1200,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":16.99,"min_quantity":1}],"weight":"50","compare_at_price":"0","price":"16.99","retail_price":"0","available":true,"url":"\/products\/christmas-earrings-set-28?variant=4991e795-998f-4fea-a075-d92dfd4260ed","available_quantity":999999999,"options":[{"name":"Color","value":"Gold"},{"name":"Size","value":"ONE-SIZE"}],"off_ratio":0,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}