${function() {
const variantData = data.variant || {"id":"9bc09f03-65a3-47ee-ab0f-087bda291f8f","product_id":"b28405ba-bd70-4844-920f-2b94b351f90d","title":"10 inches-100%(NORMAL)","weight_unit":"kg","inventory_quantity":968,"sku":"ZY81-10 inches-100","barcode":"","position":1,"option1":"10 inches","option2":"100%(NORMAL)","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/207a98a5ef4fb0c656eccd55eecf4cf7.jpeg","path":"207a98a5ef4fb0c656eccd55eecf4cf7.jpeg","width":600,"height":600,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":29.99,"min_quantity":1}],"weight":"0","compare_at_price":"59.99","price":"29.99","retail_price":"59.99","available":true,"url":"\/products\/casual-blonde-highlights-curly-minimalist-undetectable-lace-glueless-c-part-short-wig?variant=9bc09f03-65a3-47ee-ab0f-087bda291f8f","available_quantity":999999999,"options":[{"name":"Length","value":"10 inches"},{"name":"Density","value":"100%(NORMAL)"}],"off_ratio":50,"flashsale_info":[],"sales":10};
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.
${function(){
const variantData = data.variant || {"id":"9bc09f03-65a3-47ee-ab0f-087bda291f8f","product_id":"b28405ba-bd70-4844-920f-2b94b351f90d","title":"10 inches-100%(NORMAL)","weight_unit":"kg","inventory_quantity":968,"sku":"ZY81-10 inches-100","barcode":"","position":1,"option1":"10 inches","option2":"100%(NORMAL)","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/207a98a5ef4fb0c656eccd55eecf4cf7.jpeg","path":"207a98a5ef4fb0c656eccd55eecf4cf7.jpeg","width":600,"height":600,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":29.99,"min_quantity":1}],"weight":"0","compare_at_price":"59.99","price":"29.99","retail_price":"59.99","available":true,"url":"\/products\/casual-blonde-highlights-curly-minimalist-undetectable-lace-glueless-c-part-short-wig?variant=9bc09f03-65a3-47ee-ab0f-087bda291f8f","available_quantity":999999999,"options":[{"name":"Length","value":"10 inches"},{"name":"Density","value":"100%(NORMAL)"}],"off_ratio":50,"flashsale_info":[],"sales":10};
return `
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}