QUANTITY OF ITEMS TO INCLUDE SALTER EK2716 DUAL OMELETTE MAKER – DOUBLE EGG COOKER WITH NON-STICK PLATES, DEEP FILL ELECTRIC MULTICOOKER, 2-3 MINUTE PREHEAT, IDEAL FOR BREAKFASTS, MAINS & DESSERTS, N (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%2f247610376%2fQUANTITY-OF-ITEMS-TO-INCLUDE-SALTER-EK2716-DUAL-OMELETTE-MAKER-DOUBLE-EGG-COOKER-WITH-NONSTICK-PLATES-DEEP-FILL-ELECTRIC-MULTICOOKER-23-MINUTE-PREHEAT-IDEAL-FOR-BREAKFASTS-MAINS-DESSERTS-N'; 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=247610377&returnUrl=%2FEvent%2FLotDetails%2F247610376%2FQUANTITY-OF-ITEMS-TO-INCLUDE-SALTER-EK2716-DUAL-OMELETTE-MAKER-DOUBLE-EGG-COOKER-WITH-NONSTICK-PLATES-DEEP-FILL-ELECTRIC-MULTICOOKER-23-MINUTE-PREHEAT-IDEAL-FOR-BREAKFASTS-MAINS-DESSERTS-N'; 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=247610377&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%2f247610376%2fQUANTITY-OF-ITEMS-TO-INCLUDE-SALTER-EK2716-DUAL-OMELETTE-MAKER-DOUBLE-EGG-COOKER-WITH-NONSTICK-PLATES-DEEP-FILL-ELECTRIC-MULTICOOKER-23-MINUTE-PREHEAT-IDEAL-FOR-BREAKFASTS-MAINS-DESSERTS-N'; 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=JohnPye&template=ask_listing_question&listingID=247610377&returnUrl=%2FEvent%2FLotDetails%2F247610376%2FQUANTITY-OF-ITEMS-TO-INCLUDE-SALTER-EK2716-DUAL-OMELETTE-MAKER-DOUBLE-EGG-COOKER-WITH-NONSTICK-PLATES-DEEP-FILL-ELECTRIC-MULTICOOKER-23-MINUTE-PREHEAT-IDEAL-FOR-BREAKFASTS-MAINS-DESSERTS-N'; 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=247610377&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 = 463; var lastLotOrder = 799; if (thisLotOrder > 0) { $(".GoToPrevLot").prop("disabled", true); $.post("/RealTime/GetLotIdByLotOrder", { eventId: 244346205, lotOrder: (thisLotOrder - 1) }) .done(function (data) { if (data.LotId) { window.location.href = "/Event/LotDetails" + "/" + data.LotId; } }); } }); $(".GoToNextLot").on("click", function () { var thisLotOrder = 463; var lastLotOrder = 799; if (thisLotOrder < lastLotOrder) { $(".GoToNextLot").prop("disabled", true); $.post("/RealTime/GetLotIdByLotOrder", { eventId: 244346205, 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%2f247610376%2fQUANTITY-OF-ITEMS-TO-INCLUDE-SALTER-EK2716-DUAL-OMELETTE-MAKER-DOUBLE-EGG-COOKER-WITH-NONSTICK-PLATES-DEEP-FILL-ELECTRIC-MULTICOOKER-23-MINUTE-PREHEAT-IDEAL-FOR-BREAKFASTS-MAINS-DESSERTS-N'; 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=247610377&returnUrl=%2FEvent%2FLotDetails%2F247610376%2FQUANTITY-OF-ITEMS-TO-INCLUDE-SALTER-EK2716-DUAL-OMELETTE-MAKER-DOUBLE-EGG-COOKER-WITH-NONSTICK-PLATES-DEEP-FILL-ELECTRIC-MULTICOOKER-23-MINUTE-PREHEAT-IDEAL-FOR-BREAKFASTS-MAINS-DESSERTS-N'; 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=247610377&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

Edinburgh SR24-1485- Parcel Delivery Only

John Pye Auctions,Bridgeness Rd Carriden Bo’ness West Lothian EH51 9SF Nr Edin

VIEWING MONDAY 24THJUNE20249AM - 12PM

PAYMENT DEADLINE - THURSDAY 27TH JUNE2024- 4PM

25% Buyers Premium + 20% VAT

This Auction Uses Online Bidding.

Lot # 464

QUANTITY OF ITEMS TO INCLUDE SALTER EK2716 DUAL OMELETTE MAKER – DOUBLE EGG COOKER WITH NON-STICK PLATES, DEEP FILL ELECTRIC MULTICOOKER, 2-3 MINUTE PREHEAT, IDEAL FOR BREAKFASTS, MAINS & DESSERTS, N (1)

  • QUANTITY OF ITEMS TO INCLUDE SALTER EK2716 DUAL OMELETTE MAKER – DOUBLE EGG COOKER WITH NON-STICK PLATES, DEEP FILL ELECTRIC MULTICOOKER, 2-3 MINUTE PREHEAT, IDEAL FOR BREAKFASTS, MAINS & DESSERTS, N (2)

  • QUANTITY OF ITEMS TO INCLUDE SALTER EK2716 DUAL OMELETTE MAKER – DOUBLE EGG COOKER WITH NON-STICK PLATES, DEEP FILL ELECTRIC MULTICOOKER, 2-3 MINUTE PREHEAT, IDEAL FOR BREAKFASTS, MAINS & DESSERTS, N (3)

  • QUANTITY OF ITEMS TO INCLUDE SALTER EK2716 DUAL OMELETTE MAKER – DOUBLE EGG COOKER WITH NON-STICK PLATES, DEEP FILL ELECTRIC MULTICOOKER, 2-3 MINUTE PREHEAT, IDEAL FOR BREAKFASTS, MAINS & DESSERTS, N (4)

Hammer Price: £14.00 (Approx (€15.96))


Edinburgh SR24 - Delivery Only - QUANTITY OF ITEMS TO INCLUDE SALTER EK2716 DUAL OMELETTE MAKER – DOUBLE EGG COOKER WITH NON-STICK PLATES, DEEP FILL ELECTRIC MULTICOOKER, 2-3 MINUTE PREHEAT, IDEAL FOR BREAKFASTS, MAINS & DESSERTS, N QUANTITY OF ITEMS TO INCLUDE SALTER EK2716 DUAL OMELETTE MAKER – DOUBLE EGG COOKER WITH NON-STICK PLATES, DEEP FILL ELECTRIC MULTICOOKER, 2-3 MINUTE PREHEAT, IDEAL FOR BREAKFASTS, MAINS & DESSERTS, N (5)


Parcel Delivery (DPD) £9.99 (£1.99 as additional lot)

Shipping Info

Edinburgh SR24-1485- Parcel Delivery Only

John Pye Auctions,Bridgeness Rd Carriden Bo’ness West Lothian EH51 9SF Nr Edin

VIEWING MONDAY 24THJUNE20249AM - 12PM

PAYMENT DEADLINE - THURSDAY 27TH JUNE2024- 4PM

Description

QUANTITY OF ITEMS TO INCLUDE SALTER EK2716 DUAL OMELETTE MAKER – DOUBLE EGG COOKER WITH NON-STICK PLATES, DEEP FILL ELECTRIC MULTICOOKER, 2-3 MINUTE PREHEAT, IDEAL FOR BREAKFASTS, MAINS & DESSERTS, NO FLIPPING REQUIRED, 750W: LOCATION - C RACK

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.


QUANTITY OF ITEMS TO INCLUDE SALTER EK2716 DUAL OMELETTE MAKER – DOUBLE EGG COOKER WITH NON-STICK PLATES, DEEP FILL ELECTRIC MULTICOOKER, 2-3 MINUTE PREHEAT, IDEAL FOR BREAKFASTS, MAINS & DESSERTS, N (2024)
Top Articles
Qatar Masters: Karthikeyan stuns Carlsen, joins the lead
Qatar Masters: Carlsen on the attack, Kushagra upsets Fedoseev
Cpmc Mission Bernal Campus & Orthopedic Institute Photos
Wmu Course Offerings
Call Follower Osrs
Marist Dining Hall Menu
What Was D-Day Weegy
Visustella Battle Core
Progressbook Brunswick
Elle Daily Horoscope Virgo
Jcpenney At Home Associate Kiosk
Tcu Jaggaer
W303 Tarkov
Hca Florida Middleburg Emergency Reviews
Nalley Tartar Sauce
Sonic Fan Games Hq
Swgoh Turn Meter Reduction Teams
Csi Tv Series Wiki
Nearest Walgreens Or Cvs Near Me
Tyler Sis University City
Fsga Golf
Quest: Broken Home | Sal's Realm of RuneScape
Military life insurance and survivor benefits | USAGov
Watch Your Lie in April English Sub/Dub online Free on HiAnime.to
Living Shard Calamity
Sofia the baddie dog
Tinyzonehd
Encore Atlanta Cheer Competition
Martins Point Patient Portal
Craigslist/Phx
Craig Woolard Net Worth
Publix Coral Way And 147
Citibank Branch Locations In Orlando Florida
Bursar.okstate.edu
A Small Traveling Suitcase Figgerits
oklahoma city community "puppies" - craigslist
Zero Sievert Coop
Bismarck Mandan Mugshots
3400 Grams In Pounds
5 Tips To Throw A Fun Halloween Party For Adults
Pokemon Reborn Locations
Section 212 at MetLife Stadium
Riverton Wyoming Craigslist
How Much Is 10000 Nickels
Unitedhealthcare Community Plan Eye Doctors
Courses In Touch
Big Reactors Best Coolant
855-539-4712
Shannon Sharpe Pointing Gif
Okta Hendrick Login
Rise Meadville Reviews
One Facing Life Maybe Crossword
Latest Posts
Article information

Author: Otha Schamberger

Last Updated:

Views: 6390

Rating: 4.4 / 5 (75 voted)

Reviews: 90% of readers found this page helpful

Author information

Name: Otha Schamberger

Birthday: 1999-08-15

Address: Suite 490 606 Hammes Ferry, Carterhaven, IL 62290

Phone: +8557035444877

Job: Forward IT Agent

Hobby: Fishing, Flying, Jewelry making, Digital arts, Sand art, Parkour, tabletop games

Introduction: My name is Otha Schamberger, I am a vast, good, healthy, cheerful, energetic, gorgeous, magnificent person who loves writing and wants to share my knowledge and understanding with you.