Categories links not working in case of alternative URL if the category id is a single word.
For example , when using http://demo-trunk.ofbiz.apache.org/ecommerce/gismos-gismos-c i.e. your alternative url is gismos and your product category id is gismos, then it is not able to resolve the category id. A patch is attached... changed this line /productCategoryStr = alternativeUrl.replace(textData + "-", "");/ to /productCategoryStr = alternativeUrl.replaceFirst(textData + "-", "");/ -- View this message in context: http://ofbiz.135035.n4.nabble.com/Categories-links-not-working-in-case-of-alternative-URL-if-the-category-id-is-a-single-word-tp4633554.html Sent from the OFBiz - Dev mailing list archive at Nabble.com.
