${function() {
const variantData = data.variant || {"id":"998118dc-7415-4cd0-8c8e-fcda430519a8","product_id":"735097df-f0ec-46c8-a4ac-338f1f2c683b","title":"Black-ONE-SIZE","weight_unit":"g","inventory_quantity":500,"sku":"QY22264-BK-SS","barcode":"","position":1,"option1":"Black","option2":"ONE-SIZE","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/cb810ba9f8052cface434b0e96f79627.jpeg","path":"cb810ba9f8052cface434b0e96f79627.jpeg","width":600,"height":899,"alt":"","aspect_ratio":0.6674082313681868},"wholesale_price":[{"price":2.99,"min_quantity":1}],"weight":"13","compare_at_price":"0","price":"2.99","retail_price":"0","available":true,"url":"\/products\/stainless-steel-layered-necklace-7?variant=998118dc-7415-4cd0-8c8e-fcda430519a8","available_quantity":999999999,"options":[{"name":"Color","value":"Black"},{"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 : QY22264-BK-SS
Weight : 13g
${function(){
const variantData = data.variant || {"id":"998118dc-7415-4cd0-8c8e-fcda430519a8","product_id":"735097df-f0ec-46c8-a4ac-338f1f2c683b","title":"Black-ONE-SIZE","weight_unit":"g","inventory_quantity":500,"sku":"QY22264-BK-SS","barcode":"","position":1,"option1":"Black","option2":"ONE-SIZE","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/cb810ba9f8052cface434b0e96f79627.jpeg","path":"cb810ba9f8052cface434b0e96f79627.jpeg","width":600,"height":899,"alt":"","aspect_ratio":0.6674082313681868},"wholesale_price":[{"price":2.99,"min_quantity":1}],"weight":"13","compare_at_price":"0","price":"2.99","retail_price":"0","available":true,"url":"\/products\/stainless-steel-layered-necklace-7?variant=998118dc-7415-4cd0-8c8e-fcda430519a8","available_quantity":999999999,"options":[{"name":"Color","value":"Black"},{"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}
`
}()}