I'm using osclass I create the Permalinks of Listing URL to be
{CATEGORIES}/{ITEM_TITLE}{ITEM_ID}
but my problem is the url now is displaying category/categoryid
instead of returning category/item_titleid
example: instead of displaying 127.0.0.1/books/themagicbook4
is displaying 127.0.0.1/books/books4
if I hover the item is showing that the url is 127.0.0.1/books/themagicbook4 but when I click on it it redirect to 127.0.0.1/books/themagicbook4