Subversion Repositories SmartDukaan

Rev

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

Rev 6091 Rev 6106
Line 72... Line 72...
72
						#if($action.getAmount() == '0')
72
						#if($action.getAmount() == '0')
73
							#set($buttonText = 'RECHARGE')
73
							#set($buttonText = 'RECHARGE')
74
						#else
74
						#else
75
							#set($buttonText = 'PAY NOW')
75
							#set($buttonText = 'PAY NOW')
76
						#end
76
						#end
77
						<div style="margin-left:213px;" id="coupons-submit-button" class="submit-button">$buttonText</div>
77
						<div style="margin-left:213px;" id="pay-now-button" class="submit-button">$buttonText</div>
78
                 	</form>
78
                 	</form>
79
				</div>
79
				</div>
80
			</div>
80
			</div>
81
			<div style="width:258px; margin-left:10px;float:right;height:636px;background-image:url('/images/back1.jpg');border:solid 1px #2789C1">
81
			<div style="width:258px; margin-left:10px;float:right;height:636px;background-image:url('/images/back1.jpg');border:solid 1px #2789C1">
82
			</div>
82
			</div>
Line 100... Line 100...
100
	<!-- /color by color lightbox -->
100
	<!-- /color by color lightbox -->
101
	#include ( "templates/commonjsfiles.vm" )
101
	#include ( "templates/commonjsfiles.vm" )
102
	<script type="text/javascript" charset="utf-8">
102
	<script type="text/javascript" charset="utf-8">
103
$(function(){
103
$(function(){
104
	$('ul.product-description li').truncate({addtitle: true});
104
	$('ul.product-description li').truncate({addtitle: true});
-
 
105
	
-
 
106
	$('#pay-now-button').click(function(){
-
 
107
		trackEventWithGA('Recharge', 'Pay Now', '');
-
 
108
	});
-
 
109
 
105
});
110
});
106
	</script>
111
	</script>
107
</body>
112
</body>
108
</html>
113
</html>