Announcement

Collapse
No announcement yet.

Sec Pay Custom Template Issue

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Sec Pay Custom Template Issue

    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:

    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="\&quot;SUBMIT\&quot;" VALUE="Next&gt;">
    </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 -->
    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?
    Last edited by mungholio; 19-Sep-2009, 10:56 AM. Reason: Update
Working...
X