Hi all. I've spoken to the google team who have gone through and checked the analytics code etc on our site. They say this is an issue with WorldPay (or possibly the plugin, although the code looks correct from their end). When a customer pays using WorldPay they are taken to an URL similar to this:
https://secure.worldpay.com/wcc/card...-1530101623925
It looks to the customer as if they have returned to our site, but if you look at the URL in the browser it is WorldPay. Because of this, Google analytics does not register the transaction:

Somone said earlier in the discussion that orders using WorldPay on their site ARE being recorded by Google Analytics. Are customers sent back to your site therefore? If so what changes have you made to ensure that this happens?
Customers using Paypal on our site are correctly returned to the following URL on our site https://www.welsh-lovespoons.co.uk/i...eckout_success, so those sales are registered in Google Analytics.

There is a workaround suggested here - http://thesitedoctor.co.uk/blog/how-...with-worldpay/
Code:
@if (string.IsNullOrWhiteSpace(Request.QueryString["processed"]))
{
<meta http-equiv="refresh" content="0;[email protected]()&processed=yes" /">
}
Would this code or similar work with Zen Cart do you think, and on what page should I include the code?
I would greatly appreciate any advice.
Bookmarks