Hi, I want to create a store with a specific structure of the urls and i want to know if is possible to do it.
Example:
- Default Category
- Cars
- Audi (audi-a4, audi-a5)
Categories:
www.test.com/cars
www.test.com/cars/audi
Products URLS (when you are in audi category)
www.test.com/cars/audi-a4
www.test.com/cars/audi-a5
Is possible to create an url for each product with only the category parent?
Thx,
Alex