Nexgrill Cast Aluminum Table Top Propane Gas Grill (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://tkauctions.ca/Account/Checkout?lineitemid=' + data.LineItemID; checkoutUrl += '&returnUrl=%2fEvent%2fLotDetails%2f42755040%2fNexgrill-Cast-Aluminum-Table-Top-Propane-Gas-Grill'; 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=TKAuctions&template=ask_listing_question&listingID=42755041&returnUrl=%2FEvent%2FLotDetails%2F42755040%2FNexgrill-Cast-Aluminum-Table-Top-Propane-Gas-Grill'; 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=42755041&Receiver=TKAuctions' .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://tkauctions.ca/Account/Checkout?lineitemid=' + data.LineItemID; checkoutUrl += '&returnUrl=%2fEvent%2fLotDetails%2f42755040%2fNexgrill-Cast-Aluminum-Table-Top-Propane-Gas-Grill'; 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 (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=TKAuctions&template=ask_listing_question&listingID=42755041&returnUrl=%2FEvent%2FLotDetails%2F42755040%2FNexgrill-Cast-Aluminum-Table-Top-Propane-Gas-Grill'; 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=42755041&Receiver=TKAuctions' .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 = 398; var lastLotOrder = 556; if (thisLotOrder > 0) { $(".GoToPrevLot").prop("disabled", true); $.post("/RealTime/GetLotIdByLotOrder", { eventId: 42676686, lotOrder: (thisLotOrder - 1) }) .done(function (data) { if (data.LotId) { window.location.href = "/Event/LotDetails" + "/" + data.LotId; } }); } }); $(".GoToNextLot").on("click", function () { var thisLotOrder = 398; var lastLotOrder = 556; if (thisLotOrder < lastLotOrder) { $(".GoToNextLot").prop("disabled", true); $.post("/RealTime/GetLotIdByLotOrder", { eventId: 42676686, 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://tkauctions.ca/Account/Invoice/' + data.InvoiceID; checkoutUrl += '?returnUrl=%2fEvent%2fLotDetails%2f42755040%2fNexgrill-Cast-Aluminum-Table-Top-Propane-Gas-Grill'; 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 (true && $("a.btn__detail__contactuser").length == 0) { var contactSellerUrl = '/Account/SendListingMessage?receiver=TKAuctions&template=ask_listing_question&listingID=42755041&returnUrl=%2FEvent%2FLotDetails%2F42755040%2FNexgrill-Cast-Aluminum-Table-Top-Propane-Gas-Grill'; 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=42755041&Receiver=TKAuctions' .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

All items are local pickup only

Payment and pickup must be made before Saturday September 7that 6pm

If payment and pickup is not made then your card on file will be charged the invoice amount as well may be charged a 20% (Min $5 per item) late payment/pickup fee. This is done at the sole discretionof TK liquidation

Your items will be held until September 14th at6:00PM afterwards it will be restocked. You will not be refunded.

You may make payment at pickup using credit, debit and cash. We do not accept AMEX cards

All items must be picked up at 366 Grand River Ave, Brantford. Ontario

Pickup Times:

Friday September 6th 9AM-6PM

Saturday September 7th9AM-6PM

This Auction Uses Proxy Bidding.

Active

Nexgrill Cast Aluminum Table Top Propane Gas Grill Nexgrill Cast Aluminum Table Top Propane Gas Grill (1)

Condition: Like New MSRP: 159

Lot # 101156

Nexgrill Cast Aluminum Table Top Propane Gas Grill (2)

  • Nexgrill Cast Aluminum Table Top Propane Gas Grill (3)

  • Nexgrill Cast Aluminum Table Top Propane Gas Grill (4)

  • Nexgrill Cast Aluminum Table Top Propane Gas Grill (5)

  • Nexgrill Cast Aluminum Table Top Propane Gas Grill (6)

  • Nexgrill Cast Aluminum Table Top Propane Gas Grill (7)

  • Current Price $20.00 ( ) No Reserve
  • 14 Bid(s) View Bid History
  • High Bidder: Eden0990

TKAuctions

Contact Seller

Payment Options Seller Accepts PayPal
Seller Accepts Credit Cards

Details

MSRP

159

Lot # 101156

System ID # 42755040

End Date

Start Date

Description

Condition: Like New
Inspection: This Nex grill has been lightly used, it is very clean and in good condition, comes with all attachments, comes in a box.

Below is the manufacturers description. We do not guarantee this description to accurately describe the products being sold. Please bid accordingly

Meet the new Nexgrill 1-Burner Portable Propane Gas Table Top Grill, the perfect grill for the on-the-go cook. With 347 square inches of cooking space and steel wire cooking grids, this BBQ holds its own with enough space to hold 14 burgers. It offers 1 stainless steel burner packing 11,000 BTUs of power . The locking lid and foldable legs make this unit compact and easy to transport. This perfect tailgate and picnic companion is fueled with 1 lb. propane cylinders. Make your 1-burner table top grill your "plus 1" at the next outing. Make your next grill a Nexgrill.

Features:
347 sq. in. of grill space
11,000 BTU main burner
Push and turn ignition
Foldable legs and locking lid for easy transport
Works with 1 lb. propane tank
Compact size occupies a small footprint and stores where space is a premium
Quick and easy assembly
Weighs under 20 lbs

Specifications:
Dimensions W x D x H: 49.78 cm x 40.79 cm x 32.99 cm (19.6 in. x 16.06 in. x 12.99 in.)
Ignition Type: Push Button
Number of Burners: 1
Total Cooking Space: 1,309.67 sq. cm. (203 sq. in.)
Weight: 8.6 kg (18.95 lb.)

Nexgrill Cast Aluminum Table Top Propane Gas Grill (8)

Nexgrill Cast Aluminum Table Top Propane Gas Grill (2024)
Top Articles
Best Budget Turntable in 2022
The 025 Files - Chapter 26 - BlueRasp20 - 입학용병
Gasbuddy Joliet
Culver's Flavor Of The Day Ann Arbor
Academic Calendar Pbsc
Nosetf
Subject Guides: Business: Exchange Rates: Historical Foreign Exchange Rate
Ter Reviews Boston
Apryl Prose Wiki
Care Guide for Platy Fish – Feeding, Breeding, and Tank Mates
What retirement account is tax-free?
Do you want to do a backbend?
Food Stamp System Down
Get Got Lyrics
My Big Fat Greek Wedding 3 Showtimes Near Regal Ukiah
12 Week Glute Program to Transform Your Booty with Free PDF - The Fitness Phantom
Buncensored Leak
Food Delivery Near Me Open Now Chinese
Mugshots In Waco Texas
Idaho Falls Temple Prayer Roll
Often Fvded Barber Lounge
Natasha Tillotson
Satta King Peshawar
Journal articles: 'Mark P. Herschede Trust' – Grafiati
Camwhor*s Bypass 2022
Jeep Graphics Ideas
Point After Salon
Skechers Outlet Greensboro Nc
Vegamovies Home
Matrix Skilled Nursing Login
Login M&T
JetBlue, Spirit end $3.8 billion merger agreement after losing antitrust suit
Freeway Insurance Actress
Doculivery Trinity Health
Mugshots Gaston Gazette
R Edens Zero
Jbz Inlog
After the Yankees' latest walk-off win, ranking which starters might be headed to the bullpen
Malibu Horror Story Showtimes Near Regal Atlantic Station
Ctbids Reno
Cheap Motorcycles For Sale Under 1000 Craigslist Near Me
North Bay Craigslist Jobs
Idaho Pets Craigslist
Nz Herald Obituary Notices
eCare: Nutzung am PC | BARMER
Ny Lottery Second Chance App
Culver's Flavor Of The Day Little Chute
Zmeenaorrxclusive
Best Drugstore Bronzers
Epiq Document Delivery
Fetid Emesis
Sdn Michigan State Osteopathic 2023
Latest Posts
Article information

Author: Fr. Dewey Fisher

Last Updated:

Views: 6505

Rating: 4.1 / 5 (62 voted)

Reviews: 93% of readers found this page helpful

Author information

Name: Fr. Dewey Fisher

Birthday: 1993-03-26

Address: 917 Hyun Views, Rogahnmouth, KY 91013-8827

Phone: +5938540192553

Job: Administration Developer

Hobby: Embroidery, Horseback riding, Juggling, Urban exploration, Skiing, Cycling, Handball

Introduction: My name is Fr. Dewey Fisher, I am a powerful, open, faithful, combative, spotless, faithful, fair person who loves writing and wants to share my knowledge and understanding with you.