Hi,
The module doesn't run for the checkout pages.
However, it does run for pages that use application_top.php
You can add exclusions for
any file including application_top.php, EXCLUDING any query string parameters.
E.g. you can exclude
/module_folder/module_file.php
But NOT:
/index.php?main_page=some_module_files_page
If you are using the second format,
for any files including application_top.php, you need to rewrite FEC to not use the same URI format to load files as Zen Cart, but to use custom file names.
It makes no sense to have the same format as Zen Cart if the file isn't actually a Zen Cart page. This is how all other Zen Cart software I've encountered integrates the Zen Cart system into their scripts (e.g like PayPal callback script etc.).
Hope that helps you fix your module's incompatibilities with Ceon URI Mapping.
All the best..
Conor
ceon
Bookmarks