Thanks Phil, another really handy mod, I have added it as a tab.
I had to change in pricematch.php to stop getting an access denied message after submission
Code:
header("Location: product.php?productid=".$productid."&sendpmok=1");
to
Code:
header("Location: product.php?productid=".$XCMproductid."&sendpmok=1");