LG Electronics 36-inch W 28 cu. ft. French Door Refrigerator (2023)

LG Electronics 36-inch W 28 cu. ft. French Door Refrigerator (1)

  • Home
  • Browse
  • Fort Erie
  • Major Appliances
  • Refrigeration
  • LG Electronics 36-inch W 28 cu. ft. French Door Refrigerator(3461005)

× This item is no longer available for purchase.

"); 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 if ((autoGenerateInvoices || ownerAllowsInstantCheckout) && data.LineItemID) { var checkoutUrl = 'https://rosehilldirect.ca/Account/Checkout?lineitemid=' + data.LineItemID; checkoutUrl += '&returnUrl=%2fListing%2fDetails%2f3461005%2ffort-erie-major-appliances-refrigeration-fort-erie-fort-erie-fort-erie-fort-erie'; 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 (true && $("a.btn__detail__contactuser").length == 0) { var contactSellerUrl = '/Account/SendListingMessage?receiver=RosehillFortErie&template=ask_listing_question&listingID=3461005&returnUrl=%2FListing%2FDetails%2F3461005%2FLG-Electronics-36inch-W-28-cu-ft-French-Door-Refrigerator'; var contactSellerHtml = '

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

'; $(".detail__context-menu").append(contactSellerHtml).show(); jslog("contact button rendered for line item #" + data.LineItemID); } //render feedback button if one does not already exist if (false && $("a.btn__detail__feedback").length == 0) { var feedbackUrl = '/Account/SubmitFeedback?ListingID=3461005&Receiver=RosehillFortErie'; 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 = "

(Video) Top selling French Door Refrigerator - Product review LG LRFWS2906S

×" + 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 checkout button if the listing ends successfully and the winner is viewing $(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 == "") { var checkoutUrl = 'https://rosehilldirect.ca/Account/Checkout?lineitemid=' + data.LineItemID; checkoutUrl += '&returnUrl=%2fListing%2fDetails%2f3461005%2ffort-erie-major-appliances-refrigeration-fort-erie-fort-erie-fort-erie-fort-erie'; 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.Status == "Successful" && data.LineItemID && data.LineItemPayerUN == "") { //render contact seller button if one does not already exist if (true && $("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=RosehillFortErie&template=ask_listing_question&listingID=3461005&returnUrl=%2FListing%2FDetails%2F3461005%2FLG-Electronics-36inch-W-28-cu-ft-French-Door-Refrigerator'; var contactSellerHtml = '

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

'; $(".detail__context-menu").append(contactSellerHtml).show(); jslog("contact button rendered for line item #" + data.LineItemID); } //render feedback button if one does not already exist if (false && $("a.btn__detail__feedback").length == 0) { var feedbackUrl = '/Account/SubmitFeedback?ListingID=3461005&Receiver=RosehillFortErie'; var feedbackHtml = '

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

'; $(".detail__context-menu").append(feedbackHtml).show(); jslog("feedback button rendered for line item #" + data.LineItemID); } } } }); $(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://rosehilldirect.ca/Account/Invoice/' + data.InvoiceID; checkoutUrl += '?returnUrl=%2fListing%2fDetails%2f3461005%2ffort-erie-major-appliances-refrigeration-fort-erie-fort-erie-fort-erie-fort-erie'; 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 = '

(Video) Lg Fridge review Stainless steel new refrigerator tips and more

