${function() {
const variantData = data.variant || {"id":"1e393f27-3a82-49bb-a4cd-c5bf78037032","product_id":"244d90a8-c521-42f7-9010-6ced960b45b5","title":"Black Mixed Blonde-20 INCH-100% (Thick)","weight_unit":"kg","inventory_quantity":999,"sku":"","barcode":"","position":1,"option1":"Black Mixed Blonde","option2":"20 INCH","option3":"100% (Thick)","note":"","image":null,"wholesale_price":[{"price":39.99,"min_quantity":1}],"weight":"0","compare_at_price":"99.99","price":"39.99","retail_price":"99.99","available":true,"url":"\/products\/black-mixed-blonde-curly-long-hair-headband-glueless-wig?variant=1e393f27-3a82-49bb-a4cd-c5bf78037032","available_quantity":999999999,"options":[{"name":"COLOR","value":"Black Mixed Blonde"},{"name":"LENGTH","value":"20 INCH"},{"name":"DENSITY","value":"100% (Thick)"}],"off_ratio":60,"flashsale_info":[],"sales":2};
const saveType = "percentage";
const saveText = "Save {{saved_amount}}";
const productLabelDiscountOn = true;
return `
-
${saveText.replace('\{\{saved_amount\}\}',
saveType == 'percentage'
? variantData.off_ratio + '%'
: ` `
)}
`;
}()}
Color
: Black 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
: 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% (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
$39.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":"1e393f27-3a82-49bb-a4cd-c5bf78037032","product_id":"244d90a8-c521-42f7-9010-6ced960b45b5","title":"Black Mixed Blonde-20 INCH-100% (Thick)","weight_unit":"kg","inventory_quantity":999,"sku":"","barcode":"","position":1,"option1":"Black Mixed Blonde","option2":"20 INCH","option3":"100% (Thick)","note":"","image":null,"wholesale_price":[{"price":39.99,"min_quantity":1}],"weight":"0","compare_at_price":"99.99","price":"39.99","retail_price":"99.99","available":true,"url":"\/products\/black-mixed-blonde-curly-long-hair-headband-glueless-wig?variant=1e393f27-3a82-49bb-a4cd-c5bf78037032","available_quantity":999999999,"options":[{"name":"COLOR","value":"Black Mixed Blonde"},{"name":"LENGTH","value":"20 INCH"},{"name":"DENSITY","value":"100% (Thick)"}],"off_ratio":60,"flashsale_info":[],"sales":2};
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":"1e393f27-3a82-49bb-a4cd-c5bf78037032","product_id":"244d90a8-c521-42f7-9010-6ced960b45b5","title":"Black Mixed Blonde-20 INCH-100% (Thick)","weight_unit":"kg","inventory_quantity":999,"sku":"","barcode":"","position":1,"option1":"Black Mixed Blonde","option2":"20 INCH","option3":"100% (Thick)","note":"","image":null,"wholesale_price":[{"price":39.99,"min_quantity":1}],"weight":"0","compare_at_price":"99.99","price":"39.99","retail_price":"99.99","available":true,"url":"\/products\/black-mixed-blonde-curly-long-hair-headband-glueless-wig?variant=1e393f27-3a82-49bb-a4cd-c5bf78037032","available_quantity":999999999,"options":[{"name":"COLOR","value":"Black Mixed Blonde"},{"name":"LENGTH","value":"20 INCH"},{"name":"DENSITY","value":"100% (Thick)"}],"off_ratio":60,"flashsale_info":[],"sales":2};
return `
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}