Quote Originally Posted by buzzville View Post
Ok, I thought this mod was working just fine (thanks!), but I just discovered an error message showing up on my checkout success page:

Code:
1054 Unknown column 'GOOGLE_ANALYTICS_TARGET_city' in 'field list'
in:
[select orders_id, GOOGLE_ANALYTICS_TARGET_city as city, GOOGLE_ANALYTICS_TARGET_state as state, GOOGLE_ANALYTICS_TARGET_country as country from orders where customers_id = 35 order by date_purchased desc limit 1]
Any suggestions on this? I haven't seen the error on any other page yet. I've double-checked my tpl_main_page.php, and the code is correct. Thanks for any help!
The GOOGLE_ANALYTICS_TARGET is set in the admin->Google Analytics Config. Do you have a setting there in your admin?

You would only see this error on the checkout_success page as it is only called when an order is completed.