The Best Kept Online Shopping Secret

This one key search term is the best kept online shopping secret to scoring big discounts at 40, 50, even 80% off already marked down prices.

This post contains affiliate links to sources I personally trust and use myself. Thank you for helping to keep this blog running. For more information, see my full disclosure here.

Can I tell you a little secret? One that I probably haven’t mentioned before? Something that, if you met me face-to-face, you would never ever guess I have a weakness for?

I’m a bonafide rollercoaster junkie. There, I said it.

On any normal day, I’m a play-it-safe and follow-the-rules kind of girl, but until the other day, riding high speed rollercoasters 10 times in a row was the only time I ever really craved living on the edge.

The Best Kept Online Shopping Secret | blesserhouse.com

Until I discovered… “as is” online shopping. (And maybe I’m being melodramatic calling shopping “living on the edge”, but just work with me here, kay?)

If you’ve never heard of shopping “as is” but are pulled to store clearance aisles like a magnet, this one will blow. your. mind! And unlike a lot of other high discount online shopping, this one isn’t gimmicky.

I’ve only recently discovered this trick, and I’ve only found it so far on Overstock, but I’m sure there are similar searches out there on other retail sites.

All you have to do is type “as is” (without quotes) in the search bar, and hundreds of items show up that are marked down at a discount- 40, 50, even 80% off the already discounted stuff.

I found all of this that I would buy in a heartbeat. Ya know…if I didn’t have bills to pay or anything:

An industrial metal and wood barstool for $67.50.

The Best Kept Online Shopping Secret | blesserhouse.com

The Best Kept Online Shopping Secret | blesserhouse.com

A Nautica comforter set for $51.09.

The Best Kept Online Shopping Secret | blesserhouse.com

These metal counter stools for $12 each!

The Best Kept Online Shopping Secret | blesserhouse.com

And even though this pendant light would still be a splurge for me, it’s gorgeous and marked at over 50% off.

The Best Kept Online Shopping Secret | blesserhouse.com

All of the “as is” items are things that people bought from the site and returned for whatever reason- it could have just been opened and turned out to be the wrong color; the item could be fraying; it could be scratched…whatever the case might be. Just ask yourself if you’re feeling lucky. (Wink wink.)

But Overstock does explain the “as is” reason in the product details, so you’re not totally flying blind. The downside is the sales are final, so it can’t be returned- a bit of a gamble. But chances are the flaws are fixable.

The Best Kept Online Shopping Secret | blesserhouse.com

I’d already mentioned back in the final stages of Olivia’s bedroom makeover that Overstock is my top source to buying area rugs at a discount.

For so long, I wanted an area rug for our living room because it just didn’t seem quite finished without it. Then, ta da! I found this 8×10 jute rug that I’d had my eye on for a year in the “as is” search marked down to $128 from $239.

The Best Kept Online Shopping Secret | blesserhouse.com

The “as is” reason listed on the site said the rug had a smell. Honestly, I was nervous hitting that buy button. And the whole 4 days it took to arrive, I kept wondering if I’d made a huge mistake to end up with a janky smelling rug.

When it showed up at my doorstep, I ripped that plastic open, and took a huge whiff. And I probably looked like the craziest woman alive, sniffing her new rug on her front porch.

The Best Kept Online Shopping Secret | blesserhouse.com

But y’all! It didn’t smell AT ALL! Maybe I just got really really lucky, but I was dancing, literally dancing.

I’ll definitely be checking in on the “as is” search a lot… ya know along with my regular Craigslist and thrift store browsing.

The Best Kept Online Shopping Secret | blesserhouse.com

And I figure, if I ever buy a rug that is fraying at the corner, I can always sew it back up or tuck it under a piece of furniture.

If a piece has a scratch, I can most likely polish it out and touch it up.

Best Kept Online Shopping Secret (2 of 3)

Regardless, our living room is feeling a wee bit cozier!

The Best Kept Online Shopping Secret | blesserhouse.com

And now I want one of these rugs everywhere. It feels like a foot massage every time I step on it.

The Best Kept Online Shopping Secret | blesserhouse.com

Are you a rollercoaster loving, live-on-the-edge kinda gal too? Have you ever shopped “as is” before? Or know of any other retail sites where you can shop returned items? Maybe you shouldn’t tell me because that might be bad for our bank account.

