When using path node/%/details it works but with the url alias product/%/details it does not. Any suggestions?

Comments

smk-ka’s picture

You give very limited information here.. let my try to clarify:
- You are trying to rewrite node/%/details to product/node-title/details.
- The view has been created using the path node/%/details.
- Your nodes of content type product are auto-aliased (using pathauto module) to product/[title-raw].
Does this match your goals and configuration?

smk-ka’s picture

Status: Active » Postponed (maintainer needs more info)
dawick’s picture

Status: Postponed (maintainer needs more info) » Closed (fixed)

I didnt use pathauto to generate my aliases (I used nodeimport to import my nodes and I included the alias there product/[SKU]). Then initially I created a view with path product/%/details and found that it didnt show (product/[SKU]/details), then I tried node/%/details and found it to be working (but only at node/[Nid]/details).

Now I deleted my current aliases and recreated them with pathauto and it works perfectly. Thanks for the help!