Women's Yest Moto-Style Hooded Faux Leather Jacket - Size 14 (523610L) (2024)

  • Home
  • Browse
  • Women's Yest Moto-Style Hooded Faux Leather Jacket - Size 14 (523610L)(71918648)

× 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 if ((autoGenerateInvoices || ownerAllowsInstantCheckout) && data.LineItemID) { var checkoutUrl = 'https://www.policeauctionscanada.com/Account/Checkout?lineitemid=' + data.LineItemID; checkoutUrl += '&returnUrl=%2fListing%2fDetails%2f71918648%2fWomens-Yest-MotoStyle-Hooded-Faux-Leather-Jacket-Size-14-523610L'; 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=PoliceAuctionsCanada&template=ask_listing_question&listingID=71918648&returnUrl=%2FListing%2FDetails%2F71918648%2FWomens-Yest-MotoStyle-Hooded-Faux-Leather-Jacket-Size-14-523610L'; var contactSellerHtml = '

' + '' + '' + '' + '' + '' + '' + 'Contact Seller' + '' + '' + '

'; $(".detail__context-menu").append(contactSellerHtml).show(); jslog("contact button rendered for line item #" + data.LineItemID); } //render feedback button if one does not already exist if (false && $("a.btn__detail__feedback").length == 0) { var feedbackUrl = '/Account/SubmitFeedback?ListingID=71918648&Receiver=PoliceAuctionsCanada'; 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 checkout button if the listing ends successfully and the winner is viewing $(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 == "") { var checkoutUrl = 'https://www.policeauctionscanada.com/Account/Checkout?lineitemid=' + data.LineItemID; checkoutUrl += '&returnUrl=%2fListing%2fDetails%2f71918648%2fWomens-Yest-MotoStyle-Hooded-Faux-Leather-Jacket-Size-14-523610L'; 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.Status == "Successful" && data.LineItemID && data.LineItemPayerUN == "") { //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=PoliceAuctionsCanada&template=ask_listing_question&listingID=71918648&returnUrl=%2FListing%2FDetails%2F71918648%2FWomens-Yest-MotoStyle-Hooded-Faux-Leather-Jacket-Size-14-523610L'; var contactSellerHtml = '

' + '' + '' + '' + '' + '' + '' + 'Contact Seller' + '' + '' + '

'; $(".detail__context-menu").append(contactSellerHtml).show(); jslog("contact button rendered for line item #" + data.LineItemID); } //render feedback button if one does not already exist if (false && $("a.btn__detail__feedback").length == 0) { var feedbackUrl = '/Account/SubmitFeedback?ListingID=71918648&Receiver=PoliceAuctionsCanada'; var feedbackHtml = '

' + '' + '' + '' + '' + '' + '' + 'Feedback' + '' + '' + '

'; $(".detail__context-menu").append(feedbackHtml).show(); jslog("feedback button rendered for line item #" + data.LineItemID); } } } }); $(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://www.policeauctionscanada.com/Account/Invoice/' + data.InvoiceID; checkoutUrl += '?returnUrl=%2fListing%2fDetails%2f71918648%2fWomens-Yest-MotoStyle-Hooded-Faux-Leather-Jacket-Size-14-523610L'; 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=PoliceAuctionsCanada&template=ask_listing_question&listingID=71918648&returnUrl=%2FListing%2FDetails%2F71918648%2FWomens-Yest-MotoStyle-Hooded-Faux-Leather-Jacket-Size-14-523610L'; var contactSellerHtml = '

' + '' + '' + '' + '' + '' + '' + 'Contact Seller' + '' + '' + '

'; $(".detail__context-menu").append(contactSellerHtml).show(); jslog("contact button rendered for invoice #" + data.InvoiceID); } //render feedback button if one does not already exist if (false && $("a.btn__detail__feedback").length == 0) { var feedbackUrl = '/Account/SubmitFeedback?ListingID=71918648&Receiver=PoliceAuctionsCanada'; 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); }); } }); });

Active

Women's Yest Moto-Style Hooded Faux Leather Jacket - Size 14 (523610L) Women's Yest Moto-Style Hooded Faux Leather Jacket - Size 14 (523610L) (1)

Police Auctions Canada

Women's Yest Moto-Style Hooded Faux Leather Jacket - Size 14 (523610L) (2)

  • Women's Yest Moto-Style Hooded Faux Leather Jacket - Size 14 (523610L) (3)

  • Women's Yest Moto-Style Hooded Faux Leather Jacket - Size 14 (523610L) (4)

  • Women's Yest Moto-Style Hooded Faux Leather Jacket - Size 14 (523610L) (5)

  • Women's Yest Moto-Style Hooded Faux Leather Jacket - Size 14 (523610L) (6)

  • Women's Yest Moto-Style Hooded Faux Leather Jacket - Size 14 (523610L) (7)

  • Women's Yest Moto-Style Hooded Faux Leather Jacket - Size 14 (523610L) (8)

Item # 71918648

End Date

Start Date

Auto Bid Extend: Each bid placed during the last minute will automatically extend the auction time for an additional 1 minute.

Description

Women's Yest Moto-Style Hooded Faux Leather Jacket - Size 14SKU#523610L

Be ready for cooler nights with this stylish Yest faux leather moto-style jacket.

Features:
- Brand: Yest
- Style: Moto
- Size: 14
- Colour: White shell, heather grey
- Material: Polyester
- Slim fit
- Front zip pockets
- Removeable hood with front inner zip panel
- Zip front with snap top button
- Decorative zipper detailing
- Side hem buckles with 3 hole adjustments

See pictures for details.

Condition:Item appears to be in goodcondition and shows no apparent wear. Wrinkled from storage.

Item is sold in 'as is' condition.

Shipping

Canada Post: $28.95 ($5.00 as additional item)
Toronto Pick Up: $0.00

Payment Options

Accepts PayPal if Shipped and Payment on Pickup

Payment Instructions
Items are required to be paid within 7 days

Women's Yest Moto-Style Hooded Faux Leather Jacket - Size 14 (523610L) (2024)

References

Top Articles
Latest Posts
Article information

Author: Mrs. Angelic Larkin

Last Updated:

Views: 6393

Rating: 4.7 / 5 (47 voted)

Reviews: 86% of readers found this page helpful

Author information

Name: Mrs. Angelic Larkin

Birthday: 1992-06-28

Address: Apt. 413 8275 Mueller Overpass, South Magnolia, IA 99527-6023

Phone: +6824704719725

Job: District Real-Estate Facilitator

Hobby: Letterboxing, Vacation, Poi, Homebrewing, Mountain biking, Slacklining, Cabaret

Introduction: My name is Mrs. Angelic Larkin, I am a cute, charming, funny, determined, inexpensive, joyous, cheerful person who loves writing and wants to share my knowledge and understanding with you.