Quote Originally Posted by stylishbb View Post
I've managed to sort the problem however not in a way I'd have liked.

Inside the checkout_success was a tpl_footer.php file as soon as I deleted this everything worked fine. It seems that as soon as any page is places into the checkout_success folder it causes this line...



to fail as the $base_page changes to be looking /checkout_success and I've tried concatenating ../ and allsorts to this and can't get it up to parent directory.

The issue now though is that the footer.php file was there for a reason, it contained custom Jrox code in it. So now how can I ensure that the Jrox code appears only on the checkout_success page BUT I'm not allowed to create any overrides?

Alternatively, is there any way to include ../ or similar to force this line



to look here /includes/templates/orange/google_analytics/google_analytics.php ?

The sites URL is Stylish Bean Bags . co . uk if you want to take a look, at the minute though its working as I've still got the footer deleted. Its probably easier to put the Jrox code onto the checkout_success some other way, hopefully?
Yes, that will cause issues (the added footer file in the 'checkout_success' directory.)

I've written a number of posts that answer the JROX issue so that can be corrected as well.

Here is your answer:

http://www.zencartoptimization.com/2...-the-workbook/

Scroll down to the comment I wrote on July 22, 2009. The details on how to make the two work together are there.

Let me know if that helps.