Magento Extensions Rating 2024
EXTENSIONS BY CATEGORY
B2B (Business-To-Business)
Blog
Customer
ERP (Enterprise Resource Planning)
Mega Menu
One Step Checkout
Order
POS (Point Of Sale)
Search
Shopping Cart
Sitemap
SEO
Social
Stock & Inventory Management
EXTENSIONS BY DEVELOPER
aheadWorks
Amasty
Boost My Shop
BSS Commerce
Magestore
MageWorx
Mirasvit
Templates Master
Wyomind
XTENTO
Magento 2 Documentation
Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
vendor
magento
magento2-base
dev
tests
integration
testsuite
Magento
Deploy
_files
scopes
config_with_stores.php
Go to the documentation of this file.
1
<?php
6
return
[
7
'scopes'
=> [
8
'websites'
=> [
9
'test_website'
=> [
10
'website_id'
=>
'2'
,
11
'code'
=>
'test_website'
,
12
'name'
=>
'Test Website'
,
13
'sort_order'
=>
'10'
,
14
'default_group_id'
=>
'1'
,
15
'is_default'
=>
'0'
,
16
],
17
],
18
'groups'
=> [
19
2 => [
20
'group_id'
=>
'2'
,
21
'website_id'
=>
'2'
,
22
'name'
=>
'Test Website Store'
,
23
'root_category_id'
=>
'2'
,
24
'default_store_id'
=>
'1'
,
25
'code'
=>
'test_website_store'
,
26
],
27
],
28
'stores'
=> [
29
'test'
=> [
30
'store_id'
=>
'2'
,
31
'code'
=>
'test'
,
32
'website_id'
=>
'2'
,
33
'group_id'
=>
'2'
,
34
'name'
=>
'Test Store view'
,
35
'sort_order'
=>
'23'
,
36
'is_active'
=>
'1'
,
37
],
38
],
39
]
40
];