Subversion Repositories SmartDukaan

Rev

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

Rev 18768 Rev 18771
Line 778... Line 778...
778
	}
778
	}
779
	$('button.confirmcredit').prop( "disabled", false );
779
	$('button.confirmcredit').prop( "disabled", false );
780
	$('button.confirmcod').prop( "disabled", false );
780
	$('button.confirmcod').prop( "disabled", false );
781
	window.history.pushState('forward', null, './');
781
	window.history.pushState('forward', null, './');
782
	if(checkoutType=='codoption'){
782
	if(checkoutType=='codoption'){
783
	$('p#confirmOrderText').html("<span>Confirm Order with <span style='color:#ff0000;'>COD</span>."
783
		$('p#confirmOrderText').html("<span>Confirm Order with <span style='color:#ff0000;'>COD</span>."
784
			+"</span><hr style='margin-top: 5px;margin-bottom: 5px;'>"
784
				+"</span><hr style='margin-top: 5px;margin-bottom: 5px;'>"
785
			+"<span><span style='color:#ff0000'>सीओडी (COD)</span> के साथ आर्डर  कन्फर्म करें। </span>");
785
				+"<span><span style='color:#ff0000'>सीओडी (COD)</span> के साथ आर्डर  कन्फर्म करें। </span>");
786
	}else{
786
	}else{
787
		$('p#confirmOrderText').html("<span>Confirm Order with <span style='color:#ff0000;'>CREDIT</span>."
787
		$('p#confirmOrderText').html("<span>Confirm Order with <span style='color:#ff0000;'>CREDIT</span>."
788
				+"</span><hr style='margin-top: 5px;margin-bottom: 5px;'>"
788
				+"</span><hr style='margin-top: 5px;margin-bottom: 5px;'>"
789
				+"<span><span style='color:#ff0000'>क्रेडिट (CREDIT)</span> के साथ आर्डर  कन्फर्म करें। </span>");
789
				+"<span><span style='color:#ff0000'>क्रेडिट (CREDIT)</span> के साथ आर्डर  कन्फर्म करें। </span>");
790
		}
-
 
791
	}
790
	}
792
	$('p#confirmOrderText').attr('addressId',addressId);
791
	$('p#confirmOrderText').attr('addressId',addressId);
793
	$('p#confirmOrderText').attr('checkoutType',checkoutType);
792
	$('p#confirmOrderText').attr('checkoutType',checkoutType);
794
	$('#myModal').modal('show');
793
	$('#myModal').modal('show');
795
	$('#loadingModal').modal('hide');
794
	$('#loadingModal').modal('hide');