No products in the cart.
Original Lenovo charger 45W 20V 2.25A ADP-45DW ADL45WCC ADL45WCK PA-1450-55LL PA-1450-55LN PA-1450-55LR
- Input Voltage: 100V-240V 50/60hz
- Output Voltage: 20V
- Output Current: 2.25A (45W)
- Connector: 4.0mm*1.7mm
- Color: Black
- 24 x 7 Call, WhatsApp, Email support.
- Warranty: 12 Months
₹1,139.60₹1,295.0020V 2.25A 45W Square Pin ADLX45NDC3A AC Adapter Charger compatible with Lenovo Thinkpad T431S X230S X240S X240 L460 T450S X260
- Output: 45W 20V 2.25A
- Pin: USB pin
- Warranty: 12 months
- 24 x 7 Call, WhatsApp, Email support.
- 30 Days Money Back Guarantee If not satisfied with Our Products.
₹1,742.40₹1,980.00Lenovo 65W Power Adapter Charger 20V 3.25A 4.0mmX1.7mm
- Input Voltage: 100V-240V 50/60hz
- Output Voltage: 20V
- Output Current: 3.25A (65W)
- Connector: 4.0mm*1.7mm
- Color: Black
- Warranty: 12 Months
- 24 x 7 Call, WhatsApp, Email support.
₹1,759.12₹1,999.00Lenovo 65W Power Adapter Charger 20V 3.25A 4.0mmX1.7mm
₹1,759.12₹1,999.0020V 3.25A 65W Lenovo ThinkPad X250, Yoga 2 Pro 13, IdeaPad 300, ThinkPad E480 Laptop AC Charger
- Input Voltage: 100V-240V 50/60hz
- Output Voltage: 20V
- Output Current: 3.25A (65W)
- Connector: USB PIN
- Color: black
- 24 x 7 Call, WhatsApp, Email support.
₹1,760.00₹2,000.00Original 20V 3.25A 65W Square tip Notebook Lenovo ADLX65NLC3A ADLX65NCC3A Adapter
- Input Voltage: 100V-240V 50/60hz
- Output Voltage: 20V
- Output Current: 3.25A (65W)
- Connector: USB PIN
- Color: black
₹1,760.00₹2,000.00ADP-65CH A, ADP-65KH B 20V 3.25A 65W original laptop charger for Lenovo V570, Y430, Y450, V470, Z570, U430
- Input Voltage: 100V-240V 50/60hz
- Output Voltage: 20V
- Output Current: 3.25A (65W)
- Connector: 5.5mm*2.5mm
- Color: Black
- Warranty: 6 months.
- 24 x 7 Call, WhatsApp, Email support.
- 30 Days Money Back Guarantee If not satisfied with Our Products.
₹1,839.20₹2,090.0045N0293 Original 20V 2.25A 45W (4.0mm*1.7mm) Laptop Charger for Lenovo ThinkPad New S2, IdeaPad100S-14, IdeaPad100-14,100-15
- Input Voltage: 100V-240V 50/60hz
- Output Voltage: 20V
- Output Current: 2.25A (45W)
- Connector: 4.0mm*1.7mm
- Color: Black
- Warranty: 12 months for Original & 6 months for compatible.
- 24 x 7 Call, WhatsApp, Email support.
- 30 Days Money Back Guarantee If not satisfied with Our Products.
₹1,917.52₹2,179.00Lenovo 20V 3.25A 65W 4.0mm/1.7mm P/N: ADLX65CCGU2A, 5A10K78761, Yoga 710 510, Ideapad 710S, IDEAPAD Flex 4-1480 80VD
- Input Voltage: 100V-240V 50/60hz
- Output Voltage: 20V
- Output Current: 3.25A (65W)
- Connector: 4.0mm*1.7mm
- Color: Black
- Warranty: 6 Months
₹1,934.24₹2,198.00Lenovo 20V 4.5A 90W USB Square Charger for Lenovo ThinkPad X1 Carbon Series Touch Ultrabook ADLX90NLC2A
- Product Type: AC Power Adapter
- Model/Part Number : ADLX90NLC2A 36200286
- AC Input: 100-240V~ 1.5A (for worldwide use)
- Operating Frequency : 50-60Hz
- DC Output: 20V 4.5A , 90W
- DC Connector Type : Yellow USB Square Port (Inside pin)
- Order within
function setCookie(cname, cvalue, exdays) {
var d = new Date();
d.setTime(d.getTime() + (exdays*24*60*60*1000));
var expires = “expires=”+ d.toUTCString();
document.cookie = cname + “=” + cvalue + “;” + expires + “;path=/”;
};
function getCookie(name) {
var dc = document.cookie;
var prefix = name + “=”;
var begin = dc.indexOf(“; ” + prefix);
if (begin == -1) {
begin = dc.indexOf(prefix);
if (begin != 0) return null;
}
else
{
begin += 2;
var end = document.cookie.indexOf(“;”, begin);
if (end == -1) {
end = dc.length;
}
}
return decodeURI(dc.substring(begin + prefix.length, end));
};
function checkCookie($name) {
var popup = getCookie($name);
if (popup != “”) {
return popup;
} else {
return false
}
};
// let _current_handle = ‘6700425478294’;
let cookieincartName = `incart`;
let _incart = checkCookie(cookieincartName);
let cookieincartHide = 30/60/60/24;
let _maxOri = Number(‘5’) || 999;
let _minOri = 1 || 99;
let _percent = 0.1;
let _number_rd = (max,min)=>Math.floor(Math.random() * (max – min) ) + min;
let _number = _number_rd(_maxOri,_minOri);
if (_incart != null) {
let arrayN = _incart.toString().split(‘,’);
let arr_element = parseInt(arrayN.pop());
let max = Math.round(arr_element+(arr_element*_percent));
let min = Math.round(arr_element-(arr_element*_percent));
let _rd = _number_rd(max,min);
if (_rd > _maxOri) {
_rd = _maxOri;
}else if(_rd < _minOri){
_rd = _minOri;
}
$('.people-block-text').html('Other people want this. ' + _rd + ' people have this in their carts right now.');
arrayN.push(_rd);
document.cookie = `${cookieincartName}=; Path=/; Expires=Thu, 01 Jan 1970 00:00:01 GMT;`;
setCookie(cookieincartName, arrayN, cookieincartHide);
} else{
$('.people-block-text').html('Other people want this. ' + _number + ' people have this in their carts right now.');
let _array_number = [];
_array_number.push(_number);
document.cookie = `${cookieincartName}=; Path=/; Expires=Thu, 01 Jan 1970 00:00:01 GMT;`;
setCookie(cookieincartName, _array_number, cookieincartHide);
};
<!—
#blink {
font-size: 20px;
font-weight: bold;
color: #EB144C;
transition: 0.5s;
}.alert {
padding: 20px;
background-color: #f44336;
color: white;
opacity: 1;
transition: opacity 0.6s;
margin-bottom: 15px;
}
.alert.success {background-color: #2196F3;}
.alert.info {background-color: #FFEB3B;}
.alert.warning {background-color: #ff9800;}
.closebtn {
margin-left: 15px;
color: #00539b;
font-weight: bold;
float: right;
font-size: 22px;
line-height: 20px;
cursor: pointer;
transition: 0.3s;
}
.closebtn:hover {
color: black;
}×
Notice : We would like to let our customers know that there would be shipping delay (1~3 days) due to Dussehra festive season. We apologize for the inconvenience and thank you for your understanding – Team eBuy INDIAvar blink = document.getElementById(‘blink’);
setInterval(function() {
blink.style.opacity = (blink.style.opacity == 0 ? 1 : 0);
}, 1500);var close = document.getElementsByClassName(“closebtn”);
var i;
for (i = 0; i₹2,015.20₹2,290.00Original Lenovo Ideapad Z580, 67777-002, Lenovo IdeaPad Y550-418644U Lenovo IdeaPad Y550-4186-44U Laptop Adapter
- Input Voltage: 100V-240V 50/60hz
- Output Voltage: 20V
- Output Current: 4.5A (90W)
- Connector: 5.5mm*2.5mm
- Color: Black
- Warranty: 12 months
₹2,074.16₹2,357.0019V 3.42A 65W Laptop AC Adapter For Original Lenovo IdeaPad g230 G430 g450 g45 g530 g550 g555 g560 y450 y530 y470
- Input Voltage: 100V-240V 50/60hz
- Output Voltage: 19V
- Output Current: 3.42A (65W)
- Connector: 5.5mm*2.5mm
- Color: Black
- Warranty: 12 Months
₹2,103.20₹2,390.00HP 90W Laptop Ac Power Adapter Charger Supply for HP model 239428-002 / 19V 4.74A (4.8mm*1.7mm)
- Warranty: 12 months . 24 x 7 Call, WhatsApp, Email support.
- 30 Days Money Back Guarantee If not satisfied with Our Products.
₹2,103.20₹2,390.00Lenovo charger 65W – 20V 3.25A P/N:ADP-45DW ADL45WCC PA-1450-55LL PA-1450-55LN PA-1450-55LR
- Input Voltage: 100V-240V 50/60hz
- Output Voltage: 20V
- Output Current: 3.25A (65W)
- Connector: 4.0mm*1.7mm
- Color: Black
- Warranty: 12 months
₹2,168.32₹2,464.005V 4A Laptop AC Adapter compatible with Lenovo Miix 320-10ICR 310-10ICR 300-10IBY Ideapad 100S-80R2 100S-11IBY
- Input Voltage: 100V-240V 50/60hz
- Output Voltage: 5V
- Output Current: 4A (20W)
- Connector: 3.5mm*1.5mm
- Color: Black
₹2,296.80₹2,610.00Lenovo 45W USB-C Type-C AC Adapter ADLX45YLC3A SA10E75841 00HM663 Lenovo Yoga 720-13IKB 80X6, 910-13IKB 80VF
- Input Voltage: 100V-240V 50/60hz
- Output Voltage: 5v,9v,15v,20V
- Output Current: 2A,3A,2.25A (45W)
- Connector: USB-C
- Color: Black
- Warranty: 6 Months
₹2,503.60₹2,845.00














