The definitions of the basic settings for a shop or subshop are made centrally in the Online Service Area (OSB) under “Configurations”. Different configuration types exist for different definitions — for example, a configuration type for commercial settings and shop messages, one for product ratings, or lists containing delivery countries.
The file names of the configurations must never be renamed! All configurations must be provided under exactly the names specified in the following sections. Otherwise, the shop cannot use the configurations.
The following sections introduce the types of configurations that can be edited in the Online Service Area. The page closes with a note about the .ini configurations from the previous version V7.
”.config” configurations
“.config” configurations are created in order to make individual settings. They serve either basic settings or feature-specific settings.
All “.config” configurations are divided into named sections delimited by start and end tags (angle brackets, as in HTML). The section names are specified by WEBSALE. Each section contains parameters and values that define functions or output texts.
Here is an example of the <PaymentPrepayment-Txt> section:
Depending on the suffix, the parameters expect a specific input:
- Parameters with the suffix “Allow” expect “yes” or “no” as input.
- Parameters with the suffix “Value” expect a numeric input, for example “10” or “12.50” (make sure to use the period as the separator before decimal places!).
- Parameters with the suffix “List” expect a comma-separated list, for example “DEU, AUT, CHE”.
- Parameters with the suffix “Txt” appear as texts in the shop.
- Parameters with other suffixes, or none, expect specific values that are documented in the WEBSALE online documentation for the respective parameter or section.
”.dat” configurations
The purpose of these configurations is to provide entries that are later displayed in selection lists (for example, list boxes) in the shop, such as a selection list of billing countries.
All “.dat” configurations are tab-separated and are not divided into sections.
Here is an example excerpt from the configuration country.dat:
“.cfg” configurations
These configurations are created automatically and cannot be edited. They can be read in the OSB interface for verification and comparison purposes.
”.conf” configuration
Only one configuration file of this type exists: ws_access.conf. It is provided in the root directory of each shop or, if a subshop exists, in the subdirectory for that subshop. This configuration cannot be accessed via the OSB.
In terms of its capabilities and syntax, this file corresponds to an .access.conf of the Apache web server and should only be adjusted with the necessary expertise.
”.ini” configurations (legacy logic)
“.ini” configurations originate from WEBSALE version V7 and should no longer be used in V8s.