You can check out more budget shopping tips from these posts too:

Where to Buy Affordable Industrial Farmhouse Decor 

where to buy industrial farmhouse decor

18 Tips for Better Craigslisting: How to Score on Furniture

craigslist

12 Goodwill Shopping Secrets Revealed

12 Goodwill Shopping Secrets Revealed

signoff


function extend(destination, source) {
for (var prop in source) {
destination[prop] = source[prop];
}
}

if (!Mimi) var Mimi = {};
if (!Mimi.Signups) Mimi.Signups = {};

Mimi.Signups.EmbedValidation = function() {
this.initialize();

var _this = this;
if (document.addEventListener) {
this.form.addEventListener('submit', function(e){
_this.onFormSubmit(e);
});
} else {
this.form.attachEvent('onsubmit', function(e){
_this.onFormSubmit(e);
});
}
};

extend(Mimi.Signups.EmbedValidation.prototype, {
initialize: function() {
this.form = document.getElementById('mad_mimi_signup_form');
this.submit = document.getElementById('webform_submit_button');
this.callbackName = 'jsonp_callback_' + Math.round(100000 * Math.random());
this.validEmail = /.+@.+\..+/
},

onFormSubmit: function(e) {
e.preventDefault();

this.validate();
if (this.isValid) {
this.submitForm();
} else {
this.revalidateOnChange();
}
},

validate: function() {
this.isValid = true;
this.emailValidation();
this.fieldAndListValidation();
this.updateFormAfterValidation();
},

emailValidation: function() {
var email = document.getElementById('signup_email');

if (this.validEmail.test(email.value)) {
this.removeTextFieldError(email);
} else {
this.textFieldError(email);
this.isValid = false;
}
},

fieldAndListValidation: function() {
var fields = this.form.querySelectorAll('.mimi_field.required');

for (var i = 0; i = 0) {
return 'checkboxes';
} else {
return 'text_field';
}
},

checkboxAndRadioValidation: function(field) {
var inputs = field.getElementsByTagName('input'),
selected = false;

for (var i = 0; i = 0) {
if (type === 'text_field') {
this.textValidation(input);
} else {
this.dropdownValidation(field, input);
}
}
}
this.htmlEmbedDropdownValidation(field);
},

textValidation: function(input) {
if (input.id === 'signup_email') return;

if (input.value) {
this.removeTextFieldError(input);
} else {
this.textFieldError(input);
this.isValid = false;
}
},

dropdownValidation: function(field, input) {
if (input.value) {
field.className = field.className.replace(/ invalid/g, '');
} else {
if (field.className.indexOf('invalid') === -1) field.className += ' invalid';
this.onSelectCallback(input);
this.isValid = false;
}
},

htmlEmbedDropdownValidation: function(field) {
var dropdowns = field.querySelectorAll('.mimi_html_dropdown');
var _this = this;

for (var i = 0; i

Follow:

Facebook | Pinterest | Instagram | Twitter | Google+ | Bloglovin | Hometalk

Similar Posts

Leave a Reply

Your email address will not be published. Required fields are marked *


121 Comments

  1. Hi Lauren, you just crushed my world and then built it back up again! Here I thought I was this super savvy shopper, knew all the ins and outs, had nothing else to learn…and then…you hit me with the ‘as is’ strategy. Now I’m really excited to give it a try!

    Thanks!
    Lynn

    1. Haha! Well, I hope you find something really really awesome. I’d love to know how it turns out if you ever try it!

  2. Oh my! I am so going to do this!! I am a big bargain hunter and never knew this was a thing. Thanks so much for sharing this tip! I just got that same rug, but in a runner for my entry way and love it!

    1. Yay! Glad it could come in handy! Glad to know you like that rug as a runner too. I’m thinking a runner version of it in our kitchen would be great one day. ๐Ÿ™‚

  3. Yay!! Thanks for sharing such a great deal shopping thingy with us fellow deal shoppers because that takes real guts to share great deal thingys with others!! I mean really it does because I think twice about sharing certain things (I don’t have a blog but on my personal social media) because I don’t want to ruin my honey hole!! THANK you and I am off to check out the Overstock/as is place (& the amazon/warehouse deals too because I read comments)!! LOVE the blog!! ๐Ÿ™‚