Hi Faz,
Thanks for the nice comments about the module/documentation. I'm glad you like it!
chabbu:
The query I have is how to have the simple URI appear on the main index page in the category sidebox. When I hover over it, it shows up as the long url.
Yes, a few people have asked about that. I think that in the next version I might add a default mapping specifically for the index page.
In the meantime you can add the following record to the ceon_uri_mapping table, to stop Zen Cart using index.php?main_page=index for the home page in certain sideboxes (and possibly some other places.. it's very inconsistent in this regard!).
You can find information about adding a record to the table in the documentation. I'm simply going to list the values you should add here:
uri
/ (or whatever the store uses as DIR_WS_CATALOG).
language_id:
1 (or whatever language ID your store uses)
main_page:
index
query_string_parameters:
NULL (leave the null box ticked in PHPMyAdmin)
associated_db_id:
NULL (leave the null box ticked in PHPMyAdmin)
alternate_uri:
NULL (leave the null box ticked in PHPMyAdmin)
redirection_type_code:
301
date_added:
Use NOW() function in drop down gadget
This will redirect the index.php?main_page=index to / and will also cause Zen Cart to use / as the link instead of
index.php?main_page=index
chabbu:
Also, when i click a product within a category, it display the 'cpath' at the end of the url, why is this and how do i get rid of it (it's not a linked product).
This only occurs for linked products or products which have not had a URI mapping generated for them.
Hope that helps!
All the best..
Conor
ceon