Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to find out what my store ID is?

Tags:

magento

How do I figure out what my store view ID's are?

This is required when modifying tables within database.

like image 946
Efficient Trade Ltd Avatar asked Feb 21 '12 06:02

Efficient Trade Ltd


2 Answers

Screenshot to illustrate Jevgeni Smirnov's answer:

enter image description here

As he said, you should go to System -> Manage Stores and click on needed store name in the right column.

like image 68
Dmytro Zavalkin Avatar answered Oct 19 '22 06:10

Dmytro Zavalkin


When you click on the specific store in Manage stores in the URL bar there should be a parameter like store_id or something like that. This is your store id. Or when in Manage stores screen if you hover over store and the link might be displayed in the right(left) corner of your browser. In the url there is store_id param. This is the easiest I guess.

Or in database there is table: core_store.

like image 21
Jevgeni Smirnov Avatar answered Oct 19 '22 07:10

Jevgeni Smirnov