Customize url generation in PIM

Hi! Is it possible to customize the url that is automatically generated in backoffice when setting the name of an unnamed product, or is this url generated in the frontend?

If the code is generated in the backend, I think it would be possible to override it somehow, but I can’t find any service that is executed when inspecting the source. Any pointers?

Litium version: 8.11.2

Found it. A request is sent to Litium/app/api/common/suggestion when entering a name, which just slugifies the text you entered. The controller is named SuggestionController in Litium.Web.Administration.Application.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.