${function() {
const variantData = data.variant || {"id":"92220410-4e96-43ed-9021-f56ce20b2783","product_id":"8de3fce2-c931-4c19-ad01-cccab4abd094","title":"Black-18Inch-100%Normal","weight_unit":"kg","inventory_quantity":1000,"sku":"BWW-L-CP-BK","barcode":"","position":1,"option1":"Black","option2":"18Inch","option3":"100%Normal","note":"","image":null,"wholesale_price":[{"price":36.99,"min_quantity":1}],"weight":"0","compare_at_price":"99.99","price":"36.99","retail_price":"99.99","available":true,"url":"\/products\/length-bob-body-wave-wig-for-women?variant=92220410-4e96-43ed-9021-f56ce20b2783","available_quantity":999999999,"options":[{"name":"COLOR","value":"Black"},{"name":"LENGTH","value":"18Inch"},{"name":"DENSITY","value":"100%Normal"}],"off_ratio":63,"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
: Black
${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
: 18Inch
${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
$36.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":"92220410-4e96-43ed-9021-f56ce20b2783","product_id":"8de3fce2-c931-4c19-ad01-cccab4abd094","title":"Black-18Inch-100%Normal","weight_unit":"kg","inventory_quantity":1000,"sku":"BWW-L-CP-BK","barcode":"","position":1,"option1":"Black","option2":"18Inch","option3":"100%Normal","note":"","image":null,"wholesale_price":[{"price":36.99,"min_quantity":1}],"weight":"0","compare_at_price":"99.99","price":"36.99","retail_price":"99.99","available":true,"url":"\/products\/length-bob-body-wave-wig-for-women?variant=92220410-4e96-43ed-9021-f56ce20b2783","available_quantity":999999999,"options":[{"name":"COLOR","value":"Black"},{"name":"LENGTH","value":"18Inch"},{"name":"DENSITY","value":"100%Normal"}],"off_ratio":63,"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":"92220410-4e96-43ed-9021-f56ce20b2783","product_id":"8de3fce2-c931-4c19-ad01-cccab4abd094","title":"Black-18Inch-100%Normal","weight_unit":"kg","inventory_quantity":1000,"sku":"BWW-L-CP-BK","barcode":"","position":1,"option1":"Black","option2":"18Inch","option3":"100%Normal","note":"","image":null,"wholesale_price":[{"price":36.99,"min_quantity":1}],"weight":"0","compare_at_price":"99.99","price":"36.99","retail_price":"99.99","available":true,"url":"\/products\/length-bob-body-wave-wig-for-women?variant=92220410-4e96-43ed-9021-f56ce20b2783","available_quantity":999999999,"options":[{"name":"COLOR","value":"Black"},{"name":"LENGTH","value":"18Inch"},{"name":"DENSITY","value":"100%Normal"}],"off_ratio":63,"flashsale_info":[],"sales":1};
return `
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}