OstepDecor Clear Table Protector 32 x 51 Inch, 1.5mm Thick Plastic Table Cover, (2025)

× 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.702auctions.com/Account/Checkout?lineitemid=' + data.LineItemID; checkoutUrl += '&returnUrl=%2fEvent%2fLotDetails%2f123600123%2fOstepDecor-Clear-Table-Protector-32-x-51-Inch-15mm-Thick-Plastic-Table-Cover'; 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=actiondiscountsales&template=ask_listing_question&listingID=123600124&returnUrl=%2FEvent%2FLotDetails%2F123600123%2FOstepDecor-Clear-Table-Protector-32-x-51-Inch-15mm-Thick-Plastic-Table-Cover'; 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=123600124&Receiver=actiondiscountsales' .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.702auctions.com/Account/Checkout?lineitemid=' + data.LineItemID; checkoutUrl += '&returnUrl=%2fEvent%2fLotDetails%2f123600123%2fOstepDecor-Clear-Table-Protector-32-x-51-Inch-15mm-Thick-Plastic-Table-Cover'; 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 (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=actiondiscountsales&template=ask_listing_question&listingID=123600124&returnUrl=%2FEvent%2FLotDetails%2F123600123%2FOstepDecor-Clear-Table-Protector-32-x-51-Inch-15mm-Thick-Plastic-Table-Cover'; 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=123600124&Receiver=actiondiscountsales' .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 = 189; var lastLotOrder = 459; if (thisLotOrder > 0) { $(".GoToPrevLot").prop("disabled", true); $.post("/RealTime/GetLotIdByLotOrder", { eventId: 123517948, lotOrder: (thisLotOrder - 1) }) .done(function (data) { if (data.LotId) { window.location.href = "/Event/LotDetails" + "/" + data.LotId; } }); } }); $(".GoToNextLot").on("click", function () { var thisLotOrder = 189; var lastLotOrder = 459; if (thisLotOrder < lastLotOrder) { $(".GoToNextLot").prop("disabled", true); $.post("/RealTime/GetLotIdByLotOrder", { eventId: 123517948, 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.702auctions.com/Account/Invoice/' + data.InvoiceID; checkoutUrl += '?returnUrl=%2fEvent%2fLotDetails%2f123600123%2fOstepDecor-Clear-Table-Protector-32-x-51-Inch-15mm-Thick-Plastic-Table-Cover'; 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=actiondiscountsales&template=ask_listing_question&listingID=123600124&returnUrl=%2FEvent%2FLotDetails%2F123600123%2FOstepDecor-Clear-Table-Protector-32-x-51-Inch-15mm-Thick-Plastic-Table-Cover'; 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=123600124&Receiver=actiondiscountsales' .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

Auction Terms & Conditions

  • All auctions are no reserve and sold to the highest bidder.
  • A 15% buyers fee applies to all items.
  • We accept Cash andall major credit cards.
  • All payments must be made online prior to pickup. You will be emailed an invoice with a payment link,or your invoice can be found under the My Account section and can be paid for there. If you are paying cash, your order must be paid and picked up within 48 hours.
  • All invoices will be automatically charged to the Credit / Debit card on fileby 5pmthe followingday.
  • If there is no Credit/Debit card on file and there is no payment within 24 hours, the item will be relisted and you will not be allowed to bid again until you add a payment method to your account.
  • All bidders must pick uptheir itemsfrom3775 E SAHARA AVE LAS VEGAS, NV 89104within5 days.
  • Once payment is received, you will receive an email with a link to schedule a pickup time and pickup instructions.
  • All items must be picked up within 10 days of the auction endingor your order will be canceled and may be subject to a restocking fee.

702 Auctions offers returns on items that are misdescribed within 10 days of the date you picked up your items.

For our complete terms and conditions,Click Here

Pickup only!!3775 E SAHARA AVELas Vegas, NV 89104Monday-Friday 9am-5:00pmwithin 10 days. Once payment is received, you will receive an email with a link to schedule a pickup time and pickup instructions. We offer contactless pickup options and take all possible measures to ensure your safety.

15.00% Buyer's Premium

This Auction Uses Proxy Bidding.

Active

OstepDecor Clear Table Protector 32 x 51 Inch, 1.5mm Thick Plastic Table Cover, OstepDecor Clear Table Protector 32 x 51 Inch, 1.5mm Thick Plastic Table Cover, (1)

MSRP: $38.99 -

Lot # S522517

OstepDecor Clear Table Protector 32 x 51 Inch, 1.5mm Thick Plastic Table Cover, (2)

  • OstepDecor Clear Table Protector 32 x 51 Inch, 1.5mm Thick Plastic Table Cover, (3)

  • OstepDecor Clear Table Protector 32 x 51 Inch, 1.5mm Thick Plastic Table Cover, (4)

  • Current Price $1.00 ( )
  • 1 Bid(s) View Bid History

actiondiscountsales Las Vegas, NV US
View Seller's Other Listings

Payment Options Seller Accepts Credit Cards

Payment Instructions
Pick Up from 3775 E. Sahara Ave Las Vegas Nevada 89104

Details

Lot Number

522517

MSRP

38.99

Item Condition

USED

Amazon ID

B085HFLMNR

Lot # S522517

System ID # 123600123

End Date

Start Date

Description

Description: OstepDecor Clear Table Protector 32 x 51 Inch, 1.5mm Thick Plastic Table Cover, Waterproof PVC Clear Table Cover Protector, Desk Protector Mat, Writing Desk Pad for Desktop, Coffee & Dining Room Table 32" x 51" (Rectangular) Crystal Clear
MSRP: 38.99
Condition: USED
Notes:
Other info: Features: High-Quality Material: Ostepdecor clear table cover is crafted from high-quality PVC that's eco-friendly, odorless, BPA-free and food-safe. This durable plastic mat allows direct food contact while protecting your furniture surfaces from scratches, stains, spills and nicks. Its transparent design preserves the natural aesthetic of your furniture without compromising functionality,Thick & Heavy Duty: Available in two professional-grade thicknesses, 1.5mm and 2mm. 1.5mm is heavy enough to stay in place, 2mm is the best thickness for dining room table. Heat-resistant up to 176°F/80°C. In order to extend the table top cover lifespan, a placemat on hot cookware is recommended,Multi-Scene Application: The scratch-resistant and heat-resistant table cover is ideal for protecting a wide range of surfaces, including dining tables, wooden tables, office desks, writing desks, coffee tables, countertops, vanities, dressers, chests, drafting tables, glass tables, nightstands, office chairs, and hard floors. It is a popular choice for daily home use, family dinners, kids’ craft stations, restaurant bars, hotel buffets, art workshops, DIY projects, holiday feasts etc,Cut to Fit: The table protector will be bigger than the actual size due to possible shrinkage and deviation consideration during use. However, you can mark the exact measurement with a sharp scissor, a pencil, and a ruler to make a perfect cut. Once you have these tools, you can customize your own rectangle, square & oval tablecloth. Note: We usually cut a bit larger than actual size to avoid shrinkage, hence slight size difference is not qualified as a quality issue,Easy to Clean & 100% Satisfactory: This non-slip table mat features waterproof & dustproof protection, just wipe clean with any dishcloth. Stain Prevention Tip: Dab spills like juice, wine or food coloring promptly with a damp cloth to prevent staining. Shop with confidence, enjoy 24/7 customer support + 30-day hassle-free returns.Keywords: OstepDecor,Clear,Table,Protector,32,x,51,Inch,1.5mm,Thick,Plastic,Table,Cover,Waterproof,PVC,Clear,Table,Cover,Protector,Desk,Protector,Mat,Writing,Desk,Pad,for,Desktop,Coffee,&,Dining,Room,Table,32",x,51",(Rectangular),Crystal,ClearCategories: Home & Kitchen, Kitchen & Dining, Kitchen & Table Linens, Accessories, Table Pads
Lot Number: 522517

Pickup Information: This item is available for LOCAL PICKUP ONLY. No shipping available.

OstepDecor Clear Table Protector 32 x 51 Inch, 1.5mm Thick Plastic Table Cover, (2025)
Top Articles
Latest Posts
Recommended Articles
Article information

Author: Barbera Armstrong

Last Updated:

Views: 5825

Rating: 4.9 / 5 (59 voted)

Reviews: 90% of readers found this page helpful

Author information

Name: Barbera Armstrong

Birthday: 1992-09-12

Address: Suite 993 99852 Daugherty Causeway, Ritchiehaven, VT 49630

Phone: +5026838435397

Job: National Engineer

Hobby: Listening to music, Board games, Photography, Ice skating, LARPing, Kite flying, Rugby

Introduction: My name is Barbera Armstrong, I am a lovely, delightful, cooperative, funny, enchanting, vivacious, tender person who loves writing and wants to share my knowledge and understanding with you.