Subversion Repositories SmartDukaan

Rev

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

Rev 4530 Rev 4869
Line 176... Line 176...
176
				$("#shipping_time").html('This Location is not serviceable');
176
				$("#shipping_time").html('This Location is not serviceable');
177
			} else	{
177
			} else	{
178
				$("#shipping_time").html('Receive in <label class="red">' + deliveryEstimate + ' Business Days</label>');
178
				$("#shipping_time").html('Receive in <label class="red">' + deliveryEstimate + ' Business Days</label>');
179
			}
179
			}
180
			
180
			
181
			if (isCODAvailableForLocation && parseInt($('#sp').html()) < 10000 && parseInt($('#sp').html()) > 100)	{
181
			if (isCODAvailableForLocation)	{
182
				$('#cod').show();
182
				$('#cod').show();
183
			} else {
183
			} else {
184
				$('#cod').hide();
184
				$('#cod').hide();
185
			}
185
			}
186
		}
186
		}