--- uc_aac.module.OLD	2009-12-01 10:45:30.000000000 +1100
+++ uc_aac.module	2010-02-17 01:10:27.000000000 +1100
@@ -102,15 +102,18 @@
 
             // Rebuild option text
             $oid_text = '';
-            if ($price != 0) {
-              $oid_text = ', ';
-              if ($price > 0) {
-                $oid_text .= '+'. uc_price($price, $context);
-              }
-              else {
-                $oid_text .= '('. uc_price($price, $context) .')';
-              }
-            }
+            if (!strstr($_GET['q'],'uc_aac'))
+            {
+							if ($price != 0) {
+								$oid_text = ', ';
+								if ($price > 0) {
+									$oid_text .= '+'. uc_price($price, $context);
+								}
+								else {
+									$oid_text .= '('. uc_price($price, $context) .')';
+								}
+							}
+						}
             $options[$option->oid] = $option->name . $oid_text;
           }
         }
