Sonic Electric Toothbrush
${function() {
const variantData = data.variant || {"id":"4c50dd70-5d8e-4302-86f5-d5e41fbfad98","product_id":"22ff7177-cbd5-461f-b2bc-24896a684499","title":"Black-With 3 Brush Heads","weight_unit":"kg","inventory_quantity":0,"sku":"DJ-0490-Black-With 3 Brush Heads","barcode":"","position":1,"option1":"Black","option2":"With 3 Brush Heads","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/5033a475b70e5f269de1fe64836b74db.webp","path":"5033a475b70e5f269de1fe64836b74db.webp","width":600,"height":599,"alt":"","aspect_ratio":1.001669449081803},"wholesale_price":[{"price":21.99,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"21.99","retail_price":"0","available":true,"url":"\/products\/sonic-electric-toothbrush?variant=4c50dd70-5d8e-4302-86f5-d5e41fbfad98","available_quantity":999999999,"options":[{"name":"TOOTHBRUSH COLOR","value":"Black"},{"name":"BUNDLES","value":"With 3 Brush Heads"}],"off_ratio":0,"flashsale_info":[],"sales":3};
const saveType = "percentage";
const productLabelDiscountOn = true;
return `
-
${saveType == 'percentage'
? `-${variantData.off_ratio}% `
: `- `
}
`;
}()}
Toothbrush Color:
Black
${function(){
const optName = "TOOTHBRUSH 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}
`
}()}
Bundles:
With 3 Brush Heads
${function(){
const optName = "BUNDLES";
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
$21.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":"4c50dd70-5d8e-4302-86f5-d5e41fbfad98","product_id":"22ff7177-cbd5-461f-b2bc-24896a684499","title":"Black-With 3 Brush Heads","weight_unit":"kg","inventory_quantity":0,"sku":"DJ-0490-Black-With 3 Brush Heads","barcode":"","position":1,"option1":"Black","option2":"With 3 Brush Heads","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/5033a475b70e5f269de1fe64836b74db.webp","path":"5033a475b70e5f269de1fe64836b74db.webp","width":600,"height":599,"alt":"","aspect_ratio":1.001669449081803},"wholesale_price":[{"price":21.99,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"21.99","retail_price":"0","available":true,"url":"\/products\/sonic-electric-toothbrush?variant=4c50dd70-5d8e-4302-86f5-d5e41fbfad98","available_quantity":999999999,"options":[{"name":"TOOTHBRUSH COLOR","value":"Black"},{"name":"BUNDLES","value":"With 3 Brush Heads"}],"off_ratio":0,"flashsale_info":[],"sales":3};
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 {
const price = variantData && variantData.price;
return price != undefined ? `
` : ' ';
}
}()}
Buy now
Product was out of stock.
Product is unavailable.
${function(){
const variantData = data.variant || {"id":"4c50dd70-5d8e-4302-86f5-d5e41fbfad98","product_id":"22ff7177-cbd5-461f-b2bc-24896a684499","title":"Black-With 3 Brush Heads","weight_unit":"kg","inventory_quantity":0,"sku":"DJ-0490-Black-With 3 Brush Heads","barcode":"","position":1,"option1":"Black","option2":"With 3 Brush Heads","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/5033a475b70e5f269de1fe64836b74db.webp","path":"5033a475b70e5f269de1fe64836b74db.webp","width":600,"height":599,"alt":"","aspect_ratio":1.001669449081803},"wholesale_price":[{"price":21.99,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"21.99","retail_price":"0","available":true,"url":"\/products\/sonic-electric-toothbrush?variant=4c50dd70-5d8e-4302-86f5-d5e41fbfad98","available_quantity":999999999,"options":[{"name":"TOOTHBRUSH COLOR","value":"Black"},{"name":"BUNDLES","value":"With 3 Brush Heads"}],"off_ratio":0,"flashsale_info":[],"sales":3};
return `
`
}()}