Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

CCavenue gateway


vkkishore_s

Recommended Posts

Hi

 

this is venkat Kishore.i am integrating ccavenue gateway to my web app..all working fine

but the problem i am getting is

 

whn ever i am passing values from

checkout page

i am getting all the values in ccavenue page except zip value..my code looks as follows

 

body onload="fff();" MS_POSITIONING="GridLayout">

<form name="Form1">

<asp:label id="Lbl1" style="Z-INDEX: 101; LEFT: 192px; POSITION: absolute; TOP: 128px" Width="384px"

runat="server"></asp:label>

<input type=hidden name=Merchant_Id value="<%=merchant_Id %>"><br>

<input type=hidden name=Amount value="<%=amount %>"><br>

<input type=hidden name=Order_Id value="<%=description %>"><br>

<input type=hidden name=orderdescription value="<%=orderdescription %>"><br>

<input type=hidden name=Redirect_Url value="<%=redirecturl %>">

<br>

<input type=hidden name=Checksum value="<%=checksum %>"><br>

<input type=hidden name="billing_cust_name" value="<%=name%>"><br>

<input type=hidden name="billing_cust_address" value="<%=address%>"><br>

<input type=hidden name="billing_cust_zip" value=<%=billing_cust_zip%>"><br>

<input type=hidden name="billing_cust_country" value="<%=country%>" ><br>

<input type=hidden name="billing_cust_tel" value="<%=tel%>">

<br>

<input type=hidden name="billing_cust_email" value="<%=email%>">

</form>

</body>

</HTML>

 

 

i dont know what the mistake i did....i am getting evry value except this zip value

 

regards

kishore

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...