Subversion Repositories SmartDukaan

Rev

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

Rev 6433 Rev 6443
Line 108... Line 108...
108
						#if($action.getCouponMessage() == "")
108
						#if($action.getCouponMessage() == "")
109
    						<div style="font-size: 13px;padding: 10px 10px 10px 0px;"><span class="left">Have a Coupon Code? Enter here:</span>&nbsp;
109
    						<div style="font-size: 13px;padding: 10px 10px 10px 0px;"><span class="left">Have a Coupon Code? Enter here:</span>&nbsp;
110
                            	<input name="discountCode" style="width:200px;height:18px;margin-left:30px;" class="searchbox" type="text"></input>
110
                            	<input name="discountCode" style="width:200px;height:18px;margin-left:30px;" class="searchbox" type="text"></input>
111
                            	<input type="button" value="Apply" id="applyRechargeCoupon" class="new-button" style="height: 20px;"></input>
111
                            	<input type="button" value="Apply" id="applyRechargeCoupon" class="new-button" style="height: 20px;"></input>
112
                            </div>
112
                            </div>
-
 
113
						#elseif($action.getCouponMessage() == "Invalid Coupon")
-
 
114
							<div style="margin-top:7px;color:red;text-align:center;padding:5px 0 5px 0;width:100%;background-color:white;font-size:14px;border:solid 1px red">$action.getCouponMessage()</div>
-
 
115
							<div style="font-size: 13px;padding: 10px 10px 10px 0px;"><span class="left">Have a Coupon Code? Enter here:</span>&nbsp;
-
 
116
                            	<input name="discountCode" style="width:200px;height:18px;margin-left:30px;" class="searchbox" type="text"></input>
-
 
117
                            	<input type="button" value="Apply" id="applyRechargeCoupon" class="new-button" style="height: 20px;"></input>
-
 
118
                            </div>
113
						#else
119
						#else
114
							#if($action.getCouponAmount() > 0)
120
							#if($action.getCouponAmount() > 0)
115
								<br>
121
								<br>
116
								<div style="font-size:15px;color:red;">Coupon applied for Rs.$action.getCouponAmount()</div>
122
								<div style="margin-top:7px;color:red;text-align:center;padding:5px 0 5px 0;width:100%;background-color:white;font-size:14px;border:solid 1px red">Coupon applied for Rs.$action.getCouponAmount()</div>
117
							#else
123
							#else
118
								<div style="font-size:15px;color:red;">$action.getCouponMessage()</div>
124
								<div style="margin-top:7px;color:red;text-align:center;padding:5px 0 5px 0;width:100%;background-color:white;font-size:14px;border:solid 1px red">$action.getCouponMessage()</div>
119
							#end
125
							#end
120
						#end	
126
						#end	
121
						<br>
127
						<br>
122
								
128
								
123
						<span style="display:inline-block; width:300px">Amount to pay : </span><span style="font-size:20px"><b>Rs. $action.getAmount()</b></span>
129
						<span style="display:inline-block; width:300px">Amount to pay : </span><span style="font-size:20px"><b>Rs. $action.getAmount()</b></span>