Subversion Repositories SmartDukaan

Rev

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

Rev 6058 Rev 6070
Line 49... Line 49...
49
                        <br>
49
                        <br>
50
                        <br>
50
                        <br>
51
						
51
						
52
                        <span style="display:inline-block; width:300px">Mobile Number : </span><span>$action.getNumber()</span><br>
52
                        <span style="display:inline-block; width:300px">Mobile Number : </span><span>$action.getNumber()</span><br>
53
						<span style="display:inline-block; width:300px">Operator : </span><span>$action.getOperatorName()</span><br>
53
						<span style="display:inline-block; width:300px">Operator : </span><span>$action.getOperatorName()</span><br>
54
						<span style="display:inline-block; width:300px">Recharge amount : </span><span>Rs. $action.getAmount()</span><br>
54
						<span style="display:inline-block; width:300px">Recharge amount : </span><span>Rs. $action.getTotalAmount()</span><br>
55
						<hr style="width: 615px;height: 2px;background-color: black;border: none;">
55
						<hr style="width: 615px;height: 2px;background-color: black;border: none;">
56
						#if($action.getCoupons())
-
 
57
                        <span style="display:inline-block; width:300px">Coupons :</span>
-
 
58
						#foreach($coupon in $action.getCoupons())
-
 
59
                        <span style="margin-left: -6px;"><input checked='true' value='$coupon.getValue()' readonly='true' type="checkbox">$coupon.getCouponCode() worth $coupon.getAmount() rupees.</span>
-
 
60
						#end
56
						
61
						#end
-
 
62
    					#if(!$action.isLoggedIn())
57
    					#if(!$action.isLoggedIn())
63
							<div style="font-size:15px;color:red">If you want to use wallet please <a href="http://local.shop2020.in:8080/login?redirectUrl=/recharge"><b>LOGIN NOW</b></a></div>
58
							<div style="font-size:15px;color:red">If you want to use wallet please <a href="http://local.shop2020.in:8080/login?redirectUrl=/recharge"><b>LOGIN NOW</b></a></div>
64
						#else
59
						#else
65
							<div style="font-size:15px;color:red;">$action.getMessage()</div>
60
							<div style="font-size:15px;color:red;">$action.getMessage()</div>
66
						#end
61
						#end
Line 68... Line 63...
68
						<span style="display:inline-block; width:300px">Amount to pay : </span><span style="font-size:20px"><b>Rs. $action.getAmount()</b></span>
63
						<span style="display:inline-block; width:300px">Amount to pay : </span><span style="font-size:20px"><b>Rs. $action.getAmount()</b></span>
69
						<br><br><br>
64
						<br><br><br>
70
						<input type='hidden' name='rechargeType' value='$action.getRechargeType()'>
65
						<input type='hidden' name='rechargeType' value='$action.getRechargeType()'>
71
						<input type='hidden' name='operator' value='$action.getOperator()'>
66
						<input type='hidden' name='operator' value='$action.getOperator()'>
72
						<input type='hidden' name='userId' value='$action.getUserId()'>
67
						<input type='hidden' name='userId' value='$action.getUserId()'>
73
						<input type='hidden' name='Amount' value='$action.getAmount()'>
68
						<input type='hidden' name='amount' value='$action.getAmount()'>
-
 
69
						<input type='hidden' name='walletAmountUsed' value='$action.getWalletAmountUsed()'>
74
						#if($action.getAmount() == '0')
70
						#if($action.getAmount() == '0')
75
							#set($buttonText = 'RECHARGE')
71
							#set($buttonText = 'RECHARGE')
76
						#else
72
						#else
77
							#set($buttonText = 'PAY NOW')
73
							#set($buttonText = 'PAY NOW')
78
						#end
74
						#end