say your function to get the productid ist getid() then the code changes to:
$maxprice = 0;
while (!$WA_Store_Cart->EOF()) {
if( getid() != "GC") {
$maxprice = max( $maxprice, $WA_Store_Cart->DisplayInfo("Price") );
$WA_Store_Cart->MoveNext();
}
}
$WA_Store_Cart->MoveFirst();