${function() {
const variantData = data.variant || {"id":"4827ad11-4741-4749-8ae7-db7278962510","title":"gold-One Size","weight_unit":"g","inventory_quantity":894,"sku":"GSWAC0255-gold-One Size","barcode":"","position":1,"option1":"gold","option2":"One Size","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/22654279ba28e946daafdf1a30666ef2.jpeg","path":"22654279ba28e946daafdf1a30666ef2.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":5.99,"min_quantity":1}],"weight":"15","compare_at_price":"0","price":"5.99","retail_price":"0","available":true,"url":"\/products\/maple-leaf-palm-rose-hollow-love-necklace-multilayer-sweater-chain?variant=4827ad11-4741-4749-8ae7-db7278962510","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}}";
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 : GSWAC0255-gold-One Size
Weight : 15g
${function(){
const variantData = data.variant || {"id":"4827ad11-4741-4749-8ae7-db7278962510","title":"gold-One Size","weight_unit":"g","inventory_quantity":894,"sku":"GSWAC0255-gold-One Size","barcode":"","position":1,"option1":"gold","option2":"One Size","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/22654279ba28e946daafdf1a30666ef2.jpeg","path":"22654279ba28e946daafdf1a30666ef2.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":5.99,"min_quantity":1}],"weight":"15","compare_at_price":"0","price":"5.99","retail_price":"0","available":true,"url":"\/products\/maple-leaf-palm-rose-hollow-love-necklace-multilayer-sweater-chain?variant=4827ad11-4741-4749-8ae7-db7278962510","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}
`
}()}