I have a content type 'product display'.
The normal path is: node/[nid]
with the module 'pathauto' I can do the following for each 'product display': node/[id] ==> product/detail/[node:nid]
This works fine, but it doesn't trigger the view.
1) Page settings (for the view) Path: product/detail/%
2) URL path settings (for the content type 'product display'): Generate automatic URL alias
When I use the standard search box, the product is found and the link is ok but I shows the normal standard page where you can edit the node.
Need some advice, help.
Thanks.