Use the SEO URLs Settings Tab
Use this tab to configure locale mappings, character replacements, and search refinement settings.
Example: Use the Path Setting
B2C Commerce determines the locale mapping for the path parameter using the above-described process. For example, a merchant configures the locale mapping to Path and creates the following mappings:
| Value | Maps to... |
|---|---|
| en_US | default |
| de/DE | de_DE |
| de | de |
| US/en | en_US |
| fr_CA |
Using these settings, B2C Commerce maps locales with the steps as shown in the following table.
| For this URL... | Step | Is there a mapping for... | Is there a locale for... | Locale | |
|---|---|---|---|---|---|
| www.mystore.com/en_US/mens... | 1 | en_US/mens | No | ||
| 2 | en_US | Yes | default | ||
| www.mystore.com/de/DE/... | 1 | de/DE | Yes | de_DE | |
| www.mystore.com/US/en/... | 1 | US/en | Yes | en_US | |
| www.mystore.com/de/mens... | 1 | de/mens | No | ||
| 2 | de | Yes | de | ||
| www.mystore.com/fr_CA/mens... | 1 | fr_CA/mens | No | ||
| 2 | fr_CA | No | |||
| 3 | fr_CA | Yes | fr_CA | ||
| www.mystore.com/ABCDE/mens... | 1 | ABCDE/mens | No | ||
| 2 | ABCDE | No | |||
| 3 | ABCDE | Yes | default* |
* As in www.mystore.com/en_US/mens. because
default is the fall-back.