Portable Air Conditioners, 3 IN 1 Evaporative Air Cooler, Fast Cooling Fan with (2024)

× Bidding has ended on this item.

"); if (!$(this).is(":visible")) { $(this).fadeTo(1000, 1, function () { $(this).slideDown(500); }); } }); } if (data.Accepted) { //prepare success system message systemMessage = "

×" + contextMessageDictionary["ActionSuccess"] + "

"; if (!$(".awe-rt-ListingActionMessage").is(":visible") || $(".awe-rt-ListingActionMessage").html() == "") { $(".awe-rt-ListingActionMessage").hide(); $(".awe-rt-ListingActionMessage").html(systemMessage); $(".awe-rt-ListingActionMessage").slideDown(); } else { $(".awe-rt-ListingActionMessage").fadeOut(200, function () { $(this).html(systemMessage); $(this).fadeIn(200); }); } //render checkout button if a lineitem was returned //EXCEPT: when Auto Generate Invoices is enabled, do not render checkout buttons for lots until the entire event has ended if (!autoGenerateInvoices && ownerAllowsInstantCheckout && data.LineItemID) { var checkoutUrl = 'https://bid.702auctions.com/Account/Checkout?lineitemid=' + data.LineItemID; checkoutUrl += '&returnUrl=%2fEvent%2fLotDetails%2f91213316%2fPortable-Air-Conditioners-3-IN-1-Evaporative-Air-Cooler-Fast-Cooling-Fan-with'; if (autoCheckoutForBuyNow) { window.location = checkoutUrl; } var checkoutHtml = '

' + '' + '' + '' + '' + '' + '' + 'Checkout' + '' + '' + '

'; if ($(".detail__context-menu").find(".btn__detail__checkout").length == 0) { $(".detail__context-menu").prepend(checkoutHtml).show(); } else { jslog("skipped rendering checkout button because one already exists."); } } if (data.LineItemID && !highlightCheckoutButtonForBuyNow) { //render contact seller button if one does not already exist if (false && $("a.btn__detail__contactuser").length == 0) { var contactSellerUrl = '/Account/SendListingMessage?receiver=702Auctions&template=ask_listing_question&listingID=91213317&returnUrl=%2FEvent%2FLotDetails%2F91213316%2FPortable-Air-Conditioners-3-IN-1-Evaporative-Air-Cooler-Fast-Cooling-Fan-with'; var contactSellerHtml = '

' + '' + '' + '' + '' + '' + '' + 'Contact Seller' + '' + '' + '

'; $(".detail__context-menu").append(contactSellerHtml).show(); jslog("contact button rendered for line item #" + data.LineItemID); } //render feedback button if (false) { var feedbackUrl = '/Account/SubmitFeedback?LineItemID=REPLACELINEITEMID&ListingID=91213317&Receiver=702Auctions' .replace("REPLACELINEITEMID", data.LineItemID); var feedbackHtml = '

' + '' + '' + '' + '' + '' + '' + 'Feedback' + '' + '' + '

'; $(".detail__context-menu").append(feedbackHtml).show(); jslog("feedback button rendered for line item #" + data.LineItemID); } } } else { //ReasonString is populated, prepare a Negative System message if (contextMessageDictionary[data.ReasonString]) { systemMessage = "

×" + contextMessageDictionary[data.ReasonString] + "

"; } else { systemMessage = "

×" + data.ReasonString + "

"; } if (!$(".awe-rt-ListingActionMessage").is(":visible") || $(".awe-rt-ListingActionMessage").html() == "") { $(".awe-rt-ListingActionMessage").hide(); $(".awe-rt-ListingActionMessage").html(systemMessage); $(".awe-rt-ListingActionMessage").slideDown(); } else { $(".awe-rt-ListingActionMessage").fadeOut(200, function () { $(this).html(systemMessage); $(this).fadeIn(200); }); } } } else { //Context is null, but ReasonString is populated, prepare a Negative System message if (contextMessageDictionary[data.ReasonString]) { systemMessage = "

×" + contextMessageDictionary[data.ReasonString] + "

"; } else { systemMessage = "

×" + data.ReasonString + "

