dombal Posted August 28, 2012 Share Posted August 28, 2012 hello, i would like to know the proper way to insert the code in ogone.tpl in order to customize the static payment page in Ogone. I've tried many ways, each time i have a error message back. My Ogone module version is v2.2 and my prestashop1.4.6. My ehop is already active. Below, 2 trials with an error message back : 1/ With this code, the inputs are taken into account (color, font etc ...) but I have an "unknown order/1/s /" {foreach from=$ogone_params key=ogone_key item=ogone_value} <input type="hidden" name="{$ogone_key}" value="{$ogone_value}" /> {/foreach}[/font][/size] [size=3][font=arial, helvetica, sans-serif]<INPUT TYPE="hidden" NAME="TITLE" VALUE="mysite.com"> <INPUT TYPE="hidden" NAME="BGCOLOR" VALUE="#cccccc"> <INPUT TYPE="hidden" NAME="TXTCOLOR" VALUE="black"> <INPUT TYPE="hidden" NAME="TBLBGCOLOR" VALUE="yellow"> <INPUT TYPE="hidden" NAME="TBLTXTCOLOR" VALUE="darkblue"> <INPUT TYPE="hidden" NAME="BUTTONBGCOLOR" VALUE="orange"> <INPUT TYPE="hidden" NAME="BUTTONTXTCOLOR" VALUE="#FFFFFF"> <INPUT TYPE="hidden" NAME="LOGO" VALUE="http://www.mysite.com/img/logo.jpg"> <INPUT TYPE="hidden" NAME="FONTTYPE" VALUE="Arial"> 2/ And with that code, I have "ERROR Merchant not active" <form name="ogone_form" action="https://secure.ogone.com/ncol/{if $OGONE_MODE}prod{else}test{/if}/orderstandard_utf8.asp" method="post">[/font][/size] [size=3][font=arial, helvetica, sans-serif]<input type="hidden" name="{$ogone_key}" value="{$ogone_value}" /> <INPUT TYPE="hidden" NAME="TITLE" VALUE="monsite.com"> <INPUT TYPE="hidden" NAME="BGCOLOR" VALUE="#cccccc"> <INPUT TYPE="hidden" NAME="TXTCOLOR" VALUE="black"> <INPUT TYPE="hidden" NAME="TBLBGCOLOR" VALUE="yellow"> <INPUT TYPE="hidden" NAME="TBLTXTCOLOR" VALUE="darkblue"> <INPUT TYPE="hidden" NAME="BUTTONBGCOLOR" VALUE="orange"> <INPUT TYPE="hidden" NAME="BUTTONTXTCOLOR" VALUE="#FFFFFF"> <INPUT TYPE="hidden" NAME="FONTTYPE" VALUE="Arial"> </form> Thank you for your answers Link to comment Share on other sites More sharing options...
dombal Posted September 1, 2012 Author Share Posted September 1, 2012 According to Ogone and prestashop last information's it's no more possible to customize for free the ogone payment page, it's a pity... Link to comment Share on other sites More sharing options...
Recommended Posts