Zen Cart Logo
Forums / Addon Payment Modules / Cybersource - Hosted Order Page

Cybersource - Hosted Order Page

Locked

Views: 14,525

Results 1 to 1 of 1
This thread is locked. New replies are disabled.
27 Nov 2008, 12:41 AM
#1
khaynie avatar

khaynie

New Zenner

Join Date:
Nov 2008
Posts:
1
Plugin Contributions:
0

Cybersource - Hosted Order Page

I'm trying to pass the "amount" variable using the code below.

The problem is, the amount of $10 is automatically populated.

I've tried changing the InsertSignature3 line to no avail.

Can anyone please help?

Thanks! -- Keith

P.S. Will the HOP allow the user to enter an amount in an HOP field?


<% @language="vbscript" %>

<!--#include file="HOP.asp"--> <br> <h3 align="center"> To make a payment towards your "Energy Shop" account,<br> please enter the amount and click the button below.<br><br> <form action="https://orderpagetest.ic3.com/hop/orderform.jsp" method="post"> <% InsertSignature3 "10","usd","authorization" %> $<input type="text" name="amount" value=""><br><br> <input type="submit" value="Make A Payment"> </form></h3> <h4 align="center"> (All transactions are processed using our SSL secured Cybersource order page.)</h4> <h3 align="center">Thanks for your order!</h3>