Subversion Repositories SmartDukaan

Rev

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

Rev 18298 Rev 18299
Line 170... Line 170...
170
			});
170
			});
171
		}
171
		}
172
	}
172
	}
173
	
173
	
174
	if(!$('div.cartitemstotal').hasClass('hidden')){
174
	if(!$('div.cartitemstotal').hasClass('hidden')){
175
		$('div.scroll').attr('style', 'margin-bottom: 155px');
175
		$('div.scroll').attr('style', 'margin-bottom: 176px');
176
	}else{
176
	}else{
177
		$('div.scroll').attr('style', 'margin-bottom: 100px');
177
		$('div.scroll').attr('style', 'margin-bottom: 100px');
178
	}
178
	}
179
	
179
	
180
	var currentShippingCharges = $('div.cartitemstotal span.shippingval').text().split(" ");
180
	var currentShippingCharges = $('div.cartitemstotal span.shippingval').text().split(" ");
Line 376... Line 376...
376
		$('button.checkoutbtn').prop( "disabled", false );
376
		$('button.checkoutbtn').prop( "disabled", false );
377
	}else{
377
	}else{
378
		$('button.checkoutbtn').prop( "disabled", true );
378
		$('button.checkoutbtn').prop( "disabled", true );
379
	}
379
	}
380
	if(!$('div.cartitemstotal').hasClass('hidden')){
380
	if(!$('div.cartitemstotal').hasClass('hidden')){
381
		$('div.scroll').attr('style', 'margin-bottom: 155px');
381
		$('div.scroll').attr('style', 'margin-bottom: 176px');
382
	}else{
382
	}else{
383
		$('div.scroll').attr('style', 'margin-bottom: 100px');
383
		$('div.scroll').attr('style', 'margin-bottom: 100px');
384
	}
384
	}
385
});
385
});
386
 
386