Laptop app for walmart

grock

Member
Joined
Dec 22, 2011
Messages
102
Reaction score
9
Is there a app to search walmart ammo stock for a laptop? I know they have one for android phones, but it wont install on a laptop. Seems as though i cannot search walmart website for ammo anymore.
 
Last edited:
Register to hide this ad
I found this listed in the Ammo forum. Hope it helps.

____________________________________________________


I noticed this thread.

I made a youtube video earlier in the week that shows how to bring back the "Look in another store" link.

You can find the video here, otherwise I'll just post the instructions, its really easy. Easier to use the app if you have access, but this works with your pc browser.

Video Instructions... Or just follow instructions below.

http://m.youtube.com/#/watch?v=j3-GvSFqut8&desktop_uri=/watch?v=j3-GvSFqut8

INTERNET EXPLORER INSTRUCTIONS:

1. Navigate to the ammo page that says store info not available.
2. Open developer tools by hitting F12 (alternate method at end **)
3. Type STORE_MSG into the search box of developer tools (mid-screen on right)
4. Click the magnifying glass of the search box to select the DIV tag.
5. Locate "display: none" on right side of dev tools, style section (might need to scroll)
6. Uncheck the display: none CSS element
5. Use the newly visible "Find another store" link!

** If your keyboard doesn't have F12 you can open developer tools by finding the icon that looks like a gear and click it, then select Developer Tools. It may be slightly different depending on IE version.

FIREFOX BROWSER INSTRUCTIONS:

1. Navigate to the ammo page that says store info not available.
2. Open Edit Html by the "Miscellaneous" toolbar button, then Edit Html
3. Type STORE_MSG in the search box in Edit Html section and click search button
4. Look at the code in the Edit Html box, you need to find the DIV tag with ID of STORE_MSG, and delete characters: style="display: none"
5. The Find in another store link should now be visible.
9. Use the link!

CHROME BROWSER INSTRUCTIONS:

1. Navigate to the ammo page that says store info not available.
2. Open developer tools by clicking Ctrl+Shift+I (eye) (alternate method at end **)
3. Click in a blank area (give focus) of the developer tools section to make it active.
4. Click Ctrl+f to open the search dialog (on very bottom left of screen)
5. Type STORE_MSG in the search box to highlight its DIV tag. (yellow)
6. Click on the STORE_MSG div tag that is highlighted in yellow.
7. Locate "display: none;" on right side of dev tools, hover mouse to reveal checkbox.
8. Uncheck the checkbox to reveal the Find in another store link.
9. Use the link!

** (alternate method of opening dev tools for chrome) you can open dev tools in chrome by looking for icon that looks like three horizontal bars. It may look like a gear depending on your chrome version. Once you click it you should select Tools, Developer Tools.
 
Last edited:
Back
Top