vkkishore_s Posted January 12, 2007 Share Posted January 12, 2007 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 More sharing options...
Guest Posted January 12, 2007 Share Posted January 12, 2007 from the code you posted I believe you're at the wrong forum. But you could the oscommerce package with the ccavenue gateway contribution which are available: http://www.oscommerce.com/community/contributions,838/ http://www.oscommerce.com/solutions/downloads Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.