Subversion Repositories SmartDukaan

Rev

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

Rev 20748 Rev 20749
Line 695... Line 695...
695
						payable = parseInt(totalCartValue);
695
						payable = parseInt(totalCartValue);
696
						$('span.cartheader').attr('style', 'font-size: 12pt;padding-left: 30px;');
696
						$('span.cartheader').attr('style', 'font-size: 12pt;padding-left: 30px;');
697
						$('span.cartheader').text('');
697
						$('span.cartheader').text('');
698
						$('span.cartheader').text('Cart Details');
698
						$('span.cartheader').text('Cart Details');
699
						$('.cartitemstotal').addClass('hidden');
699
						$('.cartitemstotal').addClass('hidden');
-
 
700
				}
700
				$('div.cartgrandtotal span.pull-right').text('₹ '+numberWithCommas(payable));
701
				$('div.cartgrandtotal span.pull-right').text('₹ '+numberWithCommas(payable));
701
				
702
				
702
				if(payable>0){
703
				if(payable>0){
703
					$('button.checkoutbtn').prop( "disabled", false );
704
					$('button.checkoutbtn').prop( "disabled", false );
704
				}else{
705
				}else{