Cannot figure out how to pass the total order price to verisign from checkout.html. Do I need another checkout.php to do this - any help will be greatly appreciated.
I am using the script provided by Verisign - the "amount" value is the problem
<form method="POST" action="https://payflowlink.verisign.com/payflowlink.cfm">
<input type="hidden" name="LOGIN" value="name">
<input type="hidden" name="PARTNER" value="verisign">
<input type="hidden" name="AMOUNT" value "What do I put here? ">
<input type="hidden" name="TYPE" value="S">
