I would like to have the URL: demo.com/product-name
Where we have (the standard): demo.com/en/home/18-product-name
We will remove Category (as we have same product in many categories) and ID from URL.
We modified the route: {category:/}{id}{-:id_product_attribute}-{rewrite}{-:ean13}
to: {rewrite}
Does NOT work. The URL in lists of products is OK (the new), but when pressed, the page is a 404 error.
Can you help me configure this SEO option correctly? Thanks!