The action of the form on the checkout page should be to post to the confirm.asp page
on the confirm page, find the following tag:
<input type="hidden" name="currency_code" id="currency_code" value="USD" />
and change it to:
<input type="hidden" name="currency_code" id="currency_code" value="GBP" />


