${function() {
const variantData = data.variant || {"id":"a43fb8b0-4037-49d7-88b7-367fede40aab","product_id":"bcd0de4f-f8e4-43b7-8add-2021b69575ae","title":"Blonde-20 INCH-100%(NORMAL)","weight_unit":"kg","inventory_quantity":1000,"sku":"BWW-L-CP-BE","barcode":"","position":1,"option1":"Blonde","option2":"20 INCH","option3":"100%(NORMAL)","note":"","image":null,"wholesale_price":[{"price":31.99,"min_quantity":1}],"weight":"0","compare_at_price":"99.99","price":"31.99","retail_price":"99.99","available":true,"url":"\/products\/brazilian-water-wave-360-frontal-lace-human-wigs-1-sf5y?variant=a43fb8b0-4037-49d7-88b7-367fede40aab","available_quantity":999999999,"options":[{"name":"COLOR","value":"Blonde"},{"name":"LENGTH","value":"20 INCH"},{"name":"DENSITY","value":"100%(NORMAL)"}],"off_ratio":68,"flashsale_info":[],"sales":1};
const saveType = "percentage";
const saveText = "Save {{saved_amount}}";
const productLabelDiscountOn = true;
return `
-
${saveText.replace('\{\{saved_amount\}\}',
saveType == 'percentage'
? variantData.off_ratio + '%'
: ` `
)}
`;
}()}
Color
: Blonde
${function(){
const optName = "COLOR";
const optionValue = data.originData.selectData ? data.originData.selectData[optName].value : data.originData.value;
const optionValueText = optionValue ? (': ' + optionValue) : '';
return `
${optionValueText}
`
}()}
${function(){
const tipText = "Please select a {{ name }}".replace(/\{\{\s+name\s+\}\}/g, data);
return `${tipText}
`
}()}
Length
: 20 INCH
${function(){
const optName = "LENGTH";
const optionValue = data.originData.selectData ? data.originData.selectData[optName].value : data.originData.value;
const optionValueText = optionValue ? (': ' + optionValue) : '';
return `
${optionValueText}
`
}()}
${function(){
const tipText = "Please select a {{ name }}".replace(/\{\{\s+name\s+\}\}/g, data);
return `${tipText}
`
}()}
Density
: 100%(NORMAL)
${function(){
const optName = "DENSITY";
const optionValue = data.originData.selectData ? data.originData.selectData[optName].value : data.originData.value;
const optionValueText = optionValue ? (': ' + optionValue) : '';
return `
${optionValueText}
`
}()}
${function(){
const tipText = "Please select a {{ name }}".replace(/\{\{\s+name\s+\}\}/g, data);
return `${tipText}
`
}()}
Add to cart
$31.99
${function(){
const wholesale_enabled = false;
const qty = data.quantity || 1;
const currentSelectVariant = data.variant;
const defaultVariant = (data.product && data.product.variants && data.product.variants[0]);
const productVariant = {"id":"a43fb8b0-4037-49d7-88b7-367fede40aab","product_id":"bcd0de4f-f8e4-43b7-8add-2021b69575ae","title":"Blonde-20 INCH-100%(NORMAL)","weight_unit":"kg","inventory_quantity":1000,"sku":"BWW-L-CP-BE","barcode":"","position":1,"option1":"Blonde","option2":"20 INCH","option3":"100%(NORMAL)","note":"","image":null,"wholesale_price":[{"price":31.99,"min_quantity":1}],"weight":"0","compare_at_price":"99.99","price":"31.99","retail_price":"99.99","available":true,"url":"\/products\/brazilian-water-wave-360-frontal-lace-human-wigs-1-sf5y?variant=a43fb8b0-4037-49d7-88b7-367fede40aab","available_quantity":999999999,"options":[{"name":"COLOR","value":"Blonde"},{"name":"LENGTH","value":"20 INCH"},{"name":"DENSITY","value":"100%(NORMAL)"}],"off_ratio":68,"flashsale_info":[],"sales":1};
const variantData = currentSelectVariant || defaultVariant || productVariant;
const wholesale_price = variantData.wholesale_price || [];
if(wholesale_enabled && wholesale_price.length > 0) {
let wholesaleIndex = wholesale_price.findIndex(item => {
return item.min_quantity > qty;
});
if(wholesaleIndex < 0){
wholesaleIndex = wholesale_price.length - 1;
}else if(wholesaleIndex > 0){
wholesaleIndex = wholesaleIndex - 1;
}
const wholesalePrice = wholesale_price[wholesaleIndex] || '';
return `
`
}else {
return `
`
}
}()}
Buy now
Product was out of stock.
Product is unavailable.
${function(){
const variantData = data.variant || {"id":"a43fb8b0-4037-49d7-88b7-367fede40aab","product_id":"bcd0de4f-f8e4-43b7-8add-2021b69575ae","title":"Blonde-20 INCH-100%(NORMAL)","weight_unit":"kg","inventory_quantity":1000,"sku":"BWW-L-CP-BE","barcode":"","position":1,"option1":"Blonde","option2":"20 INCH","option3":"100%(NORMAL)","note":"","image":null,"wholesale_price":[{"price":31.99,"min_quantity":1}],"weight":"0","compare_at_price":"99.99","price":"31.99","retail_price":"99.99","available":true,"url":"\/products\/brazilian-water-wave-360-frontal-lace-human-wigs-1-sf5y?variant=a43fb8b0-4037-49d7-88b7-367fede40aab","available_quantity":999999999,"options":[{"name":"COLOR","value":"Blonde"},{"name":"LENGTH","value":"20 INCH"},{"name":"DENSITY","value":"100%(NORMAL)"}],"off_ratio":68,"flashsale_info":[],"sales":1};
return `
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}