PICKUP DATES FOR NOV 24 AUCTION: MONDAY NOV 25 - SATURDAY NOV 30. 11-8pm MONDAY - FRIDAY, 11-6pm SATURDAY. TWO WEEK PICKUP EXTENSIONS PROVIDED IF ORDER PAID BY SATURDAY DEADLINE.
BETWEENDECEMBER 14TH 2025- FEBRUARY 15TH2025 THERE WILL BE AN HST TAX BREAK ON THE FOLLOWING ITEM TYPESCLICK HERE FOR DETAILS
- Home
- MORE ADDED DAILY! AUCTION SUNDAY DECEMBER 8 @6PM EST!
- Cottonelle Fresh Care Flushable Wet Wipes, Adult Wet Wipes, 1 Flip-Top Pack(103941200)
× Bidding has ended on this item.
"); if (!$(this).is(":visible")) { $(this).fadeTo(1000, 1, function () { $(this).slideDown(500); }); } }); $('.detail__price--current').removeClass("green-color").removeClass("red-color").addClass(priceClass); } 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://www.thestockroom.ca/Account/Checkout?lineitemid=' + data.LineItemID; checkoutUrl += '&returnUrl=%2fEvent%2fLotDetails%2f103941200%2fCottonelle-Fresh-Care-Flushable-Wet-Wipes-Adult-Wet-Wipes-1-FlipTop-Pack'; 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=TSR-Auction&template=ask_listing_question&listingID=103941201&returnUrl=%2FEvent%2FLotDetails%2F103941200%2FCottonelle-Fresh-Care-Flushable-Wet-Wipes-Adult-Wet-Wipes-1-FlipTop-Pack'; 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=103941201&Receiver=TSR-Auction'; 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://www.thestockroom.ca/Account/Checkout?lineitemid=' + data.LineItemID; checkoutUrl += '&returnUrl=%2fEvent%2fLotDetails%2f103941200%2fCottonelle-Fresh-Care-Flushable-Wet-Wipes-Adult-Wet-Wipes-1-FlipTop-Pack'; 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=TSR-Auction&template=ask_listing_question&listingID=103941201&returnUrl=%2FEvent%2FLotDetails%2F103941200%2FCottonelle-Fresh-Care-Flushable-Wet-Wipes-Adult-Wet-Wipes-1-FlipTop-Pack'; 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=103941201&Receiver=TSR-Auction'; var feedbackHtml = '
' + '' + '' + '' + '' + '' + '' + 'Feedback' + '' + '' + '
'; $(".detail__context-menu").append(feedbackHtml).show(); jslog("feedback button rendered for line item #" + data.LineItemID); } } } }); $(".GoToPrevLot").on("click", function () { var thisLotOrder = 768; var lastLotOrder = 1044; if (thisLotOrder > 0) { $(".GoToPrevLot").prop("disabled", true); $.post("/RealTime/GetLotIdByLotOrder", { eventId: 103777683, lotOrder: (thisLotOrder - 1) }) .done(function (data) { if (data.LotId) { window.location.href = "/Event/LotDetails" + "/" + data.LotId; } }); } }); $(".GoToNextLot").on("click", function () { var thisLotOrder = 768; var lastLotOrder = 1044; if (thisLotOrder < lastLotOrder) { $(".GoToNextLot").prop("disabled", true); $.post("/RealTime/GetLotIdByLotOrder", { eventId: 103777683, 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://www.thestockroom.ca/Account/Invoice/' + data.InvoiceID; checkoutUrl += '?returnUrl=%2fEvent%2fLotDetails%2f103941200%2fCottonelle-Fresh-Care-Flushable-Wet-Wipes-Adult-Wet-Wipes-1-FlipTop-Pack'; 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=TSR-Auction&template=ask_listing_question&listingID=103941201&returnUrl=%2FEvent%2FLotDetails%2F103941200%2FCottonelle-Fresh-Care-Flushable-Wet-Wipes-Adult-Wet-Wipes-1-FlipTop-Pack'; 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=103941201&Receiver=TSR-Auction'; 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
Items marked "Shippable" or "Pickup and Courier Only" can be shipped. Items marked "Pickup Only" can only be picked up. We can ship anywhere in Canada and the USA.Please reply to your invoice requesting a shipping quote prior to payment. Buyer is responsible for all shipping costs, unless order pre-tax total is over $200, and all items on invoice are marked shippable. Orders containing "Pickup or Courier Only" items do not qualify for free shipping.Contact us for clarification on a specific item.
Itemsmust be picked up and paid forbetween Monday Dec 9to Saturday Dec 14. TwoWeek extensions are available if order paid by the Saturday deadline. Orders not paid up within the two week extension period are forfeit and no refunds will be given.Weare open for pickup between the hours of 11-8pm Monday to Friday, and 11-6pm on Saturday. If you require an extension, please prepay the order online.
Our store is located at:
301 & 327 Evans Ave
Toronto, Ontario
M8Z 1K2
[emailprotected]
416 207 9755
This Auction Uses Proxy Bidding.
Active
Cottonelle Fresh Care Flushable Wet Wipes, Adult Wet Wipes, 1 Flip-Top Pack
42 Count
Details
- Condition Brand New
- Product Link Click Here
- This Item is Shippable
- Lot # 18-1
- System ID # 103941200
- End Date
- Start Date
- Current Price $3.00 ( )
- 3 Bid(s) View Bid History
- High Bidder: Ivank
Description
Brand new
- 1 FLIP-TOP PACK: Cottonelle Fresh Care Flushable Wet Wipes, 1 flip-top pack; 42 flushable wipes.
- WET WIPES FOR A HEALTHY CLEAN: Cottonelle Fresh Care Flushable Wet Wipes leave you comfortably dry with premium softness that cleans gently, removes moisture and is safe for sensitive skin.
- SEPTIC-SAFE FLUSHABLE WIPES: Super soft, quality Cottonelle Fresh Care Flushable Wet Wipes are septic-safe and keep your hands and bottom protected and clean as you wipe.
- SHOWER-FRESH CLEAN: Use Cottonelle flushable wet wipes and Cottonelle toilet paper together for a refreshing, shower fresh clean.
- GENTLE SUSTAINABLE WET WIPES: Cottonelle is FSC certified ensuring we source from responsibility managed forests to prevent deforestation and only uses fibers that are 100% plant-based and free of harsh chemicals.
- Packaging may vary from image shown
Payment Instructions
Payment can be made online via PayPal/Credit Card, or in person via cash/credit/debit. If you require shipping, please request a shipping quote prior to payment. 30 Day warranty for electronic/mechanical items, and for items not as described.
Details
- Condition Brand New
- Product Link Click Here
- This Item is Shippable
- Lot # 18-1
- System ID # 103941200
- End Date
- Start Date