"; } if (!$(".awe-rt-ListingActionMessage").is(":visible") || $(".awe-rt-ListingActionMessage").html() == "") { $(".awe-rt-ListingActionMessage").hide(); $(".awe-rt-ListingActionMessage").html(systemMessage); $(".awe-rt-ListingActionMessage").slideDown(); } else { $(".awe-rt-ListingActionMessage").fadeOut(200, function () { $(this).html(systemMessage); $(this).fadeIn(200); }); } } } }); // render a checkout button if: // // - the lot ends successfully, and // - the winner is viewing, but only if // - auto gen invoices is disabled // // mainly to prevent one invoice per LOT per buyer, rather than the generally preferred one invoice per EVENT per buyer $(document).on("SignalR_UpdateListingStatus", function (event, data) { if ($.inArray(data.ListingID, interestingListings) < 0) return; if (autoGenerateInvoices || ownerAllowsInstantCheckout) { if (data.Status == "Successful" && data.LineItemID && data.LineItemPayerUN == "") { //when Auto Generate Invoices is enabled, do not render checkout buttons for lots until the entire event has ended if (!autoGenerateInvoices) { var checkoutUrl = 'https://bid.702auctions.com/Account/Checkout?lineitemid=' + data.LineItemID; checkoutUrl += '&returnUrl=%2fEvent%2fLotDetails%2f91213316%2fPortable-Air-Conditioners-3-IN-1-Evaporative-Air-Cooler-Fast-Cooling-Fan-with'; var checkoutHtml = '

' + '' + '' + '' + '' + '' + '' + 'Checkout' + '' + '' + '

'; if ($(".detail__context-menu").find(".btn__detail__checkout").length == 0) { $(".detail__context-menu").prepend(checkoutHtml).show(); } else { jslog("skipped rendering checkout button because one already exists."); } } //render contact seller button if one does not already exist if (false && $("a.btn__detail__contactuser").length == 0) { //"/Account/SendListingMessage?receiver=tester1&template=ask_listing_question&listingID=166614&returnUrl=%2FListing%2FDetails%2F166614%2Ftest-item-J" var contactSellerUrl = '/Account/SendListingMessage?receiver=702Auctions&template=ask_listing_question&listingID=91213317&returnUrl=%2FEvent%2FLotDetails%2F91213316%2FPortable-Air-Conditioners-3-IN-1-Evaporative-Air-Cooler-Fast-Cooling-Fan-with'; var contactSellerHtml = '

'; $(".detail__context-menu").append(contactSellerHtml).show(); jslog("contact button rendered for line item #" + data.LineItemID); } //render feedback button if (false) { var feedbackUrl = '/Account/SubmitFeedback?LineItemID=REPLACELINEITEMID&ListingID=91213317&Receiver=702Auctions' .replace("REPLACELINEITEMID", data.LineItemID); var feedbackHtml = '

' + '' + '' + '' + '' + '' + '' + 'Feedback' + '' + '' + '

