Women's Guillaume Floral Bohemian Pleated Shorts - Size L (284412L) (2024)

  • Home
  • Browse
  • Women's Guillaume Floral Bohemian Pleated Shorts - Size L (284412L)(71968489)

× 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%2f71968489%2fWomens-Guillaume-Floral-Bohemian-Pleated-Shorts-Size-L-284412L'; 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=71968489&returnUrl=%2FListing%2FDetails%2F71968489%2FWomens-Guillaume-Floral-Bohemian-Pleated-Shorts-Size-L-284412L'; 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=71968489&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%2f71968489%2fWomens-Guillaume-Floral-Bohemian-Pleated-Shorts-Size-L-284412L'; 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=71968489&returnUrl=%2FListing%2FDetails%2F71968489%2FWomens-Guillaume-Floral-Bohemian-Pleated-Shorts-Size-L-284412L'; 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=71968489&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%2f71968489%2fWomens-Guillaume-Floral-Bohemian-Pleated-Shorts-Size-L-284412L'; 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=71968489&returnUrl=%2FListing%2FDetails%2F71968489%2FWomens-Guillaume-Floral-Bohemian-Pleated-Shorts-Size-L-284412L'; 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=71968489&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); }); } }); });

Ended

Women's Guillaume Floral Bohemian Pleated Shorts - Size L (284412L) Women's Guillaume Floral Bohemian Pleated Shorts - Size L (284412L) (1)

Police Auctions Canada

Women's Guillaume Floral Bohemian Pleated Shorts - Size L (284412L) (2)

  • Women's Guillaume Floral Bohemian Pleated Shorts - Size L (284412L) (3)

  • Women's Guillaume Floral Bohemian Pleated Shorts - Size L (284412L) (4)

  • Women's Guillaume Floral Bohemian Pleated Shorts - Size L (284412L) (5)

  • Women's Guillaume Floral Bohemian Pleated Shorts - Size L (284412L) (6)

  • Women's Guillaume Floral Bohemian Pleated Shorts - Size L (284412L) (7)

  • SoldWinning Bid: $6.85
  • 5 Bid(s) View Bid History
  • High Bidder: kwalmsley

Item # 71968489

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 Guillaume Floral Bohemian Pleated Shorts - Size LSKU#284412L

These shorts are a warm-weather must-have and the perfect go-to pair for your casual wear. Dress it up with a flirty top or keep it simple with your favourite t-shirt.

Features:
- Brand: Guillaume
- Style: Bohemian
- Size: Large
- Colour: aquamarine/multi color
- Material: Nylon, rayon, spandex
- Pattern: Floral
- Knee length
- Pleated detailing
- Side seam pockets
- Belt loops
- Button and zip fly
- Removeable belt sash

See pictures for details.

Condition:Item appears to be in new condition and shows no apparent wear. Original tags attached.

Item is sold in 'as is' condition.

Shipping

Canada Post: $22.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 Guillaume Floral Bohemian Pleated Shorts - Size L (284412L) (2024)
Top Articles
Latest Posts
Article information

Author: Neely Ledner

Last Updated:

Views: 6714

Rating: 4.1 / 5 (62 voted)

Reviews: 93% of readers found this page helpful

Author information

Name: Neely Ledner

Birthday: 1998-06-09

Address: 443 Barrows Terrace, New Jodyberg, CO 57462-5329

Phone: +2433516856029

Job: Central Legal Facilitator

Hobby: Backpacking, Jogging, Magic, Driving, Macrame, Embroidery, Foraging

Introduction: My name is Neely Ledner, I am a bright, determined, beautiful, adventurous, adventurous, spotless, calm person who loves writing and wants to share my knowledge and understanding with you.