${function() {
const variantData = data.variant || {"id":"0e406395-83cc-4ac9-b280-3d454facb673","product_id":"3008aaa7-42ec-4a96-988e-aa3d657f6ab8","title":"PIC 1-One Size","weight_unit":"g","inventory_quantity":200,"sku":"UR0865-PIC 1-One Size","barcode":"","position":1,"option1":"PIC 1","option2":"One Size","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/bc06756a3766e4ffb17ea4de1fec2ded.jpeg","path":"bc06756a3766e4ffb17ea4de1fec2ded.jpeg","width":900,"height":1200,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":26.99,"min_quantity":1}],"weight":"73","compare_at_price":"41.99","price":"26.99","retail_price":"41.99","available":true,"url":"\/products\/love-heart-pendant-turquoise-pearl-necklace?variant=0e406395-83cc-4ac9-b280-3d454facb673","available_quantity":200,"options":[{"name":"color","value":"PIC 1"},{"name":"size","value":"One Size"}],"off_ratio":36,"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 : UR0865-PIC 1-One Size
Weight : 73g
${function(){
const variantData = data.variant || {"id":"0e406395-83cc-4ac9-b280-3d454facb673","product_id":"3008aaa7-42ec-4a96-988e-aa3d657f6ab8","title":"PIC 1-One Size","weight_unit":"g","inventory_quantity":200,"sku":"UR0865-PIC 1-One Size","barcode":"","position":1,"option1":"PIC 1","option2":"One Size","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/bc06756a3766e4ffb17ea4de1fec2ded.jpeg","path":"bc06756a3766e4ffb17ea4de1fec2ded.jpeg","width":900,"height":1200,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":26.99,"min_quantity":1}],"weight":"73","compare_at_price":"41.99","price":"26.99","retail_price":"41.99","available":true,"url":"\/products\/love-heart-pendant-turquoise-pearl-necklace?variant=0e406395-83cc-4ac9-b280-3d454facb673","available_quantity":200,"options":[{"name":"color","value":"PIC 1"},{"name":"size","value":"One Size"}],"off_ratio":36,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}