WebSite X5Help Center

 
Richard K.
Richard K.
User

Worldpay payment integration  en

Autore: Richard K.
Visite 2119, Followers 1, Condiviso 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

Postato il
2 RISPOSTE - 1 CORRETTO
Richard K.
Richard K.
User
Autore

no comments yet !!!! can Incomedia respond please

thanks

Leggi di più
Postato il da 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!

Leggi di più
Postato il da Claudio D.