WebSite X5Help Center

 
Richard K.
Richard K.
User

Worldpay payment integration  en

Автор: Richard K.
Просмотрено 2117, Подписчики 1, Размещенный 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

Размещено
2 Ответы - 1 Корректно
Richard K.
Richard K.
User
Автор

no comments yet !!!! can Incomedia respond please

thanks

Читать больше
Размещено От 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!

Читать больше
Размещено От Claudio D.