Page 1 of 1

Products URL Slug not working

Posted: Fri Oct 16, 2015 10:01 am
by timdebuurman
Hi,

The new feature URL Slug does not work.
Firstly, once entering a url there, the output on the frontend misses a slash
after the prefix
(i.e. .../productsentered-url-slug)

I tried to put the slash into the URL Slug input field ( /entered-url-slug), so
at frontend it became .../product/entered-url-slug

This gave me an 404 not found.

Hereby some extra information:

CMS-version: 1.12.1
Products: 2.24.2
CGExtensions: 1.49.9

No standerd detailpage is chosen.
A url prefix is set.

If the URL Slug field is empty, all works fine and the url being generated
contains of
websitename.com/the-url-prefix/ a two digit number/a two digit
numer/the-url-alias

Once the field URL Slug contains a strinbg/url, it becomes:
websitename.com/the-url-prefixthe-url-slug (so without a slash between the
url-prefix and the url-slug

These url's I see in the summary view of the products and ofcourse, if clicked,
there comes an 404 error page
To test I manually add the missing slash in the addressbar, but without result.
(same 404)
However, removing the url-prefix in the adress bar of my browser, brings me to
the detailpage of the product. (only it is on the homepage, I think because a
standerd detailpage is not set)

I reported this problem in the forge. Maybe anyone can help by reproducing this?