Announcement: You can find the guides for Commerce 7.5 and later on the new Elastic Path Documentation site. This Developer Center contains the guides for Commerce 6.13.0 through 7.4.1.Visit new site

This version of Elastic Path Commerce is no longer supported or maintained. To upgrade to the latest version, contact your Elastic Path representative.

System Configuration

System Configuration

The System Configuration object is set of Commerce Manager's system configuration settings.

Sample XML: System Configuration


<system_configuration>
<configuration_setting>
    <name_space>COMMERCE/STORE/theme</name_space>
    <description>The theme associated with the store. (The name of the subfolder under the themes directory that contains the theme's templates, CSS files, and other resources.)</description>
    <default_value type="String">electronics</default_value>
    <max_overrides>-1</max_overrides>
    <defined_values>
        <value context="SNAPITUP">electronics</value>
        <value context="SNAPITUPUK">electronics</value>
        <value context="SLRWORLD">electronics</value>
    </defined_values>
    <setting_metadata>
        <value key="environmentSpecific">false</value>
        <value key="apiRefreshStrategy">interval:timeout=COMMERCE/Cache/Cache_2</value>
    </setting_metadata>
</configuration_setting>
...
</system_configuration>