I've been trying to get a custom template working with secpay but i'm getting the same problem when i test the process.
We are running v 9.0.4
The payment page keeps coming out like the below image:
I've changed the OCC_URL varibles in Act_OCCSecPayTemplate:
A copy of the actual template page is here: http://www.metaza.com/metaza_secpay.html
I can't think of what else to do, can anyone put me right?
We are running v 9.0.4
The payment page keeps coming out like the below image:
I've changed the OCC_URL varibles in Act_OCCSecPayTemplate:
Code:
<!-- Template for PSP OCC HTML template --> </FORM><!-- Terminate the parent template form --> Click <B>Next</B> to go to SECPay's secure site and process your credit card details with complete confidence. NETQUOTEDEL:TESTMODE <P> <BIG>This catalog is currently running in test mode. Your credit card will not be debited.</BIG> NETQUOTEDEL:TESTMODE <FORM NAME="formOCC" METHOD=POST ACTION="http://www.secpay.com/users/withna01/metaza_secpay.html"> NETQUOTEVAR:OCC_VALUES <P> <TABLE BORDER="0" CELLSPACING="0" CELLPADDING="0" WIDTH="100%"> <TR> <TD ALIGN=RIGHT> <INPUT TYPE=SUBMIT NAME="\"SUBMIT\"" VALUE="Next>"> </TD></TR> </TABLE> </FORM> <FORM METHOD=POST ACTION="http://www.secpay.com/users/withna01/metaza_secpay.html"><!-- Create a bogus form to keep the parent template happy --> <!-- End of template for PSP OCC -->
I can't think of what else to do, can anyone put me right?