Dec 17, 2011

Office Depot Inventory Check (How to)

http://slickdeals.net/f/3653760-Seagate-Expansion-Desktop-USB-2-0-Hard-Drive-1-5TB-29-93-and-other-drives-Officedepot-B-M-YMMV-clearance?s=05337c3d892cd6436c4c0abc7a852367#edit45553112

2 comments:

Anonymous said...

from slickdeals.net:

"FYI
Expansion 1.5TB USB 2.0 contains the Seagate ST1500DL001 (Three drives that I bought all had the same HDD).

B&M ONLY!

Link for reference:

http://www.officedepot.com/a/prod...2000000391

To use OP's code, follow these instructions:
1) Click on that link above
2) Choose a store
3) Go back to the product page by clicking the above link again

To check availability:
Firefox: Tools, Web Developer, Web Console, (or ctrl+shift+k), paste the code into the Address Bar, & hit enter:
Code:

javascript:(function() {var a=$("#skuId").val();callDwrForPostalCode(a);$("#in store-main").show();})()

Thanks whitrzac for figuring this out.

Chrome: Follow steps 1-3. Click on Wrench, Tools, click on Javascript Console, (or just ctrl+shift+j), paste the code into the Address Bar, & hit enter.

IE: doesn't seem to work

Here are the steps for Internet Explorer 9. Should be the same for earlier versions.

1) Click on the link to the product.
2) Change to store pickup, top right corner of the screen.
3) Choose your store, the product will show as unavailable
4) Using your history, go back to the product page, or just click the SD link again. It should now show the clearance price.
5) Hit F12 to bring up the Developer Tools
6) Choose Console, paste the Java code in the bottom, hit enter, and you should get pricing for your store.

You can copy and paste in different product links, and then hit "up arrow" then "enter" to rerun the java code with them. It works easiest if you use a separate window and copy the links to the products in to it. You have to have the product page visible, or it doesn't work."

Anonymous said...

From slickdeals.net:

Link for reference:

http://www.officedepot.com/a/prod...2000000391

To use OP's code, follow these instructions:
1) Click on that link above
2) Choose a store
3) Go back to the product page by clicking the above link again

To check availability:
Firefox: Tools, Web Developer, Web Console, (or ctrl+shift+k), paste the code into the Address Bar, & hit enter:
Code:

javascript:(function() {var a=$("#skuId").val();callDwrForPostalCode(a);$("#in store-main").show();})()

Thanks whitrzac for figuring this out.

Chrome: Follow steps 1-3. Click on Wrench, Tools, click on Javascript Console, (or just ctrl+shift+j), paste the code into the Address Bar, & hit enter.

IE: doesn't seem to work

Here are the steps for Internet Explorer 9. Should be the same for earlier versions.

1) Click on the link to the product.
2) Change to store pickup, top right corner of the screen.
3) Choose your store, the product will show as unavailable
4) Using your history, go back to the product page, or just click the SD link again. It should now show the clearance price.
5) Hit F12 to bring up the Developer Tools
6) Choose Console, paste the Java code in the bottom, hit enter, and you should get pricing for your store.

You can copy and paste in different product links, and then hit "up arrow" then "enter" to rerun the java code with them. It works easiest if you use a separate window and copy the links to the products in to it. You have to have the product page visible, or it doesn't work.