${function() {
const variantData = data.variant || {"id":"2b652240-2df6-498c-a80c-255779b69fb4","title":"blue","weight_unit":"kg","inventory_quantity":888,"sku":"GCAAC0438-blue","barcode":"","position":1,"option1":"blue","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/a4ff014b3c1cd6f2339929e4384bc618.jpeg","path":"a4ff014b3c1cd6f2339929e4384bc618.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":5.99,"min_quantity":1}],"weight":"0.6","compare_at_price":"0","price":"5.99","retail_price":"0","available":true,"url":"\/products\/tassel-pendant-straw-woven-bag-beach-shoulder-bag?variant=2b652240-2df6-498c-a80c-255779b69fb4","available_quantity":999999999,"options":[{"name":"color","value":"blue"}],"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}
`
}()}
Product was out of stock.
Product is unavailable.
Sku : GCAAC0438-blue
Weight : 0.6kg
${function(){
const variantData = data.variant || {"id":"2b652240-2df6-498c-a80c-255779b69fb4","title":"blue","weight_unit":"kg","inventory_quantity":888,"sku":"GCAAC0438-blue","barcode":"","position":1,"option1":"blue","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/a4ff014b3c1cd6f2339929e4384bc618.jpeg","path":"a4ff014b3c1cd6f2339929e4384bc618.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":5.99,"min_quantity":1}],"weight":"0.6","compare_at_price":"0","price":"5.99","retail_price":"0","available":true,"url":"\/products\/tassel-pendant-straw-woven-bag-beach-shoulder-bag?variant=2b652240-2df6-498c-a80c-255779b69fb4","available_quantity":999999999,"options":[{"name":"color","value":"blue"}],"off_ratio":0,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}