URL-Alias based on Product-Names
Instead of an URL like ".../commerce/products/3" I would like to give every commerce-product a URL-alias based on product-title for example:
".../commerce/books/the-drupal-book"
But using the module "pathauto" does not work, since it is for contenttypes and taxonomies only, not for other entities.
So, how can i achieve URL-aliases in Drupal Commerce? I can't find anything on the web about this…
Comments
Hopefully a future version of Pathauto
will do the trick and accept all entities with urls:
http://drupal.org/sandbox/damz/1332096