Subversion Repositories SmartDukaan

Rev

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

Rev 7873 Rev 7877
Line 291... Line 291...
291
			} else	{
291
			} else	{
292
				$('#cod_know_more').hide();
292
				$('#cod_know_more').hide();
293
				if($("#shipping_time").html().indexOf('after arrival')>-1){
293
				if($("#shipping_time").html().indexOf('after arrival')>-1){
294
					$("#shipping_time .red").html(businessDays + " Days");
294
					$("#shipping_time .red").html(businessDays + " Days");
295
				}else{
295
				}else{
296
					if(isCODAvailableForLocation && (codDeliveryEstimate == deliveryEstimate)){
296
					if(isCODAvailableForLocation && (codDeliveryEstimate != deliveryEstimate)){
297
						$("#shipping_time .cod").html("Cash On Delivery orders is " + codDeliveryEstimate);
297
						$("#shipping_time .cod").html("Cash On Delivery orders is " + codDeliveryEstimate);
298
						$('#cod_know_more').show();
298
						$('#cod_know_more').show();
299
					}
299
					}
300
					$("#shipping_time .red").html(deliveryEstimate);
300
					$("#shipping_time .red").html(deliveryEstimate);
301
				}
301
				}