TWO PART MODULAR OFFICE BUILDING, SIZE EST. 50 X 30 - *LOCATION: SURREY (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%2f261699974%2fTWO-PART-MODULAR-OFFICE-BUILDING-SIZE-EST-50-X-30-LOCATION-SURREY'; 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=261699975&returnUrl=%2FEvent%2FLotDetails%2F261699974%2FTWO-PART-MODULAR-OFFICE-BUILDING-SIZE-EST-50-X-30-LOCATION-SURREY'; 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=261699975&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%2f261699974%2fTWO-PART-MODULAR-OFFICE-BUILDING-SIZE-EST-50-X-30-LOCATION-SURREY'; 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=261699975&returnUrl=%2FEvent%2FLotDetails%2F261699974%2FTWO-PART-MODULAR-OFFICE-BUILDING-SIZE-EST-50-X-30-LOCATION-SURREY'; 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=261699975&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 = 59; var lastLotOrder = 59; if (thisLotOrder > 0) { $(".GoToPrevLot").prop("disabled", true); $.post("/RealTime/GetLotIdByLotOrder", { eventId: 261156637, lotOrder: (thisLotOrder - 1) }) .done(function (data) { if (data.LotId) { window.location.href = "/Event/LotDetails" + "/" + data.LotId; } }); } }); $(".GoToNextLot").on("click", function () { var thisLotOrder = 59; var lastLotOrder = 59; if (thisLotOrder < lastLotOrder) { $(".GoToNextLot").prop("disabled", true); $.post("/RealTime/GetLotIdByLotOrder", { eventId: 261156637, 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%2f261699974%2fTWO-PART-MODULAR-OFFICE-BUILDING-SIZE-EST-50-X-30-LOCATION-SURREY'; 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=261699975&returnUrl=%2FEvent%2FLotDetails%2F261699974%2FTWO-PART-MODULAR-OFFICE-BUILDING-SIZE-EST-50-X-30-LOCATION-SURREY'; 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=261699975&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

ENDS:Tuesday 13 August from 12.30pm / Public Viewing: Friday 2nd & 9th August, 10am – 12pm

B_19_BA_CNC - COLLECTION ONLY

PAYMENT DEADLINE: WEDNESDAY 14THAUGUST, 4pm

COLLECTION DEADLINE: FRIDAY 16THAUGUST From 4pm

Location: John Pye Auctions, Garratts Lane, Cradley Heath, Birmingham, B64 5RE

25% Buyers Premium + 20% VAT

This Auction Uses Online Bidding.

Lot # 60

TWO PART MODULAR OFFICE BUILDING, SIZE EST. 50 X 30 - *LOCATION: SURREY (1)

  • TWO PART MODULAR OFFICE BUILDING, SIZE EST. 50 X 30 - *LOCATION: SURREY (2)

  • TWO PART MODULAR OFFICE BUILDING, SIZE EST. 50 X 30 - *LOCATION: SURREY (3)

  • TWO PART MODULAR OFFICE BUILDING, SIZE EST. 50 X 30 - *LOCATION: SURREY (4)

  • TWO PART MODULAR OFFICE BUILDING, SIZE EST. 50 X 30 - *LOCATION: SURREY (5)

  • TWO PART MODULAR OFFICE BUILDING, SIZE EST. 50 X 30 - *LOCATION: SURREY (6)

  • TWO PART MODULAR OFFICE BUILDING, SIZE EST. 50 X 30 - *LOCATION: SURREY (7)

  • TWO PART MODULAR OFFICE BUILDING, SIZE EST. 50 X 30 - *LOCATION: SURREY (8)

  • TWO PART MODULAR OFFICE BUILDING, SIZE EST. 50 X 30 - *LOCATION: SURREY (9)

  • TWO PART MODULAR OFFICE BUILDING, SIZE EST. 50 X 30 - *LOCATION: SURREY (10)

  • TWO PART MODULAR OFFICE BUILDING, SIZE EST. 50 X 30 - *LOCATION: SURREY (11)

  • TWO PART MODULAR OFFICE BUILDING, SIZE EST. 50 X 30 - *LOCATION: SURREY (12)

  • TWO PART MODULAR OFFICE BUILDING, SIZE EST. 50 X 30 - *LOCATION: SURREY (13)

  • TWO PART MODULAR OFFICE BUILDING, SIZE EST. 50 X 30 - *LOCATION: SURREY (14)

  • TWO PART MODULAR OFFICE BUILDING, SIZE EST. 50 X 30 - *LOCATION: SURREY (15)

  • TWO PART MODULAR OFFICE BUILDING, SIZE EST. 50 X 30 - *LOCATION: SURREY (16)

  • TWO PART MODULAR OFFICE BUILDING, SIZE EST. 50 X 30 - *LOCATION: SURREY (17)

  • TWO PART MODULAR OFFICE BUILDING, SIZE EST. 50 X 30 - *LOCATION: SURREY (18)

  • TWO PART MODULAR OFFICE BUILDING, SIZE EST. 50 X 30 - *LOCATION: SURREY (19)

  • TWO PART MODULAR OFFICE BUILDING, SIZE EST. 50 X 30 - *LOCATION: SURREY (20)

  • TWO PART MODULAR OFFICE BUILDING, SIZE EST. 50 X 30 - *LOCATION: SURREY (21)

  • TWO PART MODULAR OFFICE BUILDING, SIZE EST. 50 X 30 - *LOCATION: SURREY (22)

  • TWO PART MODULAR OFFICE BUILDING, SIZE EST. 50 X 30 - *LOCATION: SURREY (23)

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

  • 5 Bid(s) View Bid History

Surrey - Collection Only - TWO PART MODULAR OFFICE BUILDING, SIZE EST. 50 X 30 - *LOCATION: SURREY TWO PART MODULAR OFFICE BUILDING, SIZE EST. 50 X 30 - *LOCATION: SURREY (24)


Collection from Site (No Charge) £0.00 (£0.00 as additional lot)

Shipping Info

ENDS:Tuesday 13 August from 12.30pm / Public Viewing: Friday 2nd & 9th August, 10am – 12pm

B_19_BA_CNC - COLLECTION ONLY

PAYMENT DEADLINE: WEDNESDAY 14THAUGUST, 4pm

COLLECTION DEADLINE: FRIDAY 16THAUGUST From 4pm

Location: John Pye Auctions, Garratts Lane, Cradley Heath, Birmingham, B64 5RE

Description

TWO PART MODULAR OFFICE BUILDING, SIZE EST. 50 X 30 - *LOCATION: SURREY, RAMS REQUIRED FOR THE REMOVAL OF THIS LOT - VIEWING BY APPOINTMENT: EMAIL [emailprotected]RAMS REQUIRED FOR APPROVAL PRIOR TO COLLECTION: EMAIL TO [emailprotected]

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.


TWO PART MODULAR OFFICE BUILDING, SIZE EST. 50 X 30 - *LOCATION: SURREY (2024)

References

Top Articles
Announcement of Faculty Position in Accounting (All Ranks)
Top 50 Graphic Design Schools and Colleges in the U.S. – 2024 Rankings
This website is unavailable in your location. – WSB-TV Channel 2 - Atlanta
Loves Employee Pay Stub
Can ETH reach 10k in 2024?
Nc Maxpreps
Co Parts Mn
Decaying Brackenhide Blanket
What is IXL and How Does it Work?
Sport Clip Hours
Truck Toppers For Sale Craigslist
Craigslist Edmond Oklahoma
Clear Fork Progress Book
Dumb Money, la recensione: Paul Dano e quel film biografico sul caso GameStop
Pay Boot Barn Credit Card
Rqi.1Stop
Knock At The Cabin Showtimes Near Alamo Drafthouse Raleigh
11 Ways to Sell a Car on Craigslist - wikiHow
1145 Barnett Drive
City Of Durham Recycling Schedule
Feathers
Goodwill Of Central Iowa Outlet Des Moines Photos
Maine Racer Swap And Sell
Summoners War Update Notes
John Philip Sousa Foundation
Babydepot Registry
Barbie Showtimes Near Lucas Cinemas Albertville
Kacey King Ranch
Cbs Trade Value Chart Week 10
140000 Kilometers To Miles
Suspect may have staked out Trump's golf course for 12 hours before the apparent assassination attempt
Mp4Mania.net1
Nacho Libre Baptized Gif
Timothy Kremchek Net Worth
October 31St Weather
Go Upstate Mugshots Gaffney Sc
The Blackening Showtimes Near Regal Edwards Santa Maria & Rpx
Delaware judge sets Twitter, Elon Musk trial for October
Barber Gym Quantico Hours
One Main Branch Locator
Craigslist Putnam Valley Ny
Second Chance Apartments, 2nd Chance Apartments Locators for Bad Credit
Kb Home The Overlook At Medio Creek
Fool's Paradise Showtimes Near Roxy Stadium 14
What to Do at The 2024 Charlotte International Arts Festival | Queen City Nerve
Dickdrainersx Jessica Marie
2013 Honda Odyssey Serpentine Belt Diagram
UT Announces Physician Assistant Medicine Program
Skyward Cahokia
Madden 23 Can't Hire Offensive Coordinator
Makemkv Key April 2023
Epower Raley's
Latest Posts
Article information

Author: Patricia Veum II

Last Updated:

Views: 5833

Rating: 4.3 / 5 (64 voted)

Reviews: 95% of readers found this page helpful

Author information

Name: Patricia Veum II

Birthday: 1994-12-16

Address: 2064 Little Summit, Goldieton, MS 97651-0862

Phone: +6873952696715

Job: Principal Officer

Hobby: Rafting, Cabaret, Candle making, Jigsaw puzzles, Inline skating, Magic, Graffiti

Introduction: My name is Patricia Veum II, I am a vast, combative, smiling, famous, inexpensive, zealous, sparkling person who loves writing and wants to share my knowledge and understanding with you.