Announcement

Collapse
No announcement yet.

PROTX live bounce page

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

    PROTX live bounce page

    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:

    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="\&quot;SUBMIT\&quot;" VALUE="Next&gt;">
    <!-- 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 -->
    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
    Neil Bosley
    The Ink Depot
    http://www.theinkdepot.co.uk
    nb@theinkdepot.co.uk

    #2
    Looks ok to me

    couple of things, if you find the layout to wide, for customised sites you will need to change the 80% and 100% me personally i set these to 585px, just suits me and i know it will fit just about everysite.

    Also i you want you can change the next button i use click to pay

    if you want to then change the bit NEXT&gt; to CLICK TO PAY&gt;

    i find its more descriptive, and some customers need all the help they can get

    And yes change the setting to run in production mode on V8 also it has the option to pre-auth, only select this if it is enabled on your account

    Comment


      #3
      Thanks for the tips Darren ;-)

      Do you know if you have to change the version number again when you go from protx test mode to live? As explained below

      Updating OCC Upgrade file

      The final step is to change the version number in the 'OCCUpgrade.ini' file, found in the 'OCCUpgrade' directory ('C:\Program Files\Actinic v8'). In some versions of windows the file is only displayed as 'OCCUpgrade', but you can check by looking at the properties. Open it in a text editor as you did when updating the 'OCCProtxScriptTemplate.pl' file.

      At the top of this file you will see the following text:
      [Version]
      Number=1045 (for example)

      Increment this Number by 1 (so if it was 1045 for example, you will need to change the value to 1046) and save the file.

      Many thanks

      Neil
      Neil Bosley
      The Ink Depot
      http://www.theinkdepot.co.uk
      nb@theinkdepot.co.uk

      Comment


        #4
        no need to change the version. this is for your secret key only

        Comment

        Working...
        X