Hi,
We need to set up the URL of the products as "domain/{product_brand}{product_model}". The problem is that this pattern is different from the product name, so we cannot use the standard Ecommerce UrlProvider to put the name in the root path.
One option is to develop a new UrlProvider. Another option is to set the name as "{product_brand}{product_model}" and change the templates of the frontend to display the real name of the product. Is there any other option? What would you recommend us to do?
Regards,
Tomas