Hi all
After successfully testing protx intergration I want to add the 'next' button back....I've followed the instructions posted here and wondered if anyone would be kind enough to just check that I have the code correct in the Act_OCCPROTXTemplate.html file which is as follows:
I also assume that in V8 you have to go to SETTINGS | BUSINESS SETTINGS | PAYMENT & SECURITY and set the protx configuration to 'Run in production mode'?
Many thanks
Neil
After successfully testing protx intergration I want to add the 'next' button back....I've followed the instructions posted here and wondered if anyone would be kind enough to just check that I have the code correct in the Act_OCCPROTXTemplate.html file which is as follows:
Code:
<!-- Template for PROTX OCC HTML template --> </FORM><!-- Terminate the parent template form --> <font face="Tahoma"> <TABLE BORDER="0" CELLSPACING="0" CELLPADDING="0" WIDTH="80%"> <TR> <TD> <BR> <font color="#006699"><font size="6">_______________________________vsp</font></font> </TD> </TR> <TR> <TD> <div align="center"><BR> <img src="TGG_protx_logo.jpg" width="180" height="90"> <BR> <BIG>You will now be automatically transferred to the Protx VSP secure server to process your credit card details with complete confidence. <BR> <BR> If you are not transfered automatically within 30 seconds please click the 'next' button below. </BIG> NETQUOTEDEL:TESTMODE </div> <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="NETQUOTEVAR:OCC_URL"> NETQUOTEVAR:OCC_VALUES <P> <TABLE BORDER="0" CELLSPACING="0" CELLPADDING="0" WIDTH="100%"> <TR><TD ALIGN=CENTER> <!-- NETQUOTEDEL:TESTMODE --> <INPUT TYPE=SUBMIT NAME="\"SUBMIT\"" VALUE="Next>"> <!-- NETQUOTEDEL:TESTMODE --> </TD></TR> </TABLE> </FORM> <FORM METHOD=POST ACTION="NETQUOTEVAR:OCC_URL"> </table> </font><!-- Create a bogus form to keep the parent template happy --> <!-- End of template for PSP OCC -->
Many thanks
Neil
Comment