Subversion Repositories SmartDukaan

Rev

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

Rev 10095 Rev 10536
Line 147... Line 147...
147
                            	<input id="discountCode" name="discountCode" style="width:200px;height:18px;margin-left:30px;" class="searchbox" type="text"></input>
147
                            	<input id="discountCode" name="discountCode" style="width:200px;height:18px;margin-left:30px;" class="searchbox" type="text"></input>
148
                            	<input type="button" value="Apply" id="applyRechargeCoupon" class="new-button" style="height: 20px;"></input>
148
                            	<input type="button" value="Apply" id="applyRechargeCoupon" class="new-button" style="height: 20px;"></input>
149
                            </div>
149
                            </div>
150
						#elseif($action.getCouponMessage() == "Invalid Coupon")
150
						#elseif($action.getCouponMessage() == "Invalid Coupon")
151
							<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>
151
							<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>
152
							<div style="font-size: 13px;padding: 10px 10px 10px 0px;"><span class="left">Have a Coupon Code? Enter here:</span>&nbsp;
152
							<div style="font-size: 13px;padd	ing: 10px 10px 10px 0px;"><span class="left">Have a Coupon Code? Enter here:</span>&nbsp;
153
                            	<input id="discountCode" name="discountCode" style="width:200px;height:18px;margin-left:30px;" class="searchbox" type="text"></input>
153
                            	<input id="discountCode" name="discountCode" style="width:200px;height:18px;margin-left:30px;" class="searchbox" type="text"></input>
154
                            	<input type="button" value="Apply" id="applyRechargeCoupon" class="new-button" style="height: 20px;"></input>
154
                            	<input type="button" value="Apply" id="applyRechargeCoupon" class="new-button" style="height: 20px;"></input>
155
                            </div>
155
                            </div>
156
						#else
156
						#else
157
							#if($action.getCouponAmount() > 0)
157
							#if($action.getCouponAmount() > 0)
Line 265... Line 265...
265
	</style>
265
	</style>
266
	<script type="text/javascript" charset="utf-8">
266
	<script type="text/javascript" charset="utf-8">
267
        $(function(){
267
        $(function(){
268
        	$('ul.product-description li').truncate({addtitle: true});
268
        	$('ul.product-description li').truncate({addtitle: true});
269
        	
269
        	
270
        	$('#pay-now-button').click(function(){
270
        	$('#recharge-pay-now-button').click(function(){
271
        		trackEventWithGA('Recharge', 'Pay Now', '');
271
        		trackEventWithGA('Recharge', 'Pay Now', '');
272
        	});
272
        	});
273
        
273
        
274
        });
274
        });
275
	</script>
275
	</script>