I have a problem with the sagepay server module, in that each time you get to the page at https://www.mysite.co.uk/ext/modules/payment/sage_pay/checkout.php the sagepay page doesn't load within the iframe. If I go back to my checkout, and click back through to the order confirmation page etc the page will display fine when I continue. It's like something isn't quite registering correctly.
I've looked at the source code for each page, and the first time I hit sage_pay/checkout.php the src of the iframe isn't set:
<td><iframe src="" width="500" height="600" frameborder="0"></td>
but when I go back to the checkout and try again it is set:
<td><iframe src="https://live.sagepay.com/gateway/service/cardselection?vpstxid={<snipped>}" width="500" height="600" frameborder="0"></td>
Has anyone any ideas what I could be doing wrong here?
Edited by samstones, 31 January 2011, 12:38.















