medium.xml 5.1 KB
Newer Older
Ketan's avatar
Ketan committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121
<?xml version="1.0"?>
<!--
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
-->
<config xmlns:xi="http://www.w3.org/2001/XInclude">
    <profile>
        <admin_users>50</admin_users><!-- Number of admin users to generate -->
        <websites>3</websites> <!-- Number of websites to generate -->
        <store_groups>3</store_groups> <!--Number of stores-->
        <store_views>3</store_views> <!-- Number of store views -->
        <assign_entities_to_all_websites>1</assign_entities_to_all_websites> <!-- Whether to assign all products per each website -->
        <simple_products>24000</simple_products> <!-- Simple products count -->
        <configurable_products> <!-- Configurable product -->
            <config>
                <attributes>
                    <attribute>
                        <options>3</options>
                        <swatches>image</swatches>
                    </attribute>
                    <attribute>
                        <options>8</options>
                    </attribute>
                </attributes>
                <sku>Configurable Product %s</sku>
                <products>640</products>
            </config>
        </configurable_products>
        <product-images>
            <images-count>1000</images-count>
            <images-per-product>3</images-per-product>
        </product-images>
        <categories>300</categories> <!-- Number of categories to generate -->
        <categories_nesting_level>3</categories_nesting_level> <!-- Nesting level for categories -->
        <customers>2000</customers> <!-- Number of customers to generate -->

        <catalog_price_rules>20</catalog_price_rules> <!-- Number of catalog price rules -->
        <cart_price_rules>20</cart_price_rules> <!-- Number of cart price rules -->
        <cart_price_rules_floor>2</cart_price_rules_floor>

        <product_attribute_sets>30</product_attribute_sets> <!-- Number of product attribute sets -->
        <product_attribute_sets_attributes>10</product_attribute_sets_attributes> <!-- Number of attributes per set -->
        <product_attribute_sets_attributes_values>8</product_attribute_sets_attributes_values> <!-- Number of values per attribute -->

        <order_quotes_enable>true</order_quotes_enable>
        <order_simple_product_count_from>2</order_simple_product_count_from>
        <order_simple_product_count_to>2</order_simple_product_count_to>
        <orders>50000</orders> <!-- Orders count -->

        <tax_rates_file>tax_rates.csv</tax_rates_file> <!-- Tax rates file in fixtures directory-->

        <configs> <!-- Config variables and values for change -->
            <config>
                <path>admin/security/use_form_key</path>
                <scope>default</scope>
                <scopeId>0</scopeId>
                <value>0</value>
            </config>
            <config>
                <path>admin/security/session_lifetime</path>
                <scope>default</scope>
                <scopeId>0</scopeId>
                <value>7200</value>
            </config>
            <config>
                <path>admin/security/admin_account_sharing</path>
                <scope>default</scope>
                <scopeId>0</scopeId>
                <value>1</value>
            </config>
            <config>
                <path>carriers/flatrate/active</path>
                <scope>default</scope>
                <scopeId>0</scopeId>
                <value>1</value>
            </config>
        </configs>
        <indexers> <!-- Indexer mode value (true - Update by Schedule, false - Update on Save) -->
            <indexer>
                <id>catalog_category_product</id>
                <set_scheduled>true</set_scheduled>
            </indexer>
            <indexer>
                <id>catalog_product_category</id>
                <set_scheduled>true</set_scheduled>
            </indexer>
            <indexer>
                <id>catalog_product_price</id>
                <set_scheduled>true</set_scheduled>
            </indexer>
            <indexer>
                <id>catalog_product_attribute</id>
                <set_scheduled>true</set_scheduled>
            </indexer>
            <indexer>
                <id>cataloginventory_stock</id>
                <set_scheduled>true</set_scheduled>
            </indexer>
            <indexer>
                <id>catalogrule_rule</id>
                <set_scheduled>true</set_scheduled>
            </indexer>
            <indexer>
                <id>catalogrule_product</id>
                <set_scheduled>true</set_scheduled>
            </indexer>
            <indexer>
                <id>catalogsearch_fulltext</id>
                <set_scheduled>true</set_scheduled>
            </indexer>
        </indexers>
        <xi:include href="../../config/searchTermsLarge.xml" />
        <xi:include href="../../config/attributeSets.xml" />
        <xi:include href="../../config/searchConfig.xml" />
        <xi:include href="../../config/customerConfig.xml" />
        <xi:include href="../../config/description.xml" />
        <xi:include href="../../config/shortDescription.xml" />
    </profile>
</config>