URL alias for products
Hi,
I'm stuck in setting the url alias for my product displays. There are tons of tokens but not that one I need:
I have set up my structure with taxonomy terms and built the corresponding main menu like this:
1. Computer
1.1. Desktop
1.2. Laptop
1.3. Tablet
2. Furniture
2.1. Couches
2.2. Tables
2.3. Chairs
The taxonomy pages work fine with these tokens: [term:parent:root:name] / [term:parent:name] / [term:name]
But how can I apply the url alias for e.g. a desktop computer like this: www.example.com/computer/desktop/title ?
Thanks,
Brian
Comments
Anyone?
Nobody got a hint for me? How did they do it in the commerce demo store?
commerceguys.com/dc/catalog/coffee-holders/mug
Pathauto: Title
[Pathauto](http://drupal.org/project/pathauto) has always supported title as a fundamental way of building paths, so if you don't see it, something's wrong. It's been there for years, like in 4.7 or something. Am I misunderstanding your question?
Yes and no...
Pathauto works fine. The problem is to get the full url-path for Product Displays. I want to achieve this:
www.example.com / computers / laptops / [Product Display Title]
Usually I would take the token for the parent menu items. But that doesn't work here because
(1) I imported all products via csv/feeds and therefor I can't attach them to the menu (create menu item with parent xyz)
(2) the taxonomy tokens for the categories don't apply to content types like Product displays.
So I'm stuck in the middle, or not?
Same issue
Hi, I have the same problem as you, Managed to get it solved yet?