What was the result of running the included Installation Check?

Does this same issue appear in the default ZC template?

Can you provide a link to your store?

Are there any error / debug logs?



Quote Originally Posted by ailtait
... all href tags are populated with the traditional index.php URL ...
This usually indicates something is not installed correctly OR you have not yet defined URLs for each and every product, category, ez-page, etc.

Quote Originally Posted by ailtait
... Clicking on any URL does result in the friendly URLs appearing in the browser address bar ...
Usually indicates the "redirect" code built into CEON is operating (and URLs are defined)... Hard to say without seeing the actual site in action... But the usual cause is one of the core files was not merged correctly during installation...

Quote Originally Posted by ailtait View Post
... the hrefs are generated with zen_href_link(FILENAME_DEFAULT, $box_categories_array[$i]['path']) . So I've been trying to narrow it down to where 'path' is defined. ...
This sounds like the code for the category sidebox. Is this the ONLY part where you are seeing the default Zen Cart links injected into "href" attributes? Or are you seeing this everywhere as previously stated?

Quote Originally Posted by ailtait View Post
... Not 100% sure where in the template CEON would step in to alter the default content of the $box_categories_array[$i]['path'], so that it loads friendly URLs rather than index.php. So I'm basically trying to run back through the system. ...
There is no CEON template. This module does not alter what is passed to zen_href_link (only the URL returned).

The installation instructions for CEON URI Mapping are fairly detailed and include every step needed (and then some). They also mention how to run an Installation Check.