'; $(".detail__context-menu").append(feedbackHtml).show(); jslog("feedback button rendered for line item #" + data.LineItemID); } } } }); $(".GoToPrevLot").on("click", function () { var thisLotOrder = 88; var lastLotOrder = 382; if (thisLotOrder > 0) { $(".GoToPrevLot").prop("disabled", true); $.post("/RealTime/GetLotIdByLotOrder", { eventId: 91198466, lotOrder: (thisLotOrder - 1) }) .done(function (data) { if (data.LotId) { window.location.href = "/Event/LotDetails" + "/" + data.LotId; } }); } }); $(".GoToNextLot").on("click", function () { var thisLotOrder = 88; var lastLotOrder = 382; if (thisLotOrder < lastLotOrder) { $(".GoToNextLot").prop("disabled", true); $.post("/RealTime/GetLotIdByLotOrder", { eventId: 91198466, lotOrder: (thisLotOrder + 1) }) .done(function (data) { console.log("next lot result: ", data); if (data.LotId) { window.location.href = "/Event/LotDetails" + "/" + data.LotId; } }); } }); $(document).on("SignalR_UpdateInvoiceStatus", function (event, data) { if ($.inArray(data.ListingID, interestingListings) < 0) return; jslog("SignalR_UpdateInvoiceStatus (listing, invoice, status, payer): " + data.ListingID + ", " + data.InvoiceID + ", " + data.InvoiceStatus + ", " + data.InvoicePayerUN); //show "View Invoice" or "Checkout" button if applicable if (data.InvoicePayerUN == aweUserName) { //get result of /RealTime/IsInvoicePayable?invoiceId=nnnnnn var promise = Proxy.invokeAsync("IsInvoicePayable", { invoiceId: data.InvoiceID }, function(result) { var checkoutUrl = 'https://bid.702auctions.com/Account/Invoice/' + data.InvoiceID; checkoutUrl += '?returnUrl=%2fEvent%2fLotDetails%2f91213316%2fPortable-Air-Conditioners-3-IN-1-Evaporative-Air-Cooler-Fast-Cooling-Fan-with'; if (result.isPayable) { //invoice is payable if (autoCheckoutForBuyNow) { window.location = checkoutUrl; } if ($("a.btn__detail__checkout").length == 0) { //render checkout button if one does not already exist var checkoutHtml = '

' + '' + '' + '' + '' + '' + '' + 'Checkout' + '' + '' + '

'; $(".detail__context-menu").prepend(checkoutHtml).show(); jslog("checkout button rendered for invoice #" + data.InvoiceID); } } else { //the invoice is not payable, so instead of 'checkout' button, render 'view invoice' button if one does not already exist if ($("a.btn__detail__invoices").length == 0) { var viewInvoiceHtml = '

' + '' + '' + '' + '' + '' + '' + 'View Invoice' + '' + '' + '

'; $(".detail__context-menu").append(viewInvoiceHtml).show(); jslog("view invoice button rendered for invoice #" + data.InvoiceID); } } //only render the contact and/or feedback buttons if either // a) the web.config setting HighlightCheckoutButtonForBuyNow is set to False, or // b) the invoice is not payable if (!highlightCheckoutButtonForBuyNow || !result.isPayable) { //render contact seller button if one does not already exist if (false && $("a.btn__detail__contactuser").length == 0) { var contactSellerUrl = '/Account/SendListingMessage?receiver=702Auctions&template=ask_listing_question&listingID=91213317&returnUrl=%2FEvent%2FLotDetails%2F91213316%2FPortable-Air-Conditioners-3-IN-1-Evaporative-Air-Cooler-Fast-Cooling-Fan-with'; var contactSellerHtml = '

' + '' + '' + '' + '' + '' + '' + 'Contact Seller' + '' + '' + '

'; $(".detail__context-menu").append(contactSellerHtml).show(); jslog("contact button rendered for invoice #" + data.InvoiceID); } //render feedback button if (false) { var feedbackUrl = '/Account/SubmitFeedback?LineItemID=REPLACELINEITEMID&ListingID=91213317&Receiver=702Auctions' .replace("REPLACELINEITEMID", data.LineItemID); var feedbackHtml = '

' + '' + '' + '' + '' + '' + '' + 'Feedback' + '' + '' + '

'; $(".detail__context-menu").append(feedbackHtml).show(); jslog("feedback button rendered for invoice #" + data.InvoiceID); } } }, function(error) { jslog("Error retrieving invoice status (1): " + error); } ); promise.fail(function (jqXHR, textStatus) { jslog("Error retrieving invoice status (2): " + textStatus); }); } }); });

Back To Catalog


Shipping Information

Auction Terms & Conditions

  • All auctions are no reserve and sold to the highest bidder.
  • A 15% buyers fee applies to all items.
  • We accept Cash andall major credit cards.
  • All payments must be made online prior to pickup. You will be emailed an invoice with a payment link,or your invoice can be found under the My Account section and can be paid for there. If you are paying cash, your order must be paid and picked up within 72 hours.
  • All invoices will be automatically charged to the Credit / Debit card on fileby 5pmthe followingday.
  • If there is no Credit/Debit card on file and there is no payment within 24 hours, the item will be relisted and you will not be allowed to bid again until you add a payment method to your account.
  • All bidders must pick uptheir itemsfrom1889 E. MAULE AVE. SUITE FLas Vegas, NV 89119within7 days.
  • Once payment is received, you will receive an email with a link to schedule a pickup time and pickup instructions.
  • All items must be picked up within 10 days of the auction endingor your order will be canceled and may be subject to a restocking fee.

