1X PALLET WITH TOTAL RRP VALUE OF £1759 TO INCLUDE 1X HOTPOINT WASHING MACHINES MODEL NO NSWR945C WK UK N, 1X HISENSE ELECTRIC COOKERS MODEL NO HDE32 11BWUK, 1X BEKO DISHWASHERS SLIMLINE MODEL NO D (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://johnpyeauctions.co.uk/Account/Checkout?lineitemid=' + data.LineItemID; checkoutUrl += '&returnUrl=%2fEvent%2fLotDetails%2f266452604%2f1X-PALLET-WITH-TOTAL-RRP-VALUE-OF-1759-TO-INCLUDE-1X-HOTPOINT-WASHING-MACHINES-MODEL-NO-NSWR945C-WK-UK-N-1X-HISENSE-ELECTRIC-COOKERS-MODEL-NO-HDE32-11BWUK-1X-BEKO-DISHWASHERS-SLIMLINE-MODEL-NO-D'; 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=JohnPye&template=ask_listing_question&listingID=266452605&returnUrl=%2FEvent%2FLotDetails%2F266452604%2F1X-PALLET-WITH-TOTAL-RRP-VALUE-OF-1759-TO-INCLUDE-1X-HOTPOINT-WASHING-MACHINES-MODEL-NO-NSWR945C-WK-UK-N-1X-HISENSE-ELECTRIC-COOKERS-MODEL-NO-HDE32-11BWUK-1X-BEKO-DISHWASHERS-SLIMLINE-MODEL-NO-D'; 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=266452605&Receiver=JohnPye' .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://johnpyeauctions.co.uk/Account/Checkout?lineitemid=' + data.LineItemID; checkoutUrl += '&returnUrl=%2fEvent%2fLotDetails%2f266452604%2f1X-PALLET-WITH-TOTAL-RRP-VALUE-OF-1759-TO-INCLUDE-1X-HOTPOINT-WASHING-MACHINES-MODEL-NO-NSWR945C-WK-UK-N-1X-HISENSE-ELECTRIC-COOKERS-MODEL-NO-HDE32-11BWUK-1X-BEKO-DISHWASHERS-SLIMLINE-MODEL-NO-D'; var checkoutHtml = '

'; 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=JohnPye&template=ask_listing_question&listingID=266452605&returnUrl=%2FEvent%2FLotDetails%2F266452604%2F1X-PALLET-WITH-TOTAL-RRP-VALUE-OF-1759-TO-INCLUDE-1X-HOTPOINT-WASHING-MACHINES-MODEL-NO-NSWR945C-WK-UK-N-1X-HISENSE-ELECTRIC-COOKERS-MODEL-NO-HDE32-11BWUK-1X-BEKO-DISHWASHERS-SLIMLINE-MODEL-NO-D'; 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=266452605&Receiver=JohnPye' .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 = 35; var lastLotOrder = 48; if (thisLotOrder > 0) { $(".GoToPrevLot").prop("disabled", true); $.post("/RealTime/GetLotIdByLotOrder", { eventId: 266365846, lotOrder: (thisLotOrder - 1) }) .done(function (data) { if (data.LotId) { window.location.href = "/Event/LotDetails" + "/" + data.LotId; } }); } }); $(".GoToNextLot").on("click", function () { var thisLotOrder = 35; var lastLotOrder = 48; if (thisLotOrder < lastLotOrder) { $(".GoToNextLot").prop("disabled", true); $.post("/RealTime/GetLotIdByLotOrder", { eventId: 266365846, 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://johnpyeauctions.co.uk/Account/Invoice/' + data.InvoiceID; checkoutUrl += '?returnUrl=%2fEvent%2fLotDetails%2f266452604%2f1X-PALLET-WITH-TOTAL-RRP-VALUE-OF-1759-TO-INCLUDE-1X-HOTPOINT-WASHING-MACHINES-MODEL-NO-NSWR945C-WK-UK-N-1X-HISENSE-ELECTRIC-COOKERS-MODEL-NO-HDE32-11BWUK-1X-BEKO-DISHWASHERS-SLIMLINE-MODEL-NO-D'; 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=JohnPye&template=ask_listing_question&listingID=266452605&returnUrl=%2FEvent%2FLotDetails%2F266452604%2F1X-PALLET-WITH-TOTAL-RRP-VALUE-OF-1759-TO-INCLUDE-1X-HOTPOINT-WASHING-MACHINES-MODEL-NO-NSWR945C-WK-UK-N-1X-HISENSE-ELECTRIC-COOKERS-MODEL-NO-HDE32-11BWUK-1X-BEKO-DISHWASHERS-SLIMLINE-MODEL-NO-D'; 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=266452605&Receiver=JohnPye' .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

Saleroom Location

Nottingham Trade - 26- Range Cookers, Cooker Hoods & Hobs

John Pye Auctions, Saleroom 3,James Shipstone House, Radford Road, New Basford, NG7 7EA

PAYMENT DEADLINE - WEDNESDAY21STAUGUST20244PM

VIEWING: NO VIEWING AVAILABLE

COLLECTION AVAILABLE - MONDAY 19TH AUGUST - 12PM - 7PM, TUESDAY 20THAUGUST- 9AM - 4PM, WEDNESDAY21STAUGUST- 9AM - 7PM

25% Buyers Premium + 20% VAT

This Auction Uses Online Bidding.

Lot # 36

1X PALLET WITH TOTAL RRP VALUE OF £1759 TO INCLUDE 1X HOTPOINT WASHING MACHINES MODEL NO NSWR945C WK UK N, 1X HISENSE ELECTRIC COOKERS MODEL NO HDE32 11BWUK, 1X BEKO DISHWASHERS SLIMLINE MODEL NO D (1)

  • 1X PALLET WITH TOTAL RRP VALUE OF £1759 TO INCLUDE 1X HOTPOINT WASHING MACHINES MODEL NO NSWR945C WK UK N, 1X HISENSE ELECTRIC COOKERS MODEL NO HDE32 11BWUK, 1X BEKO DISHWASHERS SLIMLINE MODEL NO D (2)

  • 1X PALLET WITH TOTAL RRP VALUE OF £1759 TO INCLUDE 1X HOTPOINT WASHING MACHINES MODEL NO NSWR945C WK UK N, 1X HISENSE ELECTRIC COOKERS MODEL NO HDE32 11BWUK, 1X BEKO DISHWASHERS SLIMLINE MODEL NO D (3)

  • 1X PALLET WITH TOTAL RRP VALUE OF £1759 TO INCLUDE 1X HOTPOINT WASHING MACHINES MODEL NO NSWR945C WK UK N, 1X HISENSE ELECTRIC COOKERS MODEL NO HDE32 11BWUK, 1X BEKO DISHWASHERS SLIMLINE MODEL NO D (4)

  • 1X PALLET WITH TOTAL RRP VALUE OF £1759 TO INCLUDE 1X HOTPOINT WASHING MACHINES MODEL NO NSWR945C WK UK N, 1X HISENSE ELECTRIC COOKERS MODEL NO HDE32 11BWUK, 1X BEKO DISHWASHERS SLIMLINE MODEL NO D (5)

  • Current Price £50.00 ( )
  • Your Maximum Bid Is £0.00

  • 9 Bid(s) View Bid History

Nottingham SR3 - Delivery Or Collection - 1X PALLET WITH TOTAL RRP VALUE OF £1759 TO INCLUDE 1X HOTPOINT WASHING MACHINES MODEL NO NSWR945C WK UK N, 1X HISENSE ELECTRIC COOKERS MODEL NO HDE32 11BWUK, 1X BEKO DISHWASHERS SLIMLINE MODEL NO D 1X PALLET WITH TOTAL RRP VALUE OF £1759 TO INCLUDE 1X HOTPOINT WASHING MACHINES MODEL NO NSWR945C WK UK N, 1X HISENSE ELECTRIC COOKERS MODEL NO HDE32 11BWUK, 1X BEKO DISHWASHERS SLIMLINE MODEL NO D (6)


Large Item Delivery - UK ONLY £75.00 (£75.00 as additional lot)
Collection from Site (No Charge) £0.00 (£0.00 as additional lot)

Shipping Info

Nottingham Trade - 26- Range Cookers, Cooker Hoods & Hobs

John Pye Auctions, Saleroom 3,James Shipstone House, Radford Road, New Basford, NG7 7EA

PAYMENT DEADLINE - WEDNESDAY21STAUGUST20244PM

VIEWING: NO VIEWING AVAILABLE

COLLECTION AVAILABLE - MONDAY 19TH AUGUST - 12PM - 7PM, TUESDAY 20THAUGUST- 9AM - 4PM, WEDNESDAY21STAUGUST- 9AM - 7PM

Description

1X PALLET WITH TOTAL RRP VALUE OF £1759 TO INCLUDE 1X HOTPOINT WASHING MACHINES MODEL NO NSWR945C WK UK N, 1X HISENSE ELECTRIC COOKERS MODEL NO HDE32 11BWUK, 1X BEKO DISHWASHERS SLIMLINE MODEL NO DVS04X20W, 1X NEFF HOODS TSL MODEL NO D94ABC0N0 B B2, (TRADE CUSTOMERS ONLY)

John Pye Auctions will bid incrementally for you up to your maximum bid. Your maximum bid is kept a secret from other users.

Your bid is a contract between you and the listing creator. If you have the highest bid you will enter into a legally binding purchase contract.


1X PALLET WITH TOTAL RRP VALUE OF £1759 TO INCLUDE 1X HOTPOINT WASHING MACHINES MODEL NO NSWR945C  WK UK N, 1X HISENSE ELECTRIC COOKERS MODEL NO  HDE32 11BWUK, 1X BEKO DISHWASHERS SLIMLINE MODEL NO D (2024)

References

Top Articles
Kolkata doctor's rape and murder in hospital alarm India
Now Playing: Cheat Code Video Game [Free Game]
Golden Abyss - Chapter 5 - Lunar_Angel
Warren Ohio Craigslist
Washu Parking
Live Basketball Scores Flashscore
DEA closing 2 offices in China even as the agency struggles to stem flow of fentanyl chemicals
Green Bay Press Gazette Obituary
Self-guided tour (for students) – Teaching & Learning Support
Kagtwt
Dc Gas Login
Fool’s Paradise movie review (2023) | Roger Ebert
Justified Official Series Trailer
Kürtçe Doğum Günü Sözleri
Obsidian Guard's Cutlass
Equibase | International Results
Walgreens San Pedro And Hildebrand
Amazing deals for DKoldies on Goodshop!
My Homework Lesson 11 Volume Of Composite Figures Answer Key
Melendez Imports Menu
Red8 Data Entry Job
Kingdom Tattoo Ithaca Mi
Walmart Pharmacy Near Me Open
'Insidious: The Red Door': Release Date, Cast, Trailer, and What to Expect
Wku Lpn To Rn
Danielle Moodie-Mills Net Worth
CohhCarnage - Twitch Streamer Profile & Bio - TopTwitchStreamers
Core Relief Texas
Spirited Showtimes Near Marcus Twin Creek Cinema
Lininii
91 Octane Gas Prices Near Me
The Bold and the Beautiful
DIY Building Plans for a Picnic Table
Lehpiht Shop
Tamilrockers Movies 2023 Download
Goodwill Houston Select Stores Photos
Domino's Delivery Pizza
Ishow Speed Dick Leak
The Listings Project New York
Ladyva Is She Married
412Doctors
Best Haircut Shop Near Me
705 Us 74 Bus Rockingham Nc
Ts In Baton Rouge
Contico Tuff Box Replacement Locks
Big Brother 23: Wiki, Vote, Cast, Release Date, Contestants, Winner, Elimination
Steam Input Per Game Setting
Urban Airship Acquires Accengage, Extending Its Worldwide Leadership With Unmatched Presence Across Europe
Convert Celsius to Kelvin
Kobe Express Bayside Lakes Photos
Latest Posts
Article information

Author: Horacio Brakus JD

Last Updated:

Views: 5661

Rating: 4 / 5 (51 voted)

Reviews: 90% of readers found this page helpful

Author information

Name: Horacio Brakus JD

Birthday: 1999-08-21

Address: Apt. 524 43384 Minnie Prairie, South Edda, MA 62804

Phone: +5931039998219

Job: Sales Strategist

Hobby: Sculling, Kitesurfing, Orienteering, Painting, Computer programming, Creative writing, Scuba diving

Introduction: My name is Horacio Brakus JD, I am a lively, splendid, jolly, vivacious, vast, cheerful, agreeable person who loves writing and wants to share my knowledge and understanding with you.