Shopping cart variable values
Autor: Rick De Rooij
Visitado 713,
Followers 1,
Compartido 0
Where can I find a list with the variables containing the shopping cart values to use in the code for the PAY NOW button? Things like amount, number of articles, VAT-amount, et cetera.
Publicado en
Hello Rick,
The program sends only 2 variables which are [ORDER_NO] and [PRICE]
you get the other informations like amount, number of articles, Vat, etc with the email that the program automatically generates. To the payment system is only sent the amount to pay with [PRICE] and the order Number with [ORDER_NO] to identify which payment is associated to which order.
Please feel free to write back if you need more information.