Important
We are updating the images for OroCommerce version 6.1 to align with the latest changes in the back-office design. During this transition, some images may still show older versions. Thank you for your patience as we work to update all visuals to reflect these changes.
Routing Prefix
By default, the Sales Frontend login, login-related and endpoint URLs are accessible under the prefix /admin/sales-frontend. You can change this via the bundle configuration option oro_sales_frontend.routing_prefix
.
Note
Please note that using the same prefix as the back-office (e.g., /admin) or leaving it empty is not allowed as it would prevent access to the back-office or storefront.
Example
The following configuration snippet will prefix the Sales Frontend routes with /admin/sales:
After the bundle configuration is changed, make sure to:
Clear the Symfony cache with the
php bin/console cache:clear
command.Rebuild the Sales Frontend application with the new prefix in the environment variables used during the building process.