' + '' + '' + '' + '' + '' + '' + '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 (true && $("a.btn__detail__contactuser").length == 0) { var contactSellerUrl = '/Account/SendListingMessage?receiver=RosehillFortErie&template=ask_listing_question&listingID=3461005&returnUrl=%2FListing%2FDetails%2F3461005%2FLG-Electronics-36inch-W-28-cu-ft-French-Door-Refrigerator'; var contactSellerHtml = '

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

'; $(".detail__context-menu").append(contactSellerHtml).show(); jslog("contact button rendered for invoice #" + data.InvoiceID); } //render feedback button if one does not already exist if (false && $("a.btn__detail__feedback").length == 0) { var feedbackUrl = '/Account/SubmitFeedback?ListingID=3461005&Receiver=RosehillFortErie'; 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); }); } }); });

Active

LG Electronics 36-inch W 28 cu. ft. French Door Refrigerator LG Electronics 36-inch W 28 cu. ft. French Door Refrigerator (2)

Model # LFXS28968S. Comes with a 90 day warranty via Rosehill

LG Electronics 36-inch W 28 cu. ft. French Door Refrigerator (3)

  • LG Electronics 36-inch W 28 cu. ft. French Door Refrigerator (4)

  • LG Electronics 36-inch W 28 cu. ft. French Door Refrigerator (5)

  • LG Electronics 36-inch W 28 cu. ft. French Door Refrigerator (6)

  • LG Electronics 36-inch W 28 cu. ft. French Door Refrigerator (7)

    (Video) How to install an LG French door Refrigerator and freezer

  • LG Electronics 36-inch W 28 cu. ft. French Door Refrigerator (8)

  • LG Electronics 36-inch W 28 cu. ft. French Door Refrigerator (9)

RosehillFortErie Fort Erie, ON CA

View Seller's Other Listings

Contact Seller

Payment Options
Seller Accepts PayPal
Seller Accepts Credit Cards

Payment Instructions
We accept VISA, MasterCard, AMEX & PayPal

Details

  • Availability In Stock
  • Condition New
(Video) LG 36 inch French Door Refrigerator LFX28968ST
  • Item # 3461005
  • Qty Available 1

Description

This LG French door refrigerator boasts an impressive 28 cu. ft. capacity to store more food and comes loaded with features to help keep it all fresh. Combined with the smart cooling system enabled by LG's exclusive Inverter Linear Compressor, your food will stay fresher, longer. You'll also enjoy the high efficiency and quiet operation that is more energy efficient than a conventional compressor and is backed with a 10-year warranty. With all of this and more, this is a perfect addition to your home.

  1. 18.8 cu. ft. fresh food capacity provides spacious interior; 8.8 cu. ft. of freezer space allows for additional storage
  1. Smart Cooling® system is designed to maintain superior conditions within the refrigerator. The Linear Compressor reacts quickly to temperature fluctuations and helps keep your food fresher, longer. Meanwhile, strategically-placed vents in every section help to surround your food with cool air no matter where you put it
  1. Multi-Air Flow technology vents cold air on each shelf for more uniform temperature throughout the refrigerator; 6 digital sensors are utilized to monitor refrigerator, freezer and room temperature to ensure consistent temperature for optimal food storage
  1. Ice makers are great, but not if it means you can't fit all of your food in the fridge. The Slim SpacePlus® Ice System provides more shelf space and allows even more space for door bins
  1. From pitchers to pint glasses, finally there's an ice and water dispenser that can handle just about any container you want to fill. Featuring a sleek new design, the dispenser is one of the tallest around, measuring in at an ultra-accommodating 12.6 in. Also features LG's new pharmaceutical water filter, NSF certified to reduce more contaminants than our previous filters, for freshness you can taste
  1. LT700PC water and ice filter reduce impurities from household water to provide filtered water for up to 6 months
  1. 3 slide-out and 1 folding Spill Protector tempered glass shelves - These low profile shelves provide high visibility and easy access; adjusting them is a breeze for flexible organization
  1. The versatile 4-compartment crisper system gives you easy access and more ways to organize your fruits, vegetables and beverages; it includes 2 humidity-controlled crisper drawers, a full-width Glide-N-Serve drawer and a bonus drawer for delicate fruits and vegetables
  1. Minimise refrigerator odours with this air filtration system. A fan actively forces air through the carbon deodoriser and re-circulates it back across the shelves
  1. Pull-out freezer drawer includes 1 DuraBase full-width drawer and 1 full-width wire drawer providing loads of storage for frozen foods; the DuraBase bin is easily removed for cleaning
  1. From making extra ice for tonight's dinner party while you're at work to adjusting temperatures with simple voice commands, LG ThinQ® refrigerators will change the way you think and the way you live. Use the LG ThinQ® app to control key features from anywhere
  1. Use the voice-activated features of Google Assistant or Amazon Alexa. LG makes it easy to keep your cool in any situation. Let the advantages of smart technology work for you
  1. When you buy a refrigerator, you don't want to worry that it won't last. Because the Linear Compressor motor uses fewer moving parts and operates more efficiently, LG confidently backs the motor with a 10-year warranty
  1. Contoured doors, hidden hinges, premium finishes and interior features such as premium LED lighting give your refrigerator a look as sophisticated as it is functional
  1. Fingerprint and smudge resistant finish easily wipes clean with a soft, dry cloth, so the only lasting impression is your impeccable taste. At last, the kitchen you can't wait to show off is the kitchen that handles real-life in style
  1. Energy Star® rated LG fridges are Energy Star® rated, meaning they use less energy than current federal standards

Questions & Answers Sign in to post a question Sign In

There are no questions for this listing.

', buttons: [{ id: 'btn-post', label: 'Post', cssClass: 'btn-primary', action: function (dialog) { var thisButton = dialog.getButton('btn-post'); thisButton.disable(); thisButton.spin(); $.ajax({ url: '/Listing/PostListingQuestion', type: "post", cache: false, data: { "ListingID": "3461005", "Question": $("#ListingQuestionInput").val() }, success: function (data) { if (data.error) { //an error occurred, display error message var modalBody = questionDialog.getModalBody(); modalBody.prepend($('

').html(data.error)); thisButton.enable(); thisButton.stopSpin(); } else if (data.result == "LOGON_NEEDED") { $.cookie('savedQuestion', $("#ListingQuestionInput").val(), { path: '/', expires: 1 }); window.location.replace("/Account/LogOn?returnUrl=%2FListing%2FDetails%2F3461005%2Ffort-erie-major-appliances-refrigeration-fort-erie-fort-erie-fort-erie-fort-erie%3FresumeQuestion%3D1"); } else { //reload page to show posted question window.location.replace('/Listing/Details/3461005/fort-erie-major-appliances-refrigeration-fort-erie-fort-erie-fort-erie-fort-erie'); } } }); } }, { id: 'btn-cancel', label: 'Cancel', cssClass: 'btn-link', action: function (dialog) { dialog.close(); } }], autodestroy: false, closable: true }); questionDialog.realize(); $(document).on("keyup", "#ListingQuestionInput", function () { var charsRemaining = 250 - $("#ListingQuestionInput").val().length; $("#ListingQuestionInput_LenCount").html(charsRemaining); if (charsRemaining < 0) { $("span.length-count").addClass("validation-summary-errors"); } else { $("span.length-count").removeClass("validation-summary-errors"); } }); //open the dialog when the "Post a question to the seller" link is clicked $(document).on("click", "#PostQuestion", function (event) { event.preventDefault(); var savedQuestion = ""; if (!($.cookie('savedQuestion') == null || $.cookie('savedQuestion') == "")) { savedQuestion = $.cookie('savedQuestion'); $.cookie('savedQuestion', "", { path: '/', expires: 0 }); } var postButton = questionDialog.getButton('btn-post'); postButton.enable(); postButton.stopSpin(); questionDialog.open(); var modalBody = questionDialog.getModalBody(); modalBody.find("#ListingQuestionInput").val(savedQuestion).focus().keyup(); modalBody.find("div.validation-summary-errors").remove(); }); //prepare "answer question" dialog modal answerDialog = new BootstrapDialog({ title: 'Enter your answer', message: '

' + '' + 'RE:' + '' + '' + '

' + '' + '

' + 'Maximum 250 characters' + '' + '(remaining:)' + '' + '

', buttons: [{ id: 'btn-post', label: 'Post', cssClass: 'btn-primary', action: function (dialog) { var thisButton = dialog.getButton('btn-post'); thisButton.disable(); thisButton.spin(); $.ajax({ url: '/Listing/AnswerQuestion', type: "post", cache: false, data: { "QuestionID": answeringQuestionId, "Answer": $("#ListingAnswerInput").val() }, success: function (data) { if (data.error) { //an error occurred, display error message var modalBody = answerDialog.getModalBody(); modalBody.prepend($('

').html(data.error)); thisButton.enable(); thisButton.stopSpin(); } else if (data.result == "LOGON_NEEDED") { $.cookie('savedAnswer', $("#ListingAnswerInput").val(), { path: '/', expires: 1 }); window.location.replace("/Account/LogOn?returnUrl=%2FListing%2FDetails%2F3461005%2Ffort-erie-major-appliances-refrigeration-fort-erie-fort-erie-fort-erie-fort-erie%3FresumeAnswer%3D" + answeringQuestionId); } else { //reload page to show posted question window.location.replace('/Listing/Details/3461005/fort-erie-major-appliances-refrigeration-fort-erie-fort-erie-fort-erie-fort-erie'); } } }); } }, { id: 'btn-cancel', label: 'Cancel', cssClass: 'btn-link', action: function (dialog) { dialog.close(); } }], autodestroy: false, closable: true }); answerDialog.realize(); $(document).on("keyup", "#ListingAnswerInput", function () { var charsRemaining = 250 - $("#ListingAnswerInput").val().length; $("#ListingAnswerInput_LenCount").html(charsRemaining); if (charsRemaining < 0) { $("span.length-count").addClass("validation-summary-errors"); } else { $("span.length-count").removeClass("validation-summary-errors"); } }); //open the dialog when the "answer question" link/button is clicked $(document).on("click", ".post-answer-button", function (event) { event.preventDefault(); answeringQuestionId = $(this).parents(".question-answer").data("questionid") + ''; BeginAnsweringQuestion() }); function BeginAnsweringQuestion() { var savedAnswer = ""; if (!($.cookie('savedAnswer') == null || $.cookie('savedAnswer') == "")) { savedAnswer = $.cookie('savedAnswer'); $.cookie('savedAnswer', "", { path: '/', expires: 0 }); } var postButton = answerDialog.getButton('btn-post'); postButton.enable(); postButton.stopSpin(); answerDialog.open(); var questionText = $("[data-questionid='" + answeringQuestionId + "'] .question-text").html(); var modalBody = answerDialog.getModalBody(); modalBody.find("#QuestionTextToAnswer").html(questionText); modalBody.find("#ListingAnswerInput").val(savedAnswer).focus().keyup(); modalBody.find("div.validation-summary-errors").remove(); } //automatically close the question dialog if the listing ends $(document).on("SignalR_UpdateListingStatus", function (event, data) { if ($.inArray(data.ListingID, interestingListings) < 0) return; if (data.Status != "Active" && data.Status != "Preview") { questionDialog.close(); } }); //resume posting question or answer if returning from a login var queryStringItems = getQueryStrings(); // get all query string kvp's in order to pre-fill generated inputs with previously specified values from the query string if (queryStringItems["resumeQuestion"]) { $("#PostQuestion").click(); } else if (queryStringItems["resumeAnswer"]) { answeringQuestionId = queryStringItems["resumeAnswer"]; BeginAnsweringQuestion(); } //modal warning when deleting a question $(".delete-question").click(function () { var jsDeleteConfirmMsg = //"Really delete this event?\nTHIS ACTION CANNOT BE UNDONE" 'Really delete this question?' + '\n' + 'THIS ACTION CANNOT BE UNDONE'; var targetHref = $(this).attr("href"); BootstrapDialog.show({ type: 'type-danger', title: ' Delete Confirmation', message: jsDeleteConfirmMsg, buttons: [ { label: 'Delete', cssClass: 'btn-danger', action: function () { window.location = $.htmlDecode(targetHref); } }, { label: 'Cancel', action: function (dialogItself) { dialogItself.close(); } } ] }); return false; }); });

Videos

1. LG 4 Door French Door Refrigerator - LMXS28626S
(Abt Electronics)
2. [LG at CES2021] LG InstaView Door-in-Door Refrigerator with Craft Ice
(LG Global)
3. LG Refrigerator LMWC23626SS
(Abt Electronics)
4. LG Smart French Door Refrigerator, InstaView Door-In-Door, Dual Ice w/ Craft Ice REVIEW
(Living Like Mary)
5. LG New 4Door French Door InstaView with Craft Ice
(LG Home Appliance & Air Solution)
6. LG InstaView Fridge. Great or gimmick?
(Technology Paul)
Top Articles
Latest Posts
Article information

Author: Reed Wilderman

Last Updated: 03/31/2023

Views: 5896

Rating: 4.1 / 5 (52 voted)

Reviews: 83% of readers found this page helpful

Author information

Name: Reed Wilderman

Birthday: 1992-06-14

Address: 998 Estell Village, Lake Oscarberg, SD 48713-6877

Phone: +21813267449721

Job: Technology Engineer

Hobby: Swimming, Do it yourself, Beekeeping, Lapidary, Cosplaying, Hiking, Graffiti

Introduction: My name is Reed Wilderman, I am a faithful, bright, lucky, adventurous, lively, rich, vast person who loves writing and wants to share my knowledge and understanding with you.