Made by Me 2-in-1 Sensory Bins - Dinosaurs Theme (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://tkauctions.ca/Account/Checkout?lineitemid=' + data.LineItemID; checkoutUrl += '&returnUrl=%2fEvent%2fLotDetails%2f25972654%2fMade-by-Me-2in1-Sensory-Bins-Dinosaurs-Theme'; 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=TKAuctions&template=ask_listing_question&listingID=25972655&returnUrl=%2FEvent%2FLotDetails%2F25972654%2FMade-by-Me-2in1-Sensory-Bins-Dinosaurs-Theme'; var contactSellerHtml = '

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

'; $(".detail__context-menu").append(contactSellerHtml).show(); jslog("contact button rendered for line item #" + data.LineItemID); } //render feedback button if (true) { var feedbackUrl = '/Account/SubmitFeedback?LineItemID=REPLACELINEITEMID&ListingID=25972655&Receiver=TKAuctions' .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://tkauctions.ca/Account/Checkout?lineitemid=' + data.LineItemID; checkoutUrl += '&returnUrl=%2fEvent%2fLotDetails%2f25972654%2fMade-by-Me-2in1-Sensory-Bins-Dinosaurs-Theme'; 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=TKAuctions&template=ask_listing_question&listingID=25972655&returnUrl=%2FEvent%2FLotDetails%2F25972654%2FMade-by-Me-2in1-Sensory-Bins-Dinosaurs-Theme'; var contactSellerHtml = '

'; $(".detail__context-menu").append(contactSellerHtml).show(); jslog("contact button rendered for line item #" + data.LineItemID); } //render feedback button if (true) { var feedbackUrl = '/Account/SubmitFeedback?LineItemID=REPLACELINEITEMID&ListingID=25972655&Receiver=TKAuctions' .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 = 72; var lastLotOrder = 786; if (thisLotOrder > 0) { $(".GoToPrevLot").prop("disabled", true); $.post("/RealTime/GetLotIdByLotOrder", { eventId: 25842002, lotOrder: (thisLotOrder - 1) }) .done(function (data) { if (data.LotId) { window.location.href = "/Event/LotDetails" + "/" + data.LotId; } }); } }); $(".GoToNextLot").on("click", function () { var thisLotOrder = 72; var lastLotOrder = 786; if (thisLotOrder < lastLotOrder) { $(".GoToNextLot").prop("disabled", true); $.post("/RealTime/GetLotIdByLotOrder", { eventId: 25842002, 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://tkauctions.ca/Account/Invoice/' + data.InvoiceID; checkoutUrl += '?returnUrl=%2fEvent%2fLotDetails%2f25972654%2fMade-by-Me-2in1-Sensory-Bins-Dinosaurs-Theme'; 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=TKAuctions&template=ask_listing_question&listingID=25972655&returnUrl=%2FEvent%2FLotDetails%2F25972654%2FMade-by-Me-2in1-Sensory-Bins-Dinosaurs-Theme'; var contactSellerHtml = '

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

'; $(".detail__context-menu").append(contactSellerHtml).show(); jslog("contact button rendered for invoice #" + data.InvoiceID); } //render feedback button if (true) { var feedbackUrl = '/Account/SubmitFeedback?LineItemID=REPLACELINEITEMID&ListingID=25972655&Receiver=TKAuctions' .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


Shipping Information

All items are local pickup only

Payment and pickup must be made before Saturday February 10th at 6pm

If payment and pickup is not made then your card on file will be charged the invoice amount as well may be charged a 20% (Min $5 per item) late payment/pickup fee. This is done at the sole discretionof TK liquidation

Your items will be held until February 17that6:00PM afterwards it will be restocked. You will not be refunded.

You may make payment at pickup using credit, debit and cash. We do not accept AMEX cards

All items must be picked up at 366 Grand River Ave, Brantford. Ontario

Pickup Times:

Friday February 9th 9AM-6PM

Saturday February 10th 9AM-6PM

This Auction Uses Proxy Bidding.

Ended

Made by Me 2-in-1 Sensory Bins - Dinosaurs Theme Made by Me 2-in-1 Sensory Bins - Dinosaurs Theme (1)

Condition: AS-IS MSRP: 34.99

Lot # 64413

Made by Me 2-in-1 Sensory Bins - Dinosaurs Theme (2)

  • Made by Me 2-in-1 Sensory Bins - Dinosaurs Theme (3)

  • Made by Me 2-in-1 Sensory Bins - Dinosaurs Theme (4)

  • SoldWinning Bid: $9.00
  • 5 Bid(s) View Bid History
  • High Bidder: Grandma56

TKAuctions

11

Contact Seller

Payment Options Seller Accepts PayPal
Seller Accepts Credit Cards

Details

MSRP

34.99

Lot # 64413

System ID # 25972654

End Date

Start Date

Description

Condition: AS-IS
Inspection: As is condition, it has been opened. So may have missing pieces.

Below is the manufacturers description. We do not guarantee this description to accurately describe the products being sold. Please bid accordingly

The all-in-one design of these sensory bins allow for easy storage and transportation, making them perfect for playdates, vacations, and on-the-go fun!
Stimulate cognitive skills and explore a variety of textures, including squishy poms, bumpy beads and pebbles, soft foam, and stretchy play sand — all perfect for sensory exploration, discovering cause-and-effect relationships, and developing dexterity.
The Made by Me 2-in-1 Sensory Bins provide a contained play space that reduces mess and makes cleanup a breeze, great for indoor and outdoor play alike!
Discover the benefits of small world play as kids use whimsical figurines, like unicorns and sweet treats or astronauts and dinosaurs, to practice storytelling, engage in role-play, expand vocabulary, and enhance language skills.
Follow the provided play guides for inspiration on using the exciting variety of tactile materials included in each bin!

Includes:

Dino & Friends Sensory Bin Includes: 30 Rainbow Pony Beads, 20 Colorful Glitter Poms, 12 Colorful Star Beads, 4 Dinosaur Figurines, 2 Alien Figurines, 1 Chubby Round Brush, 2 Impression Rollers (Waves, Dino Footprints), 1 Pair of Tongs, 1 Tree Figurine, 2 Foam Shapes, 6 Colorful Moldable Play Sands, 2 Bags of Pebbles, 1 Mini Sand Shovel, 1 Astronaut Figurine, 1 Sensory Bin with 2 Compartments & Handles (21.5 in. x 2.5 in. x 13.5 in.), 1 Mini Rake, 1 Die-Cut Starfish, 3 Sand Molds (Rocket, Planet, Dinosaur Skeleton), Play Guide

Specifications:
Dimensions (L × W × H/D): 54.61 cm × 6.35 cm × 34.29 cm (21.5 in. × 2.5 in. × 13.5 in.)
Weight: 3.793 kg (8.26 lb.)

Made by Me 2-in-1 Sensory Bins - Dinosaurs Theme (2024)

References

Top Articles
Latest Posts
Article information

Author: Dean Jakubowski Ret

Last Updated:

Views: 5922

Rating: 5 / 5 (50 voted)

Reviews: 81% of readers found this page helpful

Author information

Name: Dean Jakubowski Ret

Birthday: 1996-05-10

Address: Apt. 425 4346 Santiago Islands, Shariside, AK 38830-1874

Phone: +96313309894162

Job: Legacy Sales Designer

Hobby: Baseball, Wood carving, Candle making, Jigsaw puzzles, Lacemaking, Parkour, Drawing

Introduction: My name is Dean Jakubowski Ret, I am a enthusiastic, friendly, homely, handsome, zealous, brainy, elegant person who loves writing and wants to share my knowledge and understanding with you.