Here is how to check the current inventory levels so you are not left in the dust when their shoes sell out quickly (like they always seem to do)!
***Update*** This is extra helpful now that Rothy's has a 3 per size maximum that can be added to your shopping cart
*** TIDBIT UPDATE *** For now, Rothy's no longer indicates when there are only a few pairs left when clicking on a specific size. So just check the inventory level to find out for yourself!
1. Go to any Rothy's product page
2. Right-click and select "View Page Source"
3. Press CTRL F and type in: inventory_quanity
4. The entire section of that code looks something like this:
[{id:27898070532190,title:"5",inventory_quantity:39,inventory_management:"shopify",inventory_policy:"deny",price:14500,compare_at_price:0},{id:27898070564958,title:"5.5",inventory_quantity:6,inventory_management:"shopify",inventory_policy:"deny",price:14500,compare_at_price:0},{id:27898070597726,title:"6",inventory_quantity:1,inventory_management:"shopify",inventory_policy:"deny",price:14500,compare_at_price:0},{id:27898070630494,title:"6.5",inventory_quantity:0,inventory_management:"shopify",inventory_policy:"deny",price:14500,compare_at_price:0},{id:27898070663262,title:"7",inventory_quantity:0,inventory_management:"shopify",inventory_policy:"deny",price:14500,compare_at_price:0},{id:27898070696030,title:"7.5",inventory_quantity:0,inventory_management:"shopify",inventory_policy:"deny",price:14500,compare_at_price:0},{id:27898070728798,title:"8",inventory_quantity:0,inventory_management:"shopify",inventory_policy:"deny",price:14500,compare_at_price:0},{id:27898070761566,title:"8.5",inventory_quantity:0,inventory_management:"shopify",inventory_policy:"deny",price:14500,compare_at_price:0},{id:27898070794334,title:"9",inventory_quantity:0,inventory_management:"shopify",inventory_policy:"deny",price:14500,compare_at_price:0},{id:27898070827102,title:"9.5",inventory_quantity:0,inventory_management:"shopify",inventory_policy:"deny",price:14500,compare_at_price:0},{id:27898070859870,title:"10",inventory_quantity:0,inventory_management:"shopify",inventory_policy:"deny",price:14500,compare_at_price:0},{id:27898070892638,title:"10.5",inventory_quantity:0,inventory_management:"shopify",inventory_policy:"deny",price:14500,compare_at_price:0},{id:27898070925406,title:"11",inventory_quantity:0,inventory_management:"shopify",inventory_policy:"deny",price:14500,compare_at_price:0},{id:27898070958174,title:"11.5",inventory_quantity:36,inventory_management:"shopify",inventory_policy:"deny",price:14500,compare_at_price:0},{id:27898070990942,title:"12",inventory_quantity:37,inventory_management:"shopify",inventory_policy:"deny",price:14500,compare_at_price:0}]}; How To Read The Source Code: This specific line of code above can be captured in real-time for any product. This specific example lets us know that there are:
|
5. And there you have it! Now you know how to check Rothy's inventory levels to get your favorite pairs before they sell out! Keep in mind that their inventory is subject to change at any time because they might add new inventory amounts at any given moment. |