Subversion Repositories SmartDukaan

Rev

Rev 6442 | Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
6432 rajveer 1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2
<html>
3
<head>
4
	<title>${domain.name}: Redirecting to Innoviti Payment Page</title>
5
	<script language="javascript" type="text/javascript" src="/js/ga-invoker.js"></script>
6
</head>
7
<body>
8
    <div style="text-align:center; margin-top:200px;">Please wait while we redirect you to the Payment Gateway.</div>
9
	<div align="center" class="img">
10
		<img title="loading" alt="loading" src="/images/loading.gif">
11
	</div>
12
	<div style="display:none">
13
		<form  method="post" action="https://demo.innoviti.net:8443/uniPayNetIpg/saleTrans" name="frmTransaction" id="frmTransaction" onSubmit="return validate()">	 
14
           <!-- Account Id -->
15
           <input name="merchantId" type="hidden" value="$action.getAccountId()" />
16
 
17
		   <input name="subMerchantId" type="hidden" value="3001" />
18
 
19
		   #set($billingAddress=$action.getBillingDetails())
20
 
21
           <!-- Transaction Details -->
22
           <input name="orderId" type="hidden" value="$action.getId()" />
23
 
24
		   <input name="amt" type="hidden" value="$action.getAmount()" />
25
 
26
		   <input name="cur" type="hidden" value="INR" />
27
 
28
		   <input name="processingCode" type="hidden" value="$action.getProcessingCode()" />
29
 
30
		   <input name="proSku" type="hidden" value="$action.getDescription()" />
31
 
32
           <input name="Cname" type="hidden" value="$billingAddress.getName()" /></td>
33
 
34
		   <input name="mobile" type="hidden" value="$billingAddress.getPhone()" />
35
 
36
		   <input name="emailId" type="hidden" value="$billingAddress.getEmail()" />
37
 
38
		   <!--<input name="redirUrl" type="hidden" value="$action.getReturnUrl()" /> -->
39
			<input name="redirUrl" type="hidden" value="http://www.shop2020.in/innoviti-pay-response" />
40
 
41
		   <input name="chksum" type="hidden" value="$action.getSecureHash()" />
42
 
43
           <input name="submitted" value="Submit" type="submit" />&nbsp; 
44
           <input value="Reset" type="reset" />
45
      </form>
46
    </div>
47
 
48
    #include ( "templates/commonjsfiles.vm" )
49
    <script type="text/javascript">
50
      $(function() {
51
	      $('form[name="frmTransaction"]').submit();
52
      });
53
    </script>
54
  </body>
55
</html>