${function() {
const variantData = data.variant || {"id":"bdb648da-f050-4d7c-8261-e5bf25d0e41e","product_id":"bfbb6281-96f6-4702-bab7-a8f96cd2e721","title":"White-One Size","weight_unit":"kg","inventory_quantity":1000,"sku":"QZHYL63pEy-White-OneSize","barcode":"","position":1,"option1":"White","option2":"One Size","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/a3f4979f52a1507f581f0b72e074a1cb.jpeg","path":"a3f4979f52a1507f581f0b72e074a1cb.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":10.58,"min_quantity":1}],"weight":"0","compare_at_price":"15.99","price":"10.58","retail_price":"15.99","available":true,"url":"\/products\/solid-color-v-neck-lace-camisole-1?variant=bdb648da-f050-4d7c-8261-e5bf25d0e41e","available_quantity":999999999,"options":[{"name":"Color","value":"White"},{"name":"Size","value":"One Size"}],"off_ratio":34,"flashsale_info":[],"sales":0};
const saveType = "percentage";
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 : QZHYL63pEy-White-OneSize
${function(){
const variantData = data.variant || {"id":"bdb648da-f050-4d7c-8261-e5bf25d0e41e","product_id":"bfbb6281-96f6-4702-bab7-a8f96cd2e721","title":"White-One Size","weight_unit":"kg","inventory_quantity":1000,"sku":"QZHYL63pEy-White-OneSize","barcode":"","position":1,"option1":"White","option2":"One Size","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/a3f4979f52a1507f581f0b72e074a1cb.jpeg","path":"a3f4979f52a1507f581f0b72e074a1cb.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":10.58,"min_quantity":1}],"weight":"0","compare_at_price":"15.99","price":"10.58","retail_price":"15.99","available":true,"url":"\/products\/solid-color-v-neck-lace-camisole-1?variant=bdb648da-f050-4d7c-8261-e5bf25d0e41e","available_quantity":999999999,"options":[{"name":"Color","value":"White"},{"name":"Size","value":"One Size"}],"off_ratio":34,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}