--- uc_googleanalytics.module Mon Sep 01 14:07:11 2008 +++ uc_googleanalytics.module Mon Sep 01 14:31:04 2008 @@ -19,7 +19,7 @@ $completion_page = variable_get('uc_cart_checkout_complete_page', ''); // Check to see if we are at the order completion page. - if ((arg(0) == 'cart' && arg(1) == 'checkout' && arg(2) == 'complete') || (!empty($completion_page) && $completion_page == $_GET['q'])) { + if ((arg(0) == 'cart' && arg(2) == 'complete') || (!empty($completion_page) && $completion_page == $_GET['q'])) { // If we can load the order... if ($order = uc_order_load($_SESSION['uc_googleanalytics_order_id'])) { // Check for which GA version is being used.