${function() {
const variantData = data.variant || {"id":"f3b084f7-1bf1-470d-9689-142354aff8b4","product_id":"65a29668-d7f6-41d5-90d0-c069a1d7906e","title":"Brown (AS IN VIDEO)-130%(NORMAL)","weight_unit":"kg","inventory_quantity":997,"sku":"CW-L-CP-LB","barcode":"","position":1,"option1":"Brown (AS IN VIDEO)","option2":"130%(NORMAL)","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/3db338ad7813047c792ee4880bb69cfc.png","path":"3db338ad7813047c792ee4880bb69cfc.png","width":720,"height":720,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":31.99,"min_quantity":1}],"weight":"0","compare_at_price":"79.99","price":"31.99","retail_price":"79.99","available":true,"url":"\/products\/no-glue-loose-wavy-wig-virgin-hair-wig-pre-pulled-hairline?variant=f3b084f7-1bf1-470d-9689-142354aff8b4","available_quantity":999999999,"options":[{"name":"Color","value":"Brown (AS IN VIDEO)"},{"name":"Density","value":"130%(NORMAL)"}],"off_ratio":60,"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
: Brown (AS IN VIDEO)
${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}
`
}()}
Density
: 130%(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":"f3b084f7-1bf1-470d-9689-142354aff8b4","product_id":"65a29668-d7f6-41d5-90d0-c069a1d7906e","title":"Brown (AS IN VIDEO)-130%(NORMAL)","weight_unit":"kg","inventory_quantity":997,"sku":"CW-L-CP-LB","barcode":"","position":1,"option1":"Brown (AS IN VIDEO)","option2":"130%(NORMAL)","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/3db338ad7813047c792ee4880bb69cfc.png","path":"3db338ad7813047c792ee4880bb69cfc.png","width":720,"height":720,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":31.99,"min_quantity":1}],"weight":"0","compare_at_price":"79.99","price":"31.99","retail_price":"79.99","available":true,"url":"\/products\/no-glue-loose-wavy-wig-virgin-hair-wig-pre-pulled-hairline?variant=f3b084f7-1bf1-470d-9689-142354aff8b4","available_quantity":999999999,"options":[{"name":"Color","value":"Brown (AS IN VIDEO)"},{"name":"Density","value":"130%(NORMAL)"}],"off_ratio":60,"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":"f3b084f7-1bf1-470d-9689-142354aff8b4","product_id":"65a29668-d7f6-41d5-90d0-c069a1d7906e","title":"Brown (AS IN VIDEO)-130%(NORMAL)","weight_unit":"kg","inventory_quantity":997,"sku":"CW-L-CP-LB","barcode":"","position":1,"option1":"Brown (AS IN VIDEO)","option2":"130%(NORMAL)","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/3db338ad7813047c792ee4880bb69cfc.png","path":"3db338ad7813047c792ee4880bb69cfc.png","width":720,"height":720,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":31.99,"min_quantity":1}],"weight":"0","compare_at_price":"79.99","price":"31.99","retail_price":"79.99","available":true,"url":"\/products\/no-glue-loose-wavy-wig-virgin-hair-wig-pre-pulled-hairline?variant=f3b084f7-1bf1-470d-9689-142354aff8b4","available_quantity":999999999,"options":[{"name":"Color","value":"Brown (AS IN VIDEO)"},{"name":"Density","value":"130%(NORMAL)"}],"off_ratio":60,"flashsale_info":[],"sales":1};
return `
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}