WebSite X5Help Center

 
Rick De Rooij
Rick De Rooij
User

PHP 5.4 upgrade and iDEAL page does not work  en

Author: Rick De Rooij
Visited 2030, Followers 1, Shared 0  

Recently my internet provider upgraded php to version 5.4.

Now in the cart pages (in #step4) the final button to iDEAl is no longer displayed. Instead there is the following php text on screen: 

<form action="http://mlsweetheart.nl/ideal_page.php" method="post"> <input type="hidden" name="price" value="20.300"> <input type="hidden" name="ordernumber" value="150222-LJ51"> <button>Ik betaal met iDEAL</button> </form>

This comes form the iDEAL-payment code in the cart, 'bestellingsbeheer' in the tab 'type' where I have put the following code:

&lt;form action="http://mlsweetheart.nl/ideal_page.php" method="post"&gt;
&lt;input type="hidden" name="price" value="[PRICE]"&gt;
&lt;input type="hidden" name="ordernumber" value="[ORDER_NO]"&gt;
&lt;button&gt;Ik betaal met iDEAL&lt;/button&gt;
&lt;/form&gt;

What is going wrong here? Where has the button gone?

Posted on the
2 ANSWERS - 1 CORRECT
Anthony A.
Anthony A.
User

instead of &lt; try <  and instead of &gt; try using > see if that change the result.

if this post is the correct answer, please mark this answer as correct answer.

------------------------------------------------------------

Good Luck

Read more
Posted on the from Anthony A.
Rick De Rooij
Rick De Rooij
User
Author

Thanx! That made the difference. Still I am not sure how this came in.

But it is solved now. Thank you very much.

Read more
Posted on the from Rick De Rooij