Searching for "<!--?foreach" came up empty. Tried a number of variations and finally using "?foreach" found: /tedscart/includes/templates/cherry_zen/templates/tpl_snaf_display_order.php

Line 21 was: <?foreach($_GET as $key=>$value)

I changed it to <?php foreach($_GET as $key=>$value)

The annoying characters are now gone and the Category pages all look exactly like my live webstore. Thanks for your help.

Ted