Subversion Repositories SmartDukaan

Rev

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

Rev 7877 Rev 7878
Line 506... Line 506...
506
				if(deliveryEstimate == -1)	{
506
				if(deliveryEstimate == -1)	{
507
					$("#serv_" + item_id).show();
507
					$("#serv_" + item_id).show();
508
					return;
508
					return;
509
				} else	{
509
				} else	{
510
					$("#days_" + item_id).html(deliveryEstimate);
510
					$("#days_" + item_id).html(deliveryEstimate);
511
					$("coddays_" + item_id).hide();
511
					$("#show_cod_" + item_id).hide();
512
					if(isCODAvailableForLocation && (deliveryEstimate != codDeliveryEstimate)){
512
					if(isCODAvailableForLocation && (deliveryEstimate != codDeliveryEstimate)){
513
						codDeliveryEstimate = "Cash On Delivery orders is ";
-
 
514
						$("#coddays_" + item_id).html(codDeliveryEstimate);
513
						$("#coddays_" + item_id).html(codDeliveryEstimate);
515
						$("coddays_" + item_id).show();	
514
						$("#show_cod_" + item_id).show();	
516
					}	
515
					}	
517
				}
516
				}
518
				if(otg == "true")	{
517
				if(otg == "true")	{
519
					$("#otg_" + item_id).show();
518
					$("#otg_" + item_id).show();
520
				} else {
519
				} else {