Menu
Your Cart

Lenovo ThinkPad T460 14-inch i5 6th Gen/8GB/256 SSD Imported Refurbished Laptop

Lenovo ThinkPad T460 14-inch i5 6th Gen/8GB/256 SSD Imported Refurbished Laptop
-100 %
(Product image for illustration purposes only. actual product may vary)
Lenovo ThinkPad T460 14-inch i5 6th Gen/8GB/256 SSD Imported Refurbished Laptop
  • Model: Lenovo T460 Laptop
  • SKU: ThinkPad-Refurbished-Laptop
  • Location: Nehru Place Delhi
  • Approx Weight: 1.25kg
  • Stock: In Stock
041 Items sold
Product Views: 7360
  • Sold by Grania Computers
  • Contact Seller
  • Seller Rating:    1 Reviews
  • Call for Price
    ₹14,900.00
    5 or more ₹14,000.00

    Lenovo t460 - Core  i5 6th gen. - 8gb ram 256gb ssd A+++ condition 

    • Lenovo ThinkPad T460 Laptop lowest market price.
    • Genuine Quality Lenovo ThinkPad T460 Laptop
    • Lenovo ThinkPad T460 Laptop's all India delivery.
    • Also Lenovo ThinkPad T460 Laptop for Bulk Order. WhatsApp @ 9811180533

    Lowest & wholesale market price. Bulk buy Lenovo ThinkPad T460 14-inch Refurbished Laptop. from Delhi's Wholesale Market Place like Nehru Place, Gaffar Market, Karol Bagh, Chawri Bazar, Lajpat Rai, Bhagirath Palace, Chandni Chowk. All Over India Fast Delivery.

    Write a review

    Note: HTML is not translated!
    Bad Good
    function handlePincodeInput(target) {let pincode = target.value.trim();// ✅ trigger ONLY when exactly 6 digits if (pincode.length !== 6 || isNaN(pincode)) { return; }clearTimeout(debounceTimer);debounceTimer = setTimeout(function () {fetchPincode(pincode);}, 300);}// ???? handle typing document.body.addEventListener("input", function (e) {if ( e.target && ( e.target.id === "input-payment-postcode" || e.target.id === "input-shipping-postcode" ) ) { handlePincodeInput(e.target); }});// ???? handle paste document.body.addEventListener("paste", function (e) {if ( e.target && ( e.target.id === "input-payment-postcode" || e.target.id === "input-shipping-postcode" ) ) {setTimeout(function () { handlePincodeInput(e.target); }, 100);}});// ???? handle autofill / blur document.body.addEventListener("change", function (e) {if ( e.target && ( e.target.id === "input-payment-postcode" || e.target.id === "input-shipping-postcode" ) ) { handlePincodeInput(e.target); }});