Works fine for a default WP3.3+ install. Demo is icws2.co.uk/wp
Majority of code is encapsulated so shouldn't interfere with anything. It doesn't change any core WP behaviour. The import use core wp functions to import the data.
All functions have the ic_ prefix to avoid any conflicts. It's a pretty big plugin that uses a lot of the WP3.2+ functionality including the new widgets.
If your devs have any issues they can let me know, or post on the icodes forum. Only thing that needs any reasonable hacking is the post content section. As it needed to follow the original v1 plugin methodology the offer/code is hardcoded into the post content. The v1.4 later in the year will use the newer custom post types & taxonomy.
There's been the inevitable issues along the way. All have been quickly fixed. A couple were bugs, most were server or set up issues. WP is a messy bitch! Only thing that really needs careful handling is the rewrites. As it extensively uses the default WP functionality including, and especially, the default WP query and rewrite rules, the majority of set issues have been thematic.
The /merchant permalink uses the default posts query and filters via the postmeta data. Any theme that f&*cks with the default query & loop i.e. uses query_posts in the index page will stop it working. Not a bug, just bad theme design. There is a workaround for it on the forum. And any set up with a static homepage needs a 'posts' page set up that uses 'the loop' and that needs setting in the settings > reading section.
It's built to use WP's default behaviour and functionality as close as possible.
S