Subversion Repositories SmartDukaan

Rev

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

Rev 6971 Rev 7791
Line 503... Line 503...
503
				
503
				
504
				if(deliveryEstimate == -1)	{
504
				if(deliveryEstimate == -1)	{
505
					$("#serv_" + item_id).show();
505
					$("#serv_" + item_id).show();
506
					return;
506
					return;
507
					
507
					
508
				} else if(deliveryEstimate == 1)	{
-
 
509
					$("#days_" + item_id).html('1 Business Day');
-
 
510
				}
-
 
511
				else	{
508
				} else	{
512
					$("#days_" + item_id).html(deliveryEstimate + ' Business Days');
509
					$("#days_" + item_id).html(deliveryEstimate);
513
				}
510
				}
514
				if(otg == "true")	{
511
				if(otg == "true")	{
515
					$("#otg_" + item_id).show();
512
					$("#otg_" + item_id).show();
516
				} else {
513
				} else {
517
					$("#otg_" + item_id).hide();
514
					$("#otg_" + item_id).hide();