cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

which all parts of the URL are required to resolve the product detail page ? url for example "/open-Catalog/Cameras/Camrecoder/Camelio-S3EU/p/133432"

Former Member
0 Likes
196

which all parts of the URL are required to resolve the product detail page ? url for example "/open-Catalog/Cameras/Camrecoder/Camelio-S3EU/p/133432"

Accepted Solutions (1)

Accepted Solutions (1)

Marko_salonen
Contributor
0 Likes

Hi, the /p part is the one that is used for this. Everything before it is resolved from cateogry name and product name. See ProductpageController. You can basically access any visible product with /p/XXXXXX where XXXXX is replaced with any product code.

Answers (0)