I'm working with Hybris 6.2, I'm being asked to modify the way the URLs for the storefront product's details are handle.
The OOTB pattern that is handled is /{category-path}/{product-name}/p/{product-code} according to the information found on this link about SEO URLs(which contains error on the documentation), I have to modify the pattern that is used currently through customization.
The URL I'm being asked to set on the storefront should look like this /{category-path}/{product-name}/{product-code}, but I'm having doubts if Hybris is capable of handling URLs without delimiters like /p/ to difference between the category path, the product name and the product code.
Is it possible to handle these kind of URLs?