Subversion Repositories SmartDukaan

Rev

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

Rev 4143 Rev 4395
Line 170... Line 170...
170
				$("#shipping_time").html('This Location is not serviceable');
170
				$("#shipping_time").html('This Location is not serviceable');
171
			} else	{
171
			} else	{
172
				$("#shipping_time").html('Receive in <label class="red">' + deliveryEstimate + ' Business Days</label>');
172
				$("#shipping_time").html('Receive in <label class="red">' + deliveryEstimate + ' Business Days</label>');
173
			}
173
			}
174
			
174
			
175
			if (isCODAvailableForLocation && parseInt($('#sp').html()) <= 10000)	{
175
			if (isCODAvailableForLocation && parseInt($('#sp').html()) < 10000 && parseInt($('#sp').html()) > 100)	{
176
				$('#cod').show();
176
				$('#cod').show();
177
			} else {
177
			} else {
178
				$('#cod').hide();
178
				$('#cod').hide();
179
			}
179
			}
180
		}
180
		}