WebSite X5Help Center

 
Richard K.
Richard K.
User

Worldpay payment integration  en

Author: Richard K.
Visited 2082, Followers 1, Shared 0  

Hi there

I'm using Evolution 10 and was given the html code by worldpay which I inserted in the ecart under type. the price line they gave me is :

<input type="hidden" name="amount"value="100.00">

can anyone tell me how to change this so it can show the correct order price made by the customer as this can change with every oder and customer !!!

at the moment it's showing 100.00 on every order no matter what the order price is.

Worldpay say the ecart provider can help me edit this html line (or add the the required code) to show the correct order price.

can you please show me how to do this ?

many thanks

Posted on the
2 ANSWERS - 1 CORRECT
Richard K.
Richard K.
User
Author

no comments yet !!!! can Incomedia respond please

thanks

Read more
Posted on the from Richard K.
Incomedia
Claudio D.
Incomedia

Hello Richard,

You need to add the variable [PRICE] instead of 100.00 so the program fills automatically this field with the correct price sum.

<input type="hidden" name="amount"value="[PRICE]">

Many thanks!

Read more
Posted on the from Claudio D.