${function() {
const variantData = data.variant || {"id":"b2af640b-89eb-4485-b571-958290e9b192","product_id":"0260e95e-4496-4ae3-ba54-04e5c6f7c0c4","title":"Brown mixed Blonde-12 Inch-120%(Thick)","weight_unit":"kg","inventory_quantity":982,"sku":"BWW-M-CP-BMB","barcode":"","position":1,"option1":"Brown mixed Blonde","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\/glueless-mixed-blonde-short-bob-body-wave-wig-for-women58b0fed2-2e87-4e54-83b3-a09fa5479659?variant=b2af640b-89eb-4485-b571-958290e9b192","available_quantity":999999999,"options":[{"name":"COLOR","value":"Brown mixed Blonde"},{"name":"LENGTH","value":"12 Inch"},{"name":"DENSITY","value":"120%(Thick)"}],"off_ratio":27,"flashsale_info":[],"sales":5};
const saveType = "percentage";
const saveText = "Save {{saved_amount}}";
const productLabelDiscountOn = true;
return `
-
${saveText.replace('\{\{saved_amount\}\}',
saveType == 'percentage'
? variantData.off_ratio + '%'
: ` `
)}
`;
}()}
Color
: Brown mixed 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
: 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":"b2af640b-89eb-4485-b571-958290e9b192","product_id":"0260e95e-4496-4ae3-ba54-04e5c6f7c0c4","title":"Brown mixed Blonde-12 Inch-120%(Thick)","weight_unit":"kg","inventory_quantity":982,"sku":"BWW-M-CP-BMB","barcode":"","position":1,"option1":"Brown mixed Blonde","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\/glueless-mixed-blonde-short-bob-body-wave-wig-for-women58b0fed2-2e87-4e54-83b3-a09fa5479659?variant=b2af640b-89eb-4485-b571-958290e9b192","available_quantity":999999999,"options":[{"name":"COLOR","value":"Brown mixed Blonde"},{"name":"LENGTH","value":"12 Inch"},{"name":"DENSITY","value":"120%(Thick)"}],"off_ratio":27,"flashsale_info":[],"sales":5};
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":"b2af640b-89eb-4485-b571-958290e9b192","product_id":"0260e95e-4496-4ae3-ba54-04e5c6f7c0c4","title":"Brown mixed Blonde-12 Inch-120%(Thick)","weight_unit":"kg","inventory_quantity":982,"sku":"BWW-M-CP-BMB","barcode":"","position":1,"option1":"Brown mixed Blonde","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\/glueless-mixed-blonde-short-bob-body-wave-wig-for-women58b0fed2-2e87-4e54-83b3-a09fa5479659?variant=b2af640b-89eb-4485-b571-958290e9b192","available_quantity":999999999,"options":[{"name":"COLOR","value":"Brown mixed Blonde"},{"name":"LENGTH","value":"12 Inch"},{"name":"DENSITY","value":"120%(Thick)"}],"off_ratio":27,"flashsale_info":[],"sales":5};
return `
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}