Subversion Repositories SmartDukaan

Rev

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

Rev 14300 Rev 14313
Line 7... Line 7...
7
		    padding: 20,
7
		    padding: 20,
8
		});
8
		});
9
	}
9
	}
10
	if($('.storeminprice').length>0) {
10
	if($('.storeminprice').length>0) {
11
		var globalminprice = 9999999;
11
		var globalminprice = 9999999;
12
		var globalminsku;
12
		var globalminsku;		
13
		var inStock = false;
-
 
14
		$('.storeminprice').each(function(){
13
		$('.storeminprice').each(function(){
-
 
14
			var inStock = false;
15
			var that = $(this);			
15
			var that = $(this);			
16
			$.ajax({
16
			$.ajax({
17
				url: '/store_products/getliveprice/'+$(this).data('bundle_id')+'/'+$(this).data('id'),
17
				url: '/store_products/getliveprice/'+$(this).data('bundle_id')+'/'+$(this).data('id'),
18
				// Tell jQuery we're expecting JSONP
18
				// Tell jQuery we're expecting JSONP
19
				dataType: "json",
19
				dataType: "json",