Menu
Your Cart

Samsung Guru 1200 GT-E1200 Refurb Keypad Mobile Phone

Samsung Guru 1200 GT-E1200 Refurb Keypad Mobile Phone
Samsung Guru 1200 GT-E1200 Refurb Keypad Mobile Phone
Samsung Guru 1200 GT-E1200 Refurb Keypad Mobile Phone
Samsung Guru 1200 GT-E1200 Refurb Keypad Mobile Phone
(Product image for illustration purposes only. actual product may vary)
Samsung Guru 1200 GT-E1200 Refurb Keypad Mobile Phone
  • Model: Samsung 1200 Mobile
  • SKU: Samsung-Mobile-Phone
  • Location: Nehru Place Delhi
  • Approx Weight: 0.15kg
  • Stock: In Stock
040 Items sold
Product Views: 2626
  • Sold by Grania Computers
  • Contact Seller
  • Seller Rating:    1 Reviews
  • ₹700.00
    10 or more ₹650.00
    50 or more ₹600.00
    This product has a minimum quantity of 2
    Delhi's Wholesale and Retail Marketplace Prices
    Online ✓Computer ✓Mobile ✓Stationery ✓Electrical ✓Electronics Parts & Accessories shop's rates from wholesale marketplace of New Delhi - Okhla, Nehru Place, Gaffar Market, Karol Bagh, Lajpat Rai, Chandni Chowk and Chawri Bazaar.

    Samsung Guru 1200 GT-E1200 Refurb Keypad Mobile Phone

    • Samsung Guru 1200 Phone lowest market price.
    • Genuine Quality Samsung Guru 1200 Phone
    • Samsung Guru 1200 Phone's all India delivery.
    • Also Samsung Guru 1200 Phone for Bulk Order. WhatsApp @ 9811180533

    Lowest & wholesale market price. Bulk buy Samsung Guru 1200 GT-E1200 Mobile Phone. 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); }});