www.bajajelectronics.com
Open in
urlscan Pro
104.211.224.252
Public Scan
Submitted URL: http://www.bajajelectronics.com/
Effective URL: https://www.bajajelectronics.com/
Submission: On November 09 via api from US — Scanned from DE
Effective URL: https://www.bajajelectronics.com/
Submission: On November 09 via api from US — Scanned from DE
Form analysis
5 forms found in the DOMGET /product/search
<form action="/product/search" class="top-new-search" id="form_quicksearch" method="get">
<li class="nav-item pos_relative">
<div id="searchautocompleteresult">
<input id="mainsearchBar" class="mainsearchBar ui-autocomplete-input" type="search" placeholder="Search for products" aria-label="Search" name="q" autocomplete="off">
<button class="mainsearchBarBtn">
<img src="https://cdn.bajajelectronics.com/images/search.svg" alt="Missing">
</button>
</div>
<div id="res">
<ul id="ui-id-1" tabindex="0" class="ui-menu ui-widget ui-widget-content ui-autocomplete ui-front" style="display: none;"></ul>
</div>
</li>
<script type="text/javascript">
$("#form_quicksearch").submit(function(a) {
if ($("#mainsearchBar").val() == "") {
alert('Please enter some search keyword');
$("#mainsearchBar").focus();
a.preventDefault()
}
});
</script>
<script src="/Scripts/jquery-ui.js"></script>
<script type="text/javascript">
$(document).ready(function() {
$('#mainsearchBar').autocomplete({
delay: 400,
minLength: 2,
source: '/catalog/searchtermautocomplete',
messages: {
noResults: ''
},
appendTo: '#res',
select: function(event, ui) {}
}).data("ui-autocomplete")._renderItem = function(ul, item) {
$('.ui-helper-hidden-accessible').hide();
ul.addClass('searchResults').addClass('ul-scrollbar').attr('id', 'searchResults');
var elem;
if (item.categoryname !== "") {
elem = $("<li>").data("item.autocomplete", item.label).append('<a href="' + item.producturl + '"><span>' + item.label + '</span></a>').append('<p class="searchGroup"><span> in ' + item.categoryname + '</span></p>').appendTo(ul);
} else {
elem = $("<li>").data("item.autocomplete", item.label).append('<a href="' + item.producturl + '"><span>' + item.label + '</span></a>').append('<p class="searchGroup"><span>in Brands</span></p>').appendTo(ul);
}
return elem;
};
$("#searchautocompleteresult li").click(function() {
$("#mainsearchBar").val($(this).val());
})
});
</script>
</form>
GET /product/search
<form action="/product/search" id="form_quicksearch_Mobile" method="get">
<div class="mobileMenu" id="responsiveMenu">
<div class="mobileMenuFlex">
<div class="mobileMenuItem">
<a href="" data-toggle="modal" data-target="#mobileMenu" data-dismiss="modal">
<img src="https://cdn.bajajelectronics.com/images/hamburger.svg" alt="">
</a>
</div>
<div class="mobileMenuItem">
<a href="/">
<img class="h30" src="https://cdn.bajajelectronics.com/images/logo.svg" alt="">
</a>
</div>
<div class="mobileMenuItem">
<input id="mainsearchBarMobile" class="mainsearchBar mainsearchBarMobile ui-autocomplete-input" type="search" placeholder="Search for products" aria-label="Search" name="q" autocomplete="off">
<button class="mainsearchBarBtn mainsearchBarBtnMobile"><img src="https://cdn.bajajelectronics.com/images/search.svg" alt="Missing"></button>
<div id="result">
<ul id="ui-id-2" tabindex="0" class="ui-menu ui-widget ui-widget-content ui-autocomplete ui-front" style="display: none;"></ul>
</div>
</div>
<div class="mobileMenuItem">
</div>
</div>
</div>
</form>
<form id="register-form" action="">
<div class="row">
<div class="col-lg-6 pr-0">
<label class="subLabel mt10" for="FirstName">First name:</label>
<div class="pos_relative">
<input class="w92" id="FirstName" name="FirstName" placeholder="Enter First Name" type="text" value="">
<span class="required">*</span>
<span class="field-validation-valid" data-valmsg-for="FirstName" data-valmsg-replace="true"></span>
</div>
</div>
<div class="col-lg-6 pr-0">
<label class="subLabel mt10" for="LastName">Last name:</label>
<div class="pos_relative">
<input class="w92" id="LastName" name="LastName" placeholder="Enter Last Name" type="text" value="">
<span class="required">*</span>
<span class="field-validation-valid" data-valmsg-for="LastName" data-valmsg-replace="true"></span>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-12 pr-0">
<label class="subLabel mt10" for="Email">Email:</label>
<div class="pos_relative">
<input class="w96 mw96" data-val="true" data-val-regex="Not a valid email" data-val-regex-pattern="^(\s*[0-9a-zA-Z]([-._\w]*[0-9a-zA-Z])*@([0-9a-zA-Z][-\w]*[0-9a-zA-Z]\.)+[a-zA-Z]{2,9}\s*)$" id="Email" name="Email" placeholder="Enter Email"
type="text" value="">
<span class="required">*</span>
<span class="field-validation-valid" data-valmsg-for="Email" data-valmsg-replace="true"></span>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-6 pr-0">
<label class="subLabel mt10" for="Password">Password:</label>
<div class="pos_relative">
<input id="enterPasswordSignUp" class="w92 prpassword" maxlength="20" name="Password" placeholder="Enter Password" type="password">
<button type="button" class="showPasswordIcon rt-1911" onclick="if (enterPasswordSignUp.type == 'text') enterPasswordSignUp.type = 'password';
else enterPasswordSignUp.type = 'text';">
<img class="w100p" src="https://cdn.bajajelectronics.com/images/eye.svg" alt="">
</button>
<span class="required">*</span>
<span class="field-validation-valid" data-valmsg-for="Password" data-valmsg-replace="true"></span>
</div>
</div>
<div class="col-lg-6 pr-0">
<label class="subLabel mt10" for="ConfirmPassword">Confirm password:</label>
<div class="pos_relative">
<input id="enterPasswordSignUpConfirm" class="w92 prpassword" maxlength="20" name="ConfirmPassword" placeholder="Enter Password" type="password">
<button type="button" class="showPasswordIcon rt-1911" onclick="if (enterPasswordSignUpConfirm.type == 'text') enterPasswordSignUpConfirm.type = 'password';
else enterPasswordSignUpConfirm.type = 'text';">
<img class="w100p" src="https://cdn.bajajelectronics.com/images/eye.svg" alt="">
</button>
<span class="required">*</span>
<span class="field-validation-valid" data-valmsg-for="ConfirmPassword" data-valmsg-replace="true"></span>
</div>
</div>
</div>
<button type="button" class="primaryBtn mt10" id="Register" onclick="Customer.register()">Register</button>
</form>
POST /login
<form id="login-form" action="/login" method="post">
<div class="modal" id="signIn">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<img data-dismiss="modal" class="close" src="https://cdn.bajajelectronics.com/images/close.svg" alt="">
</div>
<div class="modal-body">
<div class="row">
<div class="col-lg-6 col-sm-5 mb-xs-30 signin-popup-image">
<img class="modalImage w100p" src="https://cdn.bajajelectronics.com/images/undraw-deliveries-131-a.svg" alt="">
</div>
<div class="col-lg-6 col-sm-7 signup-right">
<h3 class="mb20">Login</h3>
<input class="w100p restrictP" data-val="true" data-val-required="Enter valid mobile number/email" id="loginPhoneNumber" name="Username" placeholder="Enter mobile number/email" required="required" type="text" value="">
<span id="phonemessage" style="font-size: small;"></span>
<div id="loginWithPassword">
<div class="pos_relative">
<input id="enterPasswordSignIn" autocomplete="New-Password" class="w100p mt10 restrictCP" data-val="true" data-val-required="Password is required" name="Password" placeholder="Enter password" required="required" type="password">
<button type="button" class="showPasswordIcon t20" onclick="if (enterPasswordSignIn.type == 'text') enterPasswordSignIn.type = 'password';
else enterPasswordSignIn.type = 'text';">
<img class="w100p" src="https://cdn.bajajelectronics.com/images/eye.svg" alt="">
</button>
<span id="PasswordMessage" style="font-size: small;"></span>
</div>
<div class="row mb10 mt10">
<div class="col-md-3 col-4">
<button type="button" id="loginpassword" class="primaryBtn">LOGIN</button>
</div>
<div class="col-md-9 col-8 display-none">
<button type="button" id="guestlogin" class="primaryBtn">Guest Checkout</button>
</div>
<div class="col-md-9 col-8">
<p class="mb0 mt5 existingUser"> Login with <a href="" onclick="loginWithOTP()" data-toggle="modal" data-target="#signIn" data-dismiss="modal">OTP</a>
</p>
</div>
</div>
</div>
<div id="loginWithOTP">
<div id="resendOTP">
<button type="button" id="loginChangeMobile" name="loginchange" class="Login-changeMobileNoBtn" onclick="LoginchangePhone()">CHANGE</button>
<input autocomplete="off" class="otpTextBox mt10" id="otp" maxlength="6" minlength="6" name="OTP" placeholder="Enter OTP" type="text" value="">
<button type="button" id="resendOTPrequest" name="LoginResendOTP" class="otpBtn">Resend OTP</button>
<span id="otpmessage" style="font-size: small;"></span>
</div>
<div class="row mb10 mt10">
<div class="col-sm-6 col-md-6 col-5 pr-0">
<button type="button" id="requestOTP" class="primaryBtn"> REQUEST OTP</button>
<button type="button" id="loginOTP" class="primaryBtn">LOGIN</button>
</div>
<div class="col-sm-6 col-md-6 col-7 pl-0">
<p class="mb0 loginwith existingUser pt7"> Login with <a href="" onclick="loginWithPassword()" data-toggle="modal" data-target="#signIn" data-dismiss="modal">Password</a>
</p>
</div>
</div>
</div>
<span class="existingUser existingUser-forget"><a onclick="ForgotPassword()">Forgot Password?</a></span>
<p class="mt20 mainLabel" for="">A single authentication to access all your items.</p>
<div class="socialButtons mb10 loginpopup">
<a title="Google" href="/Plugins/ExternalAuthGoogle/Login">
<span class="google">
<img src="https://cdn.bajajelectronics.com/images/google-logo-icon-png-transparent-background.png" alt="">
Google
</span>
</a>
<a title="Facebook" href="/Plugins/ExternalAuthFacebook/Login">
<span class="facebook">
<img src="https://cdn.bajajelectronics.com/images/facebook-logo.svg" alt="">
Facebook
</span>
</a>
</div>
<div class="hr mt10 mb10" style="margin-top:20px"></div>
<p class="mb0 existingUser"> New to Bajaj Electronics? <a href="" data-toggle="modal" data-target="#signUp" data-dismiss="modal">Create New Account</a>
</p>
</div>
</div>
</div>
</div>
</div>
</div>
<script type="text/javascript">
$(document).ready(function() {
$(".close").click(function() {
$("#enterPasswordSignIn").val('');
$("#otp").val('');
})
checkURLQueryString();
function checkURLQueryString() {
var urlParams = new URLSearchParams(window.location.search);
var myParam = urlParams.get('isGuest');
if (myParam == "True") {
$('#guestlogin').parent().removeClass('display-none');
}
}
//Request OTP section
function requestOTP() {
var phoneNo = $('#loginPhoneNumber').val();
if (phoneNo.length == 0) {
document.getElementById("phonemessage").style.color = "#ce242a";
$("#phonemessage").show().text("Mobile number is required");
} else if (phoneNo.length != 10) {
document.getElementById("phonemessage").style.color = "#ce242a";
$("#phonemessage").show().text("Please enter 10 digit mobile number.");
} else {
$.ajax({
type: 'POST',
url: '/Customer/sendOTP',
data: {
phoneNumber: phoneNo
},
dataType: 'json',
success: function(data) {
if (data.success == "ok") {
displayOTPSection();
document.getElementById("phonemessage").innerHTML = "";
document.getElementById("otpmessage").style.color = "#10ba56";
$("#otpmessage").show().text("One Time Password (OTP) has been sent to your mobile");
} else if (data.failure == "invalid") {
document.getElementById("phonemessage").style.color = "#ce242a";
$("#phonemessage").show().text("Invalid number");
} else if (data.failure == "not exist") {
document.getElementById("phonemessage").style.color = "#ce242a";
$("#phonemessage").show().text("Your mobile number not register.");
} else {
document.getElementById("phonemessage").style.color = "#ce242a";
$("#phonemessage").show().text("Something went worng");
window.location.href = '/';
}
},
Error: function(data) {
window.location.href = '/';
}
});
}
}
$('#requestOTP').click(function() {
requestOTP();
});
$('#resendOTPrequest').click(function() {
$.ajax({
type: 'POST',
url: '/Customer/LoginResendOTP',
data: {
phoneNumber: $('#loginPhoneNumber').val()
},
dataType: 'json',
success: function(data) {
if (data.success == "ok") {
document.getElementById("otpmessage").style.color = "#10ba56";
$("#otpmessage").show().text("One Time Password (OTP) has been Resent to your mobile");
} else if (data.failure == "invalid") {
document.getElementById("otpmessage").style.color = "#ce242a";
$("#otpmessage").show().text("Invalid number");
} else if (data.failure == "not exist") {
document.getElementById("phonemessage").style.color = "#ce242a";
$("#otpmessage").innerHTML = "";
$("#phonemessage").show().text("Your phone number not register.");
} else if (data.failure == "max OTP limit") {
document.getElementById("otpmessage").style.color = "#ce242a";
$("#otpmessage").show().text("You have reached the max OTP limit for the day.");
} else {
document.getElementById("otpmessage").style.color = "#ce242a";
$("#otpmessage").show().text("Something went worng");
window.location.href = '/';
}
},
Error: function() {
window.location.href = '/';
}
});
});
//OTP Login section
function otpLogin() {
var otp = $('#otp').val();
if (otp.length == 0) {
document.getElementById("otpmessage").style.color = "#ce242a";
$("#otpmessage").show().text("One Time Password (OTP) is required");
} else if (otp.length != 6) {
document.getElementById("otpmessage").style.color = "#ce242a";
$("#otpmessage").show().text("Please enter valid OTP 6 digit number");
} else {
var returnurl = getUrlVars()["returnurl"];
$.ajax({
type: 'POST',
url: '/Customer/verifyOTP',
data: {
phoneNumber: $('#loginPhoneNumber').val(),
OTP: otp
},
dataType: 'json',
success: function(data) {
if (data.success == "otpverified") {
document.getElementById("otpmessage").style.color = "#10ba56";
$("#otpmessage").show().text("OTP verified successfully.");
if (returnurl != null) {
window.location.href = returnurl;
} else {
window.location.href = '/';
}
} else if (data.register == "re-register") {
document.getElementById("otpmessage").style.color = "#ce242a";
$("#otpmessage").show().text("Please register to login.");
} else if (data.failure == "wrongotp") {
document.getElementById("otpmessage").style.color = "#ce242a";
$("#otpmessage").show().text("Oops! You've entered the wrong OTP. Please try again.");
} else if (data.failure == "otpexpired") {
document.getElementById("otpmessage").style.color = "#ce242a";
$("#otpmessage").show().text("Your OTP has expired,We have sent new OTP to your registered number.");
} else {
document.getElementById("otpmessage").style.color = "#ce242a";
$("#otpmessage").show().text("Your OTP has verification failed. Please try again");
}
},
Error: function() {
window.location.href = '/';
}
});
}
}
$('#loginOTP').click(function() {
otpLogin();
});
$("#otp").on('keyup', function(e) {
if (e.keyCode === 13) {
// Do something when enter is pressed
otpLogin();
}
});
$('#guestlogin').click(function() {
if (checkIsBuyNow()) {
window.location.href = '/checkout?isGuestAllowed=True&isBuyNow=True'
} else {
window.location.href = '/checkout?isGuestAllowed=True'
}
});
function checkIsBuyNow() {
var urlParams = new URLSearchParams(window.location.search);
var isBuyNow = urlParams.get('isBuyNow');
return (isBuyNow == "True") ? true : false;
}
//Password Login section
function Passwordlogin() {
$('#enterPasswordSignIn').val($('#enterPasswordSignIn').val().trim());
$('#loginPhoneNumber').val($('#loginPhoneNumber').val().trim());
var Password = $('#enterPasswordSignIn').val();
var PhoneNumber = $('#loginPhoneNumber').val();
var usernameFlag = true;
var passwordFlag = true;
$("#phonemessage").hide().text("");
$("#PasswordMessage").hide().text("");
if (PhoneNumber.length == 0) {
document.getElementById("phonemessage").style.color = "#ce242a";
$("#phonemessage").show().text("Phone number/Email is required");
usernameFlag = false;
}
if (Password.length == 0) {
document.getElementById("PasswordMessage").style.color = "#ce242a";
$("#PasswordMessage").show().text("Password is required");
passwordFlag = false;
} else if (Password.length < 8 || Password.length > 20) {
document.getElementById("PasswordMessage").style.color = "#ce242a";
$("#PasswordMessage").show().text("Password length must be in between 8 and 20 characters.");
passwordFlag = false;
}
if (isNaN(PhoneNumber)) {
var emailRegx = new RegExp("^[a-zA-Z0-9.!#$%&'*+/=?^_`{|}~-]+@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*$");
if (!emailRegx.test(PhoneNumber)) {
document.getElementById("phonemessage").style.color = "#ce242a";
$("#phonemessage").show().text("Please enter valid email id");
usernameFlag = false;
}
} else {
if (PhoneNumber.length != 10) {
document.getElementById("phonemessage").style.color = "#ce242a";
$("#phonemessage").show().text("Please enter 10 digit mobile number");
usernameFlag = false;
}
}
if (usernameFlag && passwordFlag) {
var LoginModel = {
CheckoutAsGuest: false,
Email: '',
UsernamesEnabled: false,
Username: PhoneNumber,
Password: Password,
RememberMe: false,
DisplayCaptcha: false,
Phone: '',
OTP: ''
};
var Returnurl = getUrlVars()["returnurl"];
$.ajax({
type: 'POST',
url: '/login',
data: {
model: LoginModel,
returnUrl: Returnurl
},
dataType: 'json',
success: function(data) {
if (data.result) {
if (data.returnUrl != null) {
window.location.href = data.returnUrl;
} else {
window.location.href = '/';
}
} else {
document.getElementById(data.fname).style.color = "#ce242a";
$("#" + data.fname).show().text(data.message);
}
},
Error: function() {
window.location.href = '/';
}
});
}
}
$('#loginpassword').click(function() {
Passwordlogin();
});
$("#enterPasswordSignIn").on('keyup', function(e) {
if (e.keyCode === 13) {
// Do something when enter is pressed
Passwordlogin();
}
});
});
$('.restrictP').on('paste', function(event) {
if (event.originalEvent.clipboardData.getData('Text').match(/[^\d]/)) {
event.preventDefault();
}
});
////this use for input in any device will not allow other charter except numbers
setInputFilter(document.getElementById("loginPhoneNumber"), function(value) {
if ($("#loginWithOTP").is(":visible")) {
return /^\d*?\d*$/.test(value); // Allow digits only, using a RegExp
} else {
return true;
}
});
setInputFilter(document.getElementById("otp"), function(value) {
return /^\d*?\d*$/.test(value); // Allow digits only, using a RegExp
});
//not allow copy paste password
$('.restrictCP').bind('copy paste cut', function(e) {
e.preventDefault();
});
</script>
</form>
POST index.html
<form id="BulkOrderForm" action="index.html" method="POST" class="preBookSection">
<div class="row mb20">
<div class="col-md-6 col-12 mb-xsm-20">
<p class="preBookLabel">Location/Area</p>
<input type="text" id="Location" name="Location" class="w100p" placeholder="Eg. Hi-tech City" required="">
<span class="Location-validation field-validation-error"></span>
</div>
<div class="col-md-6 col-12">
<p class="preBookLabel">Pin Code</p>
<input type="text" id="Pincode" name="Pincode" class="w100p" placeholder="Eg. 505404" maxlength="6" required="">
<span class="Pincode-validation field-validation-error"></span>
</div>
</div>
<div class="row mb20">
<div class="col-12">
<p class="preBookLabel">Message Requirement</p>
<textarea type="text" id="Message" name="Message" class="w100p" placeholder="Start typing..." required=""></textarea>
<span class="Message-validation field-validation-error"></span>
</div>
</div>
<div class="text-center">
<button type="button" id="BulkOrderSubmit" class="primaryBtn">Submit</button>
</div>
</form>
Text Content
Store Locator * Mobiles Smartphones Mobile Accessories Smart Watches * Laptops & Tablets Laptops iPads Laptop Accessories Printers * Televisions OLED TV LED TV Smart TV QLED TV * Home Appliances Refrigerators Washing Machine Geysers Air conditioner Air cooler Iron & Garment Steamer Vacuum Cleaner * Kitchen Appliances Microwave Oven & OTG Water Purifiers Water Dispensers Mixer Grinder Toaster Kettle Food Processor Wet Grinder Juicer Rice Cookers Induction Cooktop Blender Chimneys Gas stove & Hobs Sandwich Maker * Audio & Video Home Theatre * Personal Care Hair Dryer Trimmer & Shaver Hair Straightener Compare Products Menu Login Store Locator SHOP BY CATEGORIES Mobiles Smartphones Mobile Accessories Smart Watches Laptops & Tablets Laptops iPads Laptop Accessories Printers Televisions OLED TV LED TV Smart TV QLED TV Home Appliances Refrigerators Washing Machine Geysers Air conditioner Air cooler Iron & Garment Steamer Vacuum Cleaner Kitchen Appliances Microwave Oven & OTG Water Purifiers Water Dispensers Mixer Grinder Toaster Kettle Food Processor Wet Grinder Juicer Rice Cookers Induction Cooktop Blender Chimneys Gas stove & Hobs Sandwich Maker Audio & Video Home Theatre Personal Care Hair Dryer Trimmer & Shaver Hair Straightener SIGNUP Please enter your phone number REQUEST OTP Existing User? Login ENTER THE OTP RECEIVED You can also change your phone number from below CHANGE CONTINUE RESEND OTP Existing User? Login First name: * Last name: * Email: * Password: * Confirm password: * Register LOGIN LOGIN Guest Checkout Login with OTP CHANGE Resend OTP REQUEST OTP LOGIN Login with Password Forgot Password? A single authentication to access all your items. Google Facebook New to Bajaj Electronics? Create New Account EMAIL A FRIEND NOTIFY ME ABOUT THIS PRODUCT TERMS & CONDITIONS ‹› Wide range of products Wide range of products across all categories of electronics. Competitive price Assuring competitive price for quality products. Easy finance options Multiple finance options and easy installment schemes. WELCOME, GUEST New arrivals See all Top accessories deals See all People frequently buying See all ‹› New arrivals See all Top accessories deals See all People frequently buying See all BEST OFFERS VIEW ALL Quick View Butterfly Rhino Plus 2 L Wet Grinder (Grey) Grey | 2 Litres ₹ 7,407 ₹ 5,100 31% Off Quick View Philips HL7705/00 700 W Juicer (Pistil Red, 3 Jars) ₹ 5,595 ₹ 4,600 17% Off Quick View Faber HTG 754 CRS BR CI Gas Hob (Black) ₹ 25,690 ₹ 18,200 29% Off Quick View APPLE AIRPODS 3RD GEN MME73HNA/A ₹ 18,500 Quick View LENOVO LAP IP-3 15-82RK006CIN (i3,12th) ₹ 46,490 Quick View HP LAP 15-FQ5112TU (i5,12th) ₹ 63,999 Quick View LENOVO LAP IP-3 15-82H802L3IN (i3,11th) LENOVO LAP IP-3 15-82H802L3IN (i3,11th) ₹ 40,240 Quick View APPLE IPHONE 14 PRO MAX 128GB BLACK APPLE IPHONE 14 PRO MAX 128GB BLACK ₹ 139,900 ‹› MOBILES View All Quick View Boat Bassheads 122 Wired Earphone BOAT BASSHEADS 122 WIRED EARPHONE ₹ 1,290 ₹ 499 61% Off Quick View Samsung Galaxy S20 FE (8 GB / 128 GB Blue) SAMSUNG MOBILE GLXY S20FE G781 8/128 BLU ₹ 34,999 Quick View OPPO F19 Pro (Crystal Silver, 8GB RAM, 128GB Storage) ₹ 23,990 ₹ 17,990 25% Off Quick View Samsung EHS64AVFBECINU Wired Eardphone, Black ₹ 499 Quick View Boat Bassheads 228 Wired Earphone BOAT BASSHEADS 228 WIRED EARPHONE ₹ 1,190 ₹ 599 49% Off Quick View Boat Airdopes 443 Tws Buds BOAT AIRDOPES 443 TWS BUDS ₹ 5,999 ₹ 2,599 56% Off Quick View Boat Rockerz 238 Bt Earphone BOAT ROCKERZ 238 BT EARPHONE ₹ 2,990 ₹ 1,199 59% Off Quick View Moosh Wireless Charger ₹ 3,499 ‹› LAPTOPS & TABLETS View All Quick View LENOVO LAP IP-3 15-82RK006CIN (i3,12th) ₹ 46,490 Quick View HP LAP 15-FQ5112TU (i5,12th) ₹ 63,999 Quick View LENOVO LAP IP-3 15-82H802L3IN (i3,11th) LENOVO LAP IP-3 15-82H802L3IN (i3,11th) ₹ 40,240 Quick View SAMSUNG TAB A7 LITE T225 LTE GRAY ₹ 13,499 Quick View HP 15s Core i3 11th Gen - (4 GB/1 TB HDD/Windows 10 Home) 15s-du3053TU Thin and Light Laptop (15.6 inch, Jet Black, 1.77 kg, With MS Office) HP LAP 15-DU3053TU (i3, 11th Gen) ₹ 36,990 Quick View SAMSUNG TAB A7 LITE T225 LTE SILVER ₹ 13,499 ‹› TELEVISIONS View All Quick View Sony Ps5 Game Cd ( spiderman:ultimate Ed ) SONY PS5 GAME CD (SPIDERMAN:ULTIMATE ED) ₹ 4,999 Quick View Sony PS5 DualSense Wireless Controller (White, For PS5) SONY PS5 DUALSENSE WRLS CONTROLLER ₹ 5,990 Quick View Sony Ps5 Pulse 3d Wrls Headset SONY PS5 PULSE 3D WRLS HEADSET ₹ 8,590 Quick View Sony Ps5 Game Cd (spiderman:miles Morale) SONY PS5 GAME CD (SPIDERMAN:MILES MORALE ₹ 3,999 Quick View Samsung 108 cm (43 inches) Full HD Smart LED TV UA43T5770AUXXL SAMSUNG LED 43T5770 ₹ 45,900 ₹ 42,300 7% Off Quick View SAMSUNG 108 cm (43 inch) Full HD LED Smart TV (UA43T5500AKXXL) SAMSUNG LED 43T5500 ₹ 44,400 ₹ 36,990 16% Off ‹› HOME APPLIANCES View All Quick View Lg 1.5 ton 4 Star Split MSNQ18SNYA1 AC LG AC MSNQ18SNYA1, IU ₹ 59,990 ₹ 37,590 37% Off Quick View Philips GC 181 Dry Iron (Black) ₹ 1,845 ₹ 1,600 13% Off Quick View Usha Steam Iron Si 3816 ₹ 2,590 ₹ 1,700 34% Off Quick View Havells 1200mm Fan Enticer Pearl Wh Gold HAVELLS 1200MM FAN ENTICER PEARL WH GOLD ₹ 5,040 ₹ 3,900 22% Off Quick View Samsung Ref Rt28a3052s8/hl SAMSUNG REF RT28A3052S8/HL ₹ 31,990 ₹ 25,500 20% Off Quick View Havells Ceiling Fan 1200mm Aeroking Brown HAVELLS CEILNG FAN 1200MM AEROKING BROWN ₹ 2,890 ₹ 2,200 23% Off Quick View Philips GC1905 Steam Iron (Blue) ₹ 2,295 ₹ 1,900 17% Off Quick View Bosch 8 Kg 5 Star Fully Automatic Front Load Washing Machine (WAJ2846SIN , Platinum Silver) BOSCH WM WAJ2846SIN ₹ 54,090 ₹ 48,790 9% Off ‹› PERSONAL CARE View All Quick View Philips Trimmer Bt3105/15 ₹ 1,945 ₹ 1,800 7% Off Quick View Philips BT3215 Trimmer (Black) ₹ 2,445 ₹ 2,300 5% Off Quick View Philips BT3102/15 Cordless Beard Trimmer ₹ 1,495 ₹ 1,400 6% Off Quick View Philips Multi Grooming Mg3721/77 PHILIPS MULTI GROOMING MG3721/77 ₹ 1,895 ₹ 1,800 5% Off Quick View Philips Straightner Bhh880 PHILIPS STRAIGHTNER BHH880 ₹ 3,895 ₹ 3,600 7% Off Quick View PHILIPS MG7715/15 Multi-Grooming Kit For Men Runtime: 120 min Trimmer for Men (Silver, Black) ₹ 4,495 ₹ 4,200 6% Off Quick View Philips HP8120 Hair Dryer (White and Pink) ₹ 1,345 ₹ 1,300 3% Off ‹› SHOP BY CATEGORIES ALL CATEGORIES SMARTPHONES Starting from ₹ 16999 LAPTOPS Starting from ₹ 36990 TELEVISIONS Starting from ₹ 3999 HOME APPLIANCES Starting from ₹ 700 KITCHEN APPLIANCES Starting from ₹ 699 PERSONAL CARE Starting from ₹ 1300 SMARTPHONES Starting from ₹ 16999 LAPTOPS Starting from ₹ 36990 TELEVISIONS Starting from ₹ 3999 HOME APPLIANCES Starting from ₹ 700 KITCHEN APPLIANCES Starting from ₹ 699 PERSONAL CARE Starting from ₹ 1300 ‹› SHOP BY BRANDS ALL BRANDS ‹› Wide range of products Wide range of products across all categories of electronics. Competitive price Assuring competitive price for quality products. Easy finance options Multiple finance options and easy installment schemes. Top Stories POPULAR CATEGORIES Mobiles: Smartphones Apple Mobiles LG Mobiles Samsung Mobiles OPPO Mobiles Vivo Mobiles Redmi Mobiles Nokia Mobiles Mobile Accessories Sony Accessories Samsung Accessories Apple Accessories JBL Accessories Laptops: Laptop Lenovo Laptops Dell Laptops HP Laptops Microsoft Laptops Laptops Accessories Microsoft Laptop Accessories Printers HP Printers Home Entertainment: LED TV LG LED TV Samsung LED TV Sony LED TV Smart TV LG Smart TV Samsung Smart TV Sony Smart TV QLED TV LG QLED TV Samsung QLED TV OLED TV LG OLED TV Samsung OLED TV Home Theatre Home Appliances: Air Conditioner LG AC Samsung AC Air Cooler Kenstar Air Cooler Voltas Air Cooler Refrigerators Samsung Refrigerators Whirlpool Refrigerators Washing Machine LG Washing Machine Samsung Washing Machine Geysers Bajaj Geysers Iron & Garment Steamer Bajaj Iron & Garment Steamer Philips Iron & Garment Steamer Kitchen Appliances: Microwave Oven & OTG LG Microwave Oven & OTG Morphy Richards Microwave Oven & OTG Mixer Grinder Philips Mixer Grinder Panasonic Mixer Grinder Toaster Philips Toaster Morphy Richards Toaster Water Purifiers LG Water Purifiers Kent Water Purifiers Gas Stoves & Hobs Butterfly Gas Stoves & Hobs Sunflame Gas Stoves & Hobs Personal Care: Trimmer Shaver Philips Trimmer Shaver Panasonic Trimmer Shaver Hair Dryer Philips Hair Dryer Panasonic Hair Dryer Hair Straightener Philips Hair Straightener Dyson Hair Straightener Quick Links Refund, Return Policy Replacement Privacy Policy Terms & Policy Cancellation Policy Store Locator About Us Contact Us FAQs Bulk Purchase Follow us on Facebook Twitter Instagram LinkedIn Youtube ELECTRONICS MART INDIA LIMITED Corporate Office: 6-3-666/A1 To 7 - 3rd & 4th floor, Opp. NIMS Hospital, Panjgutta Main Road, Hyderabad, Telangana 500082 Ph: 040 - 23230244 CIN: U52605TG2018PLC126593 Email Us: customercare@bajajelectronics.in Call Our Customer Care Executive At: 8688860000 GET QUOTE FOR BULK SALES Location/Area Pin Code Message Requirement Submit Copyright © 2022 Bajaj Electronics. All rights reserved. |Technology Partner - Monocept *All pricing includes tax, excludes shipping. Terms & Conditions Apply.