11A Lawn Street, PA1 1HA (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://bid.primepropertyauctions.co.uk/Account/Checkout?lineitemid=' + data.LineItemID; checkoutUrl += '&returnUrl=%2fEvent%2fLotDetails%2f1523713%2f11A-Lawn-Street-PA1-1HA'; 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=primepropertyauctions&template=ask_listing_question&listingID=1523714&returnUrl=%2FEvent%2FLotDetails%2F1523713%2F11A-Lawn-Street-PA1-1HA'; 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=1523714&Receiver=primepropertyauctions' .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://bid.primepropertyauctions.co.uk/Account/Checkout?lineitemid=' + data.LineItemID; checkoutUrl += '&returnUrl=%2fEvent%2fLotDetails%2f1523713%2f11A-Lawn-Street-PA1-1HA'; 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=primepropertyauctions&template=ask_listing_question&listingID=1523714&returnUrl=%2FEvent%2FLotDetails%2F1523713%2F11A-Lawn-Street-PA1-1HA'; var contactSellerHtml = '

'; $(".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=1523714&Receiver=primepropertyauctions' .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 = 140; var lastLotOrder = 270; if (thisLotOrder > 0) { $(".GoToPrevLot").prop("disabled", true); $.post("/RealTime/GetLotIdByLotOrder", { eventId: 1462794, lotOrder: (thisLotOrder - 1) }) .done(function (data) { if (data.LotId) { window.location.href = "/Event/LotDetails" + "/" + data.LotId; } }); } }); $(".GoToNextLot").on("click", function () { var thisLotOrder = 140; var lastLotOrder = 270; if (thisLotOrder < lastLotOrder) { $(".GoToNextLot").prop("disabled", true); $.post("/RealTime/GetLotIdByLotOrder", { eventId: 1462794, 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://bid.primepropertyauctions.co.uk/Account/Invoice/' + data.InvoiceID; checkoutUrl += '?returnUrl=%2fEvent%2fLotDetails%2f1523713%2f11A-Lawn-Street-PA1-1HA'; 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=primepropertyauctions&template=ask_listing_question&listingID=1523714&returnUrl=%2FEvent%2FLotDetails%2F1523713%2F11A-Lawn-Street-PA1-1HA'; 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=1523714&Receiver=primepropertyauctions' .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

By submitting a bid online you hereby instruct and authorise Prime Property Auctions Scotland Ltd to bid on your behalf in accordance with our General Terms and conditions of Saleand further understand that if your bid is successful, we will require payment of the necessary reservation deposit by bank transfer for which details and invoice will be provided upon acceptance by the seller.

Your payment will only be requested if your bid is accepted by the seller or an acceptable price is negotiated. If your bid is accepted and reservation fee made the auctioneers will complete the auction contract and forward to the sellers solicitors to progress with completion via the buyers solicitors.

Once your payment is made it is non-refundable as all negotiations with other bidding parties will cease immediately.

The amount payable is 10% of a successful bid price (Subject to a minimum of £3,000) PLUS the buyers administration fee equal to 3% + vat of the agreed sale price subject to a minimum of £4,000 inc VAT. The deposit percentage or administration fee may be varied, and any variation will be advertised on the online property schedule under the 'Terms of Sale' section. The amount advertised on the property schedule will take precedence if different to the standard terms on this page.

There is no vat payable on the deposit amount. Vat is only charged on the buyers administration fee. If your bid is NOT accepted then no payment is required.

3.00% Buyer's Premium

Active

11A Lawn Street, PA1 1HA 11A Lawn Street, PA1 1HA (1)

Residential Refurbishment Opportunity

Lot # 0141

11A Lawn Street, PA1 1HA (2)

  • 11A Lawn Street, PA1 1HA (3)

  • 11A Lawn Street, PA1 1HA (4)

  • 11A Lawn Street, PA1 1HA (5)

  • 11A Lawn Street, PA1 1HA (6)

  • 11A Lawn Street, PA1 1HA (7)

  • 11A Lawn Street, PA1 1HA (8)

  • 11A Lawn Street, PA1 1HA (9)

  • 11A Lawn Street, PA1 1HA (10)

  • 11A Lawn Street, PA1 1HA (11)

  • Current Price £16,000.00 ( ) Reserve Price Not Met
  • 2 Bid(s) View Bid History

Details

Lot # 0141

System ID # 1523713

End Date

Start Date

Description

  • Prime Property Auctions is excited to present this Massively Discounted opportunity, 1 bedroom flat located in Paisley. ***GUIDE PRICE £25,000***

  • ***17, Lawn Street, Paisley PA1 1HD sold for £50,000. 9, New Street, Paisley PA1 1XU sold for £50,000***

  • Prior to habitation the property requires full renovation. Fantastic Capital growth potential. Sure to appeal to builder/investor looking for Rare auction property.

  • Once renovated the property would attract a monthly rental of £550- £625 p/m (£6,600 - £7,500 p/a) which would generate an excellent gross yield of 26-30% if achieved for the guide price of £25,000.

  • Property is located near a whole host of local amenities including many popular restaurants, bars and supermarkets, with local schools also nearby.

Prime Property Auctions is excited to present this Massively Discounted opportunity, 1 bedroom flat located in Paisley. ***GUIDE PRICE £25,000***

Prime Opportunity for Property investors looking for a property in an excellent location. Property requires full renovation. Fantastic Capital growth potential. Sure to appeal to builder/investor looking for Rare auction property.

Local sales evidence:

***17, Lawn Street, Paisley PA1 1HD sold for £50,000. 9, New Street, Paisley PA1 1XU sold for £50,000***

Excellent Development/Refurbishment Opportunity. Property is ready for builder/investor/developer to bring to life.Potentially high yielding investment property.

Sure to appeal to investors looking for an easy lettable flat in a sought after location with great potential for Capital Growth. The local areas have seen some great sales recently showing that there is strong demand.

This lot is open to immediate offers. Should you wish to offer now, you can do so via our “OFFER NOW” button on our website.

This property is offered at a fantastic price to ensure an Auction sale.

The property will feature in our upcoming timed online auction. To participate in the live auction, you must have a bidding account created. For further details on how to have a bidding account created please contact the team.

Location:

Paisley, nestled just north of Glasgow in the west central Lowlands of Scotland, presents an enticing living and investment prospect. Its close proximity to Glasgow ensures easy access to the city's amenities and economic opportunities, while well-developed transportation networks enhance connectivity. Paisley's rich cultural and historical heritage, exemplified by the globally recognized Paisley Pattern, adds a unique charm. With educational institutions like the University of the West of Scotland, natural landscapes, and community-led initiatives, Paisley offers a high quality of life. The town's strategic location and distinctive character make it a compelling choice for those seeking a balanced blend of urban conveniences, historical appeal, and investment potential.

11A Lawn Street, PA1 1HA (2024)
Top Articles
Pair O&#039; Dice Gaming
RANKED: Every HRVY collaboration to date
Dte Outage Map Woodhaven
³µ¿Â«»ÍÀÇ Ã¢½ÃÀÚ À̸¸±¸ ¸íÀÎ, ¹Ì±¹ Ķ¸®Æ÷´Ï¾Æ ÁøÃâ - ¿ù°£ÆÄ¿öÄÚ¸®¾Æ
Konkurrenz für Kioske: 7-Eleven will Minisupermärkte in Deutschland etablieren
Sprague Brook Park Camping Reservations
Ribbit Woodbine
Snarky Tea Net Worth 2022
Over70Dating Login
Natureza e Qualidade de Produtos - Gestão da Qualidade
Sotyktu Pronounce
Elle Daily Horoscope Virgo
Jc Post News
104 Whiley Road Lancaster Ohio
Tcgplayer Store
Dr. med. Uta Krieg-Oehme - Lesen Sie Erfahrungsberichte und vereinbaren Sie einen Termin
Pac Man Deviantart
iLuv Aud Click: Tragbarer Wi-Fi-Lautsprecher für Amazons Alexa - Portable Echo Alternative
Vistatech Quadcopter Drone With Camera Reviews
Band Of Loyalty 5E
Earl David Worden Military Service
Rural King Credit Card Minimum Credit Score
Hdmovie2 Sbs
Puss In Boots: The Last Wish Showtimes Near Cinépolis Vista
Chaos Space Marines Codex 9Th Edition Pdf
Dragger Games For The Brain
Www.publicsurplus.com Motor Pool
Red8 Data Entry Job
Hefkervelt Blog
2011 Hyundai Sonata 2 4 Serpentine Belt Diagram
Pulitzer And Tony Winning Play About A Mathematical Genius Crossword
Ocala Craigslist Com
Robotization Deviantart
Tire Pro Candler
Fox And Friends Mega Morning Deals July 2022
Pnc Bank Routing Number Cincinnati
Newcardapply Com 21961
No Hard Feelings Showtimes Near Tilton Square Theatre
Top-ranked Wisconsin beats Marquette in front of record volleyball crowd at Fiserv Forum. What we learned.
When His Eyes Opened Chapter 2048
O'reilly's Palmyra Missouri
Lacy Soto Mechanic
Smite Builds Season 9
Booknet.com Contract Marriage 2
Studentvue Calexico
Hampton In And Suites Near Me
This Doctor Was Vilified After Contracting Ebola. Now He Sees History Repeating Itself With Coronavirus
Joblink Maine
Strange World Showtimes Near Marcus La Crosse Cinema
Fine Taladorian Cheese Platter
Rovert Wrestling
What Responsibilities Are Listed In Duties 2 3 And 4
Latest Posts
Article information

Author: Aron Pacocha

Last Updated:

Views: 5691

Rating: 4.8 / 5 (48 voted)

Reviews: 87% of readers found this page helpful

Author information

Name: Aron Pacocha

Birthday: 1999-08-12

Address: 3808 Moen Corner, Gorczanyport, FL 67364-2074

Phone: +393457723392

Job: Retail Consultant

Hobby: Jewelry making, Cooking, Gaming, Reading, Juggling, Cabaret, Origami

Introduction: My name is Aron Pacocha, I am a happy, tasty, innocent, proud, talented, courageous, magnificent person who loves writing and wants to share my knowledge and understanding with you.