Download the PHP package opengento/module-store-path-url without Composer
On this page you can find all versions of the php package opengento/module-store-path-url. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package module-store-path-url
Store Path Url Module for Magento 2
This module allows to override the store code in url with another path value.
- Setup
- Composer installation
- Setup the module
- Features
- Settings
- Documentation
- Support
- Authors
- License
Setup
Magento 2 Open Source or Commerce edition is required.
Composer installation
Run the following composer command:
Setup the module
Run the following magento command:
If you are in production mode, do not forget to recompile and redeploy the static resources.
Features
The module allows to replace the store code in url with the following options:
- Country Code, e.g: be
- Language Code, e.g: fr
- Locale Code (separated with a hyphen), e.g: fr-be
- Locale Code (separated with an underscore), e.g: fr_be
- Custom (you can setup the path of your choice), e.g: emea
This module also allows you to remove the store path in the url for websites with a single store view. This may be useful for stores with dedicated domains. This setting is automatically enabled if you choose to use the custom mapper. However, if a single store exists for a website, and a path is setup within the mapper, the path is not unset, meaning that the path configured in the mapper is used.
Besides that, this module makes the usage of the MAGE_RUN_TYPE and MAGE_RUN_CODE variables optionals. Magento is going to be able to resolve the correct store based on its base web URL. This setting can be disabled, see "Use Base Url Resolver".
Settings
The configuration for this module is available in Stores > Configuration > Web > Url
.
Documentation
In order to use this module, you must enable the following setting: "Add Store Code to Urls" (web/url/use_store
).
A new field is added in the configuration: "Store Path Url" and "Custom Path Mapper" if the "custom" value is selected.
The store path config are:
web/url/store_path_url
web/url/custom_path_mapper
unset_single_store_path
base_url_resolver
Support
Raise a new request to the issue tracker.
Authors
License
This project is licensed under the MIT License - see the LICENSE details.
That's all folks!
All versions of module-store-path-url with dependencies
psr/log Version *
magento/framework Version *
magento/module-config Version *
magento/module-directory Version *
magento/module-store Version *
magento/module-url-rewrite Version *