I have started another thread under the general questions, but perhaps my post would fit better here since my issue seems to be caused by this module ...

I set up the zen cart integration for Jrox as described. When I test with an order the checkout_success page appears blank. No commission is recorded in Jamjrox.

I have checked the debug and it shows the following errors.

[31-Mar-2012 01:16:18] PHP Warning: require(includes/templates/premium8a/checkout_success//google_analytics.php) [<a href='function.require'>function.require</a>]: failed to open stream: No such file or directory in /public_html/includes/templates/premium8a/common/html_header.php on line 141

[31-Mar-2012 01:16:18] PHP Warning: require(includes/templates/premium8a/checkout_success//google_analytics.php) [<a href='function.require'>function.require</a>]: failed to open stream: No such file or directory in /public_html/includes/templates/premium8a/common/html_header.php on line 141

[31-Mar-2012 01:16:18] PHP Fatal error: require() [<a href='function.require'>function.require</a>]: Failed opening required 'includes/templates/premium8a/checkout_success//google_analytics.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /public_html/includes/templates/premium8a/common/html_header.php on line 141
So it would appear that google analytics interferes with the transaction. I am not sure why there a double slash between: checkout_success//google_analytics.php

On line 141 of the html_header.php mentioned above, the file shows as follow

require($template->get_template_dir('.php',DIR_WS_TEMPLATE, $current_page_base,'google_analytics') . '/google_analytics.php');
Could someone please advise what I should do?
Thank you