Subversion Repositories SmartDukaan

Rev

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

Rev 30366 Rev 30596
Line 136... Line 136...
136
			$('#cart-checkout').hide();
136
			$('#cart-checkout').hide();
137
		}
137
		}
138
	});
138
	});
139
 
139
 
140
 
140
 
-
 
141
	$(document).on('click', ".web-offer-submit", function() {
-
 
142
		let catalogId = $(this).data("catalogid");
-
 
143
		console.log(catalogId)
-
 
144
 
-
 
145
		doGetAjaxRequestHandler(context + "/getWebOfferByCatalogId?catalogItemId="
-
 
146
			+ catalogId, function(response) {
-
 
147
 
-
 
148
				$('#todayOfferModal .modal-content').html(response);
-
 
149
 
-
 
150
			});
-
 
151
 
-
 
152
	});
-
 
153
 
-
 
154
 
141
	$(document).on('click', ".bill-now", function() {
155
	$(document).on('click', ".bill-now", function() {
142
		emptyBag();
156
		emptyBag();
143
 
157
 
144
		var itemId = $(this).data('itemid');
158
		var itemId = $(this).data('itemid');
145
		var imei = $(this).data('imei');
159
		var imei = $(this).data('imei');