${function() {
const variantData = data.variant || {"id":"4cc88a3c-96ed-4d93-9b38-0ad3bf6d3c31","product_id":"b7a1d3c3-d864-4d0e-ac01-1801835c6b3c","title":"BLACK-100% (Thick)","weight_unit":"kg","inventory_quantity":998,"sku":"AlienZY-BLACK-100% (Thick)","barcode":"","position":1,"option1":"BLACK","option2":"100% (Thick)","option3":"","note":"","image":null,"wholesale_price":[{"price":34.99,"min_quantity":1}],"weight":"0","compare_at_price":"69.99","price":"34.99","retail_price":"69.99","available":true,"url":"\/products\/hot-sale-4inch-short-curly-wave-wig-1-e0lu2b5bae95-daa8-4734-b138-5768bf24e07d?variant=4cc88a3c-96ed-4d93-9b38-0ad3bf6d3c31","available_quantity":999999999,"options":[{"name":"COLOR","value":"BLACK"},{"name":"DENSITY","value":"100% (Thick)"}],"off_ratio":50,"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 + '%'
: ` `
)}
`;
}()}
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}
`
}()}
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
$34.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":"4cc88a3c-96ed-4d93-9b38-0ad3bf6d3c31","product_id":"b7a1d3c3-d864-4d0e-ac01-1801835c6b3c","title":"BLACK-100% (Thick)","weight_unit":"kg","inventory_quantity":998,"sku":"AlienZY-BLACK-100% (Thick)","barcode":"","position":1,"option1":"BLACK","option2":"100% (Thick)","option3":"","note":"","image":null,"wholesale_price":[{"price":34.99,"min_quantity":1}],"weight":"0","compare_at_price":"69.99","price":"34.99","retail_price":"69.99","available":true,"url":"\/products\/hot-sale-4inch-short-curly-wave-wig-1-e0lu2b5bae95-daa8-4734-b138-5768bf24e07d?variant=4cc88a3c-96ed-4d93-9b38-0ad3bf6d3c31","available_quantity":999999999,"options":[{"name":"COLOR","value":"BLACK"},{"name":"DENSITY","value":"100% (Thick)"}],"off_ratio":50,"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":"4cc88a3c-96ed-4d93-9b38-0ad3bf6d3c31","product_id":"b7a1d3c3-d864-4d0e-ac01-1801835c6b3c","title":"BLACK-100% (Thick)","weight_unit":"kg","inventory_quantity":998,"sku":"AlienZY-BLACK-100% (Thick)","barcode":"","position":1,"option1":"BLACK","option2":"100% (Thick)","option3":"","note":"","image":null,"wholesale_price":[{"price":34.99,"min_quantity":1}],"weight":"0","compare_at_price":"69.99","price":"34.99","retail_price":"69.99","available":true,"url":"\/products\/hot-sale-4inch-short-curly-wave-wig-1-e0lu2b5bae95-daa8-4734-b138-5768bf24e07d?variant=4cc88a3c-96ed-4d93-9b38-0ad3bf6d3c31","available_quantity":999999999,"options":[{"name":"COLOR","value":"BLACK"},{"name":"DENSITY","value":"100% (Thick)"}],"off_ratio":50,"flashsale_info":[],"sales":0};
return `
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}