${function() {
const variantData = data.variant || {"id":"a025f506-3a85-48c5-8f5c-66f5324d9d0a","product_id":"c331ed28-a47b-4c96-9d11-d404f424eae7","title":"Brown-12 Inch-120%(Thick)","weight_unit":"kg","inventory_quantity":980,"sku":"ZYBW-Brown-12 Inch-120%(Thick)","barcode":"","position":1,"option1":"Brown","option2":"12 Inch","option3":"120%(Thick)","note":"","image":null,"wholesale_price":[{"price":31.99,"min_quantity":1}],"weight":"0","compare_at_price":"43.99","price":"31.99","retail_price":"43.99","available":true,"url":"\/products\/new-glueless-brown-bob-body-wave-wig-for-womencfb8782e-e190-4ab1-b1f3-6e2ade26ad75?variant=a025f506-3a85-48c5-8f5c-66f5324d9d0a","available_quantity":999999999,"options":[{"name":"COLOR","value":"Brown"},{"name":"LENGTH","value":"12 Inch"},{"name":"DENSITY","value":"120%(Thick)"}],"off_ratio":27,"flashsale_info":[],"sales":7};
const saveType = "percentage";
const saveText = "Save {{saved_amount}}";
const productLabelDiscountOn = true;
return `
-
${saveText.replace('\{\{saved_amount\}\}',
saveType == 'percentage'
? variantData.off_ratio + '%'
: ` `
)}
`;
}()}
Color
: Brown
${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
: 12 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
: 120%(Thick)
${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":"a025f506-3a85-48c5-8f5c-66f5324d9d0a","product_id":"c331ed28-a47b-4c96-9d11-d404f424eae7","title":"Brown-12 Inch-120%(Thick)","weight_unit":"kg","inventory_quantity":980,"sku":"ZYBW-Brown-12 Inch-120%(Thick)","barcode":"","position":1,"option1":"Brown","option2":"12 Inch","option3":"120%(Thick)","note":"","image":null,"wholesale_price":[{"price":31.99,"min_quantity":1}],"weight":"0","compare_at_price":"43.99","price":"31.99","retail_price":"43.99","available":true,"url":"\/products\/new-glueless-brown-bob-body-wave-wig-for-womencfb8782e-e190-4ab1-b1f3-6e2ade26ad75?variant=a025f506-3a85-48c5-8f5c-66f5324d9d0a","available_quantity":999999999,"options":[{"name":"COLOR","value":"Brown"},{"name":"LENGTH","value":"12 Inch"},{"name":"DENSITY","value":"120%(Thick)"}],"off_ratio":27,"flashsale_info":[],"sales":7};
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":"a025f506-3a85-48c5-8f5c-66f5324d9d0a","product_id":"c331ed28-a47b-4c96-9d11-d404f424eae7","title":"Brown-12 Inch-120%(Thick)","weight_unit":"kg","inventory_quantity":980,"sku":"ZYBW-Brown-12 Inch-120%(Thick)","barcode":"","position":1,"option1":"Brown","option2":"12 Inch","option3":"120%(Thick)","note":"","image":null,"wholesale_price":[{"price":31.99,"min_quantity":1}],"weight":"0","compare_at_price":"43.99","price":"31.99","retail_price":"43.99","available":true,"url":"\/products\/new-glueless-brown-bob-body-wave-wig-for-womencfb8782e-e190-4ab1-b1f3-6e2ade26ad75?variant=a025f506-3a85-48c5-8f5c-66f5324d9d0a","available_quantity":999999999,"options":[{"name":"COLOR","value":"Brown"},{"name":"LENGTH","value":"12 Inch"},{"name":"DENSITY","value":"120%(Thick)"}],"off_ratio":27,"flashsale_info":[],"sales":7};
return `
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}