Hi Lyn, Thank you for your input.<br><br>My goal is to use the ord/checkout.html with the IC button:<br><br><pre>[button<br>          name=&quot;mv_click&quot;<br>          src=&#39;/images/ppxpress.gif&#39;<br>          text=&quot;Paypal&quot;<br>
          hidetext=1<br>          form=checkout<br>             ]<br>          [run-profile name=paypalexpress]<br>          [if type=explicit compare=&quot;[error all=1 show_var=1 keep=1]&quot;]<br>          mv_nextpage=ord/finalize<br>
          [else]<br>          [charge route=&quot;paypalexpress&quot; pprequest=&quot;setrequest&quot;]<br>          [/else]<br>          [/if]<br>          mv_todo=return<br>      [/button]<br><br></pre><br>to send the customer over to the Paypal site.<br>
They will return from Paypal at the paypalcheckout.html<br>with the IC button configuration of:<br><br><pre>[button name=&quot;mv_click&quot; <br>text=&quot;[L]Complete Order [/L]&quot; <br>wait-text=&quot;-- [L]Wait[/L] --&quot; <br>
form=checkout]<br>mv_order_profile=paypalexpress <br>pprequest = dorequest<br>mv_todo=submit<br>[/button]</pre>
<br>My question is on checkout.html, is the <br>&lt;form action=&quot;[process secure=1]&quot; method=&quot;POST&quot; name=checkout&gt; <br>supposed to be changed?<br>when you submit the form a page error:<br>(PayPalExpress): Security Error<br>
shows on the page and the logs reflect:<br>/xeon.cgi/process.html Unknown order check &#39;credit_card&#39; in profile paypalexpress<br><br>it never makes it to the paypal site<br>any ideas?<br><br><br>thanks<br><br><br><br>
<br><br><br><br>