${function() {
const variantData = data.variant || {"id":"2acdf6f8-029d-4ecb-ade5-bb6c9a8e6a6e","product_id":"c3e06f1e-6e3b-4f54-af2c-8d869d65b905","title":"8 Inch-150%(THICK)","weight_unit":"kg","inventory_quantity":1000,"sku":"","barcode":"","position":1,"option1":"8 Inch","option2":"150%(THICK)","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/14ef7e51923dddd2bdfd99465b6f4ea8.jpeg","path":"14ef7e51923dddd2bdfd99465b6f4ea8.jpeg","width":500,"height":500,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":32.95,"min_quantity":1}],"weight":"0","compare_at_price":"79.99","price":"32.95","retail_price":"79.99","available":true,"url":"\/products\/pink-centre-parting-short-bob-hair-staight-wigs-xhr9?variant=2acdf6f8-029d-4ecb-ade5-bb6c9a8e6a6e","available_quantity":999999999,"options":[{"name":"Size","value":"8 Inch"},{"name":"Hair Density","value":"150%(THICK)"}],"off_ratio":59,"flashsale_info":[],"sales":0};
const saveType = "percentage";
const saveText = "Save {{saved_amount}}";
const productLabelDiscountOn = true;
return `
-
${saveText.replace('\{\{saved_amount\}\}',
saveType == 'percentage'
? variantData.off_ratio + '%'
: ` `
)}
`;
}()}
Size
: 8 Inch
${function(){
const optName = "Size";
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}
`
}()}
Hair Density
: 150%(THICK)
${function(){
const optName = "Hair 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
$32.95
${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":"2acdf6f8-029d-4ecb-ade5-bb6c9a8e6a6e","product_id":"c3e06f1e-6e3b-4f54-af2c-8d869d65b905","title":"8 Inch-150%(THICK)","weight_unit":"kg","inventory_quantity":1000,"sku":"","barcode":"","position":1,"option1":"8 Inch","option2":"150%(THICK)","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/14ef7e51923dddd2bdfd99465b6f4ea8.jpeg","path":"14ef7e51923dddd2bdfd99465b6f4ea8.jpeg","width":500,"height":500,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":32.95,"min_quantity":1}],"weight":"0","compare_at_price":"79.99","price":"32.95","retail_price":"79.99","available":true,"url":"\/products\/pink-centre-parting-short-bob-hair-staight-wigs-xhr9?variant=2acdf6f8-029d-4ecb-ade5-bb6c9a8e6a6e","available_quantity":999999999,"options":[{"name":"Size","value":"8 Inch"},{"name":"Hair Density","value":"150%(THICK)"}],"off_ratio":59,"flashsale_info":[],"sales":0};
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":"2acdf6f8-029d-4ecb-ade5-bb6c9a8e6a6e","product_id":"c3e06f1e-6e3b-4f54-af2c-8d869d65b905","title":"8 Inch-150%(THICK)","weight_unit":"kg","inventory_quantity":1000,"sku":"","barcode":"","position":1,"option1":"8 Inch","option2":"150%(THICK)","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/14ef7e51923dddd2bdfd99465b6f4ea8.jpeg","path":"14ef7e51923dddd2bdfd99465b6f4ea8.jpeg","width":500,"height":500,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":32.95,"min_quantity":1}],"weight":"0","compare_at_price":"79.99","price":"32.95","retail_price":"79.99","available":true,"url":"\/products\/pink-centre-parting-short-bob-hair-staight-wigs-xhr9?variant=2acdf6f8-029d-4ecb-ade5-bb6c9a8e6a6e","available_quantity":999999999,"options":[{"name":"Size","value":"8 Inch"},{"name":"Hair Density","value":"150%(THICK)"}],"off_ratio":59,"flashsale_info":[],"sales":0};
return `
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}