4pm for delivery times to change (supposedly)?
Mines changed at 1pm and 4pm
4pm for delivery times to change (supposedly)?
Apparently it can change from processing straight to dispatched, that's what I've been told on here recently, which I found to be quite surprisingSurely though with the planes its just a case of watch orders that are already PFS or better that will be affected? Or does it mean that those us still in processing might get moved up too?
Apparently it can change from processing straight to dispatched, that's what I've been told on here recently, which I found to be quite surprising
I understand what your saying, I was like "Oh no, now you are getting my hopes up. I am trying to resist refreshing the order page but not doing very well - I'm at about twice an hour right now.
Anyone know what it means when it says Delivery in 9-11 business days. When is that counting from? It updated yesterday but if I hadn't checked for 3 days that would still show up and you've no idea when the timeframe starts from!
I'm thinking of ordering a SS 38mm with black sport band - it's saying 5-7 business days for delivery; has anyone experienced quicker delivery times for this recently?
require 'rubygems'
require 'mechanize'
a = Mechanize.new
a.user_agent_alias = 'Mac Safari'
url = 'http://store.apple.com/go/uk/vieworder/<order_number>/<email_address>/'
def delivery?(page)
delivery = page.search('.h5 > .block')
if !delivery.empty?
return delivery[0].text.strip.gsub(/\s+/, ' ')
else
return page.search('span.h5').text.strip.gsub(/\s+/, ' ')
end
end
page = a.get(url) rescue nil
if page
status = page.search('.h3 .strong')[0].text
puts "#{Time.now.strftime('%H:%M:%S')} - #{status} - #{delivery?(page)}"
else
puts "#{Time.now.strftime('%H:%M:%S')} - Unable to contact Apple Store"
end
I ordered Blue Apple Watch Sport with an extra Black Sports Band on the 21st May. At the time of ordering, the delivery estimate for the band was showing up as 1-9th June and for the Watch as 28 - 4th July. But I got both my Watch and Extra Band on 1st June ...![]()
What size watch was that one ?
Let's hope!A bit quiet at moment.. I guess we gotta wait for TA4!!