Advertisement
Guest User

Untitled

a guest
Jul 6th, 2015
176
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. Go to the website : http://www.headphonezone.in/
  2. Open console
  3. Type : "Shopify.theme"
  4. Output is : Object {name: "Retina", id: 8528293, theme_store_id: 601, role: "main"}
  5. Type : "Shopify.theme.theme_store_id"
  6. Output is : 601
  7.  
  8. <script>
  9. //<![CDATA[
  10. var Shopify = Shopify || {};
  11. Shopify.shop = "headphone-zone.myshopify.com";
  12. Shopify.theme = {"name":"Retina","id":8528293,"theme_store_id":601,"role":"main"};
  13.  
  14. //]]>
  15. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement