Subversion Repositories SmartDukaan

Rev

Rev 1688 | Rev 2074 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1688 Rev 1905
Line 43... Line 43...
43
		$action.getShippingDetailsSnippet()
43
		$action.getShippingDetailsSnippet()
44
		
44
		
45
   		<div class="clearBoth"></div>
45
   		<div class="clearBoth"></div>
46
    </div><!-- /main -->
46
    </div><!-- /main -->
47
	 
47
	 
48
	 $action.getFooterSnippet()
48
	$action.getFooterSnippet()
49
 
49
 
-
 
50
     <!-- color by color lightbox -->
-
 
51
    <div style="display:none;">
-
 
52
        <div class="colorSelLightBoxColor">
-
 
53
        	<form id="paymentModeSelection" name="paymentModeSelection" action="/order" method="post">
-
 
54
        		<h1>Choose Payment Mode</h1>
-
 
55
        		<h2>We accept VISA and Master cards issued by <b>all banks.</b></h2>
-
 
56
        		<input type="hidden" name="addressid" id="addressid"/>
-
 
57
        		<div class="content">
-
 
58
    				<label style="margin-bottom:0px; line-height:21px; width:100px"">
-
 
59
						<input type="radio" name="paymode" value="true" /> <span>Credit Card</span>
-
 
60
					</label><img src="/images/visa-master-logo.jpg"/><br/>
-
 
61
    				<label style="margin-bottom:0px; line-height:21px; width:200px">
-
 
62
						<input type="radio" name="paymode" value="true" /> <span>Non-Maestro Debit/ATM Card</span>
-
 
63
					</label><br/>
-
 
64
					<label style="margin-bottom:0px; line-height:21px; width:170px">
-
 
65
						<input type="radio" name="paymode" value="false" /> <span>Maestro Debit/ATM Card</span>
-
 
66
					</label><img src="/images/maestro-logo.gif"/><br/>
-
 
67
    				<label style="margin-bottom:0px; line-height:21px; width:200px">
-
 
68
						<input type="radio" name="paymode" value="false" /> <span>Net Banking</span>
-
 
69
					</label><br/>
-
 
70
    			</div>
-
 
71
        		
-
 
72
				<div class="clearBoth"></div>
-
 
73
				
-
 
74
        		<div class="bigImgButton yellow-image">
-
 
75
        			<input value="Continue" type="submit" class="button" />
-
 
76
        		</div>
-
 
77
        		<div class="clearBoth"></div>
-
 
78
        		
-
 
79
        	</form>
-
 
80
        </div>
-
 
81
    </div>
-
 
82
    <!-- /color by color lightbox -->
-
 
83
	 
50
#include ( "templates/commonjsfiles.vm" )
84
#include ( "templates/commonjsfiles.vm" )
-
 
85
<script language="javascript" type="text/javascript" src="/js/jquery.colorbox-min.js"></script>
51
</body>
86
</body>
52
</html>
87
</html>