702 Auctions offers returns on items that are misdescribed within 10 days of the date you picked up your items.

For our complete terms and conditions,Click Here

Pickup only!!1889 E. MAULE AVE. SUITE FLas Vegas, NV 89119Monday-Friday 9am-5pmwithin 10 days. Once payment is received, you will receive an email with a link to schedule a pickup time and pickup instructions. We offer contactless pickup options and take all possible measures to ensure your safety.

15.00% Buyer's Premium

This Auction Uses Proxy Bidding.

Ended

Portable Air Conditioners, 3 IN 1 Evaporative Air Cooler, Fast Cooling Fan with Portable Air Conditioners, 3 IN 1 Evaporative Air Cooler, Fast Cooling Fan with (1)

MSRP: $99.88 -

Lot # 303909

Portable Air Conditioners, 3 IN 1 Evaporative Air Cooler, Fast Cooling Fan with (2)

  • Portable Air Conditioners, 3 IN 1 Evaporative Air Cooler, Fast Cooling Fan with (3)

  • Portable Air Conditioners, 3 IN 1 Evaporative Air Cooler, Fast Cooling Fan with (4)

  • Portable Air Conditioners, 3 IN 1 Evaporative Air Cooler, Fast Cooling Fan with (5)

  • SoldWinning Bid: $40.00
  • 10 Bid(s) View Bid History

702Auctions Las Vegas, NV US
View Seller's Other Listings

Payment Options Seller Accepts Credit Cards

Payment Instructions
Once payment is made, you can set an appointment for pickup. Only one appointment is needed to pick up all of your items.

Details

Lot Number

303909

MSRP

99.88

Item Condition

NEW

Amazon ID

B0D1V2RWJL

Lot # 303909

System ID # 91213316

End Date

Start Date

Description

Description: Portable Air Conditioners, 3 IN 1 Evaporative Air Cooler, Fast Cooling Fan with Remote & 3 Speeds & Timer, Ac Unit with 2 Gal Water Tank, Windowless Air Conditioner Swamp Cooler Indoor Office
MSRP: 99.88
Condition: NEW
Notes:
Other info: ❄️【24/7 After-sales service】We have a professional customer service team online 24/7 for your service, any questions please feel free to contact us, we will provide you with satisfactory solutions. ❄️【Easy to Move】The indoor Portable air conditioners comes with 2 sturdy built-in handles and 4 360° swivel wheels for easy transportation. Whether you're moving it from room to room or taking it outdoors, it's a breeze. Its compact design and quiet operation make it suitable for large spaces from living rooms and bedrooms to kitchen, office, dormitory, factory, supermarket and more. ❄️【Wide Coverage & Safe Operation】The room portable air conditioners spacious air vents ensure wide coverage, easily cooling large areas of the room up to 270 square feet. It features 90° automatic side-to-side oscillation and 60° manual vertical oscillation, allowing you to direct airflow exactly where it is needed. The protective design of the fan blades ensures that curious little hands won't get hurt. With a noise level of less than 50 decibels, it won't disrupt your sleep, so you can rest easy. ❄️【Remote & Panel Controls】Using the remote or intuitive panel controls, including on/off power, fan speed, mode selection, timer settings, and oscillating buttons, you can adjust portable ac to your liking from across the room or to the side. You don't have to crouch down, just stay standing to easily navigate and change settings so you can focus on relaxing and enjoying the cool air. ❄️【Top Fill & Easy Cleaning】Thanks to the top fill design and removable water curtain, you can easily fill the air cooler as well as clean it. Simply pull out the water curtain on the back of the air cooler, rinse it, and it's ready to use. The convenient rubber stopper at the bottom allows for quick drainage, ensuring the unit stays fresh and ready for the next round of cooling. ❄️【3 IN 1 & Fast Cooling】 SimerSure Portable air conditioners offers 3 different cooling modes, so whether you need a gentle fan breeze, the soothing mist of a humidifier, or the refreshing chill of an air conditioner, this unit has you covered. With adjustable 3 fan speeds (medium, high, and low), you can find the level of coolness that works best for you. 2 Gal water tank and 2 ice packs provide up to 41 hours of continuous cooling. 65 Watts of energy efficiency means you'll also enjoy savings. Keywords: Portable,Air,Conditioners,3,IN,1,Evaporative,Air,Cooler,Fast,Cooling,Fan,with,Remote,&,3,Speeds,&,Timer,Ac,Unit,with,2,Gal,Water,Tank,Windowless,Air,Conditioner,Swamp,Cooler,Indoor,Office -- CATEGORIES: Tools & Home Improvement,Home & Kitchen,Heating, Cooling & Air Quality,Air Conditioners,Portable
Lot Number: 303909

Portable Air Conditioners, 3 IN 1 Evaporative Air Cooler, Fast Cooling Fan with (2024)

References

Top Articles
Service Client Amazon : comment contacter facilement le SAV ? Tout savoir
Tout savoir sur le service client d'Amazon en France : contact, conditions, etc.
Funny Roblox Id Codes 2023
Golden Abyss - Chapter 5 - Lunar_Angel
Www.paystubportal.com/7-11 Login
Joi Databas
DPhil Research - List of thesis titles
Shs Games 1V1 Lol
Evil Dead Rise Showtimes Near Massena Movieplex
Steamy Afternoon With Handsome Fernando
Which aspects are important in sales |#1 Prospection
Detroit Lions 50 50
18443168434
Newgate Honda
Zürich Stadion Letzigrund detailed interactive seating plan with seat & row numbers | Sitzplan Saalplan with Sitzplatz & Reihen Nummerierung
Grace Caroline Deepfake
978-0137606801
Nwi Arrests Lake County
Justified Official Series Trailer
London Ups Store
Committees Of Correspondence | Encyclopedia.com
Pizza Hut In Dinuba
Jinx Chapter 24: Release Date, Spoilers & Where To Read - OtakuKart
How Much You Should Be Tipping For Beauty Services - American Beauty Institute
Free Online Games on CrazyGames | Play Now!
Sizewise Stat Login
VERHUURD: Barentszstraat 12 in 'S-Gravenhage 2518 XG: Woonhuis.
Jet Ski Rental Conneaut Lake Pa
Unforeseen Drama: The Tower of Terror’s Mysterious Closure at Walt Disney World
Kcwi Tv Schedule
What Time Does Walmart Auto Center Open
Nesb Routing Number
Olivia Maeday
Random Bibleizer
10 Best Places to Go and Things to Know for a Trip to the Hickory M...
Black Lion Backpack And Glider Voucher
Gopher Carts Pensacola Beach
Duke University Transcript Request
Lincoln Financial Field, section 110, row 4, home of Philadelphia Eagles, Temple Owls, page 1
Jambus - Definition, Beispiele, Merkmale, Wirkung
Ark Unlock All Skins Command
Craigslist Red Wing Mn
D3 Boards
Jail View Sumter
Nancy Pazelt Obituary
Birmingham City Schools Clever Login
Thotsbook Com
Funkin' on the Heights
Vci Classified Paducah
Www Pig11 Net
Ty Glass Sentenced
Latest Posts
Article information

Author: Amb. Frankie Simonis

Last Updated:

Views: 5762

Rating: 4.6 / 5 (76 voted)

Reviews: 83% of readers found this page helpful

Author information

Name: Amb. Frankie Simonis

Birthday: 1998-02-19

Address: 64841 Delmar Isle, North Wiley, OR 74073

Phone: +17844167847676

Job: Forward IT Agent

Hobby: LARPing, Kitesurfing, Sewing, Digital arts, Sand art, Gardening, Dance

Introduction: My name is Amb. Frankie Simonis, I am a hilarious, enchanting, energetic, cooperative, innocent, cute, joyous person who loves writing and wants to share my knowledge and understanding with you.