further info to make it easier.
not sure if i just become lazy and change line 274 in the includes/classes/ceonHreflinkbuilder.php
Code:
if (strpos($product_query_pair, ':') === false) {
// Remove product ID from query string unless it includes information about selected
// attributes (which is added when linking from shopping cart to product info page)
$parameters = str_replace($product_query_pair . '&', '', $parameters);
$parameters = str_replace($product_query_pair, '', $parameters);
}
so that it just doesn't give the parameters in the link.
Or i start digging into my tpl_product_info_display.php file to see if something there is not dealing with the paramters that Connor correctly passed back..he was rarely wrong.
Bookmarks