My 42 SS BSB has updated now to 5 - 7 weeks / 25th June - 9th July window too.
I ordered on 09/05/2015
Nice
I ordered on 09/05/2015
Nice
I've ordered a 42mm Stainless Steel Milanese Loop on the 12th of April and mines just been updatde to 22nd of June - 29th of June.
Really hoping it comes before then as I ordered very early on, I'll be annoyed if people that ordered their watches over a month later will still get there's on the same day...
My orders got updated today, had ordered a sport & a watch in case one was quicker than the other was originally July but now 5-7 weeks (25 June- 9th July) I can't decide which to cancel though,
42mm space grey with black sports band
42mm stainless steel with black leather loop
Thoughts anyone?
If you prefer matte and more subdued look, choose space gray sport model (my favourite so far) and buy black leather loop to have both straps(best of all avalaible for me).
If you prefer bright look of stainless steel, go for the other.
SG BSB 42mm ordered April 27th just got updated to Delivers: 22 Jun, 2015 - 29 Jun.
who made the ruby/perl script fro checking order status on the apple store again?! does anyone have a guide to getting it working?
Bought a SG macbook and an additional strap, be great to track them!
require 'rubygems'
require 'mechanize'
require 'pony'
Pony.options = {
:from => 'you@you.com',
:via => :smtp,
:via_options => {
:address => 'your-mailhost.you.com',
:port => '587',
:enable_starttls_auto => true,
:user_name => 'mail-user-name',
:password => 'mail-password',
:authentication => :login,
:domain => "localhost.localdomain"
}
}
a = Mechanize.new
a.user_agent_alias = 'Mac Safari'
url = 'http://store.apple.com/go/uk/vieworder/APPLE_ORDER_NO/EMAIL_ADDRESS/'
status = 'Processing Items'
while status == 'Processing Items'
page = a.get(url) rescue nil
if page
status = page.search('.h3 .strong')[0].text
delivery = page.search('.h5 > .block')[0].text.strip.gsub(/\s+/, ' ')
puts "#{Time.now.strftime('%H:%M:%S')} - #{status} - #{delivery}"
else
puts "#{Time.now.strftime('%H:%M:%S')} - Unable to contact Apple Store"
end
sleep 300
end
Pony.mail(:to => 'you@you.com', subject: "Apple Store Order ", body: "Order status now: #{status}\n\n#{url}")
Seemingly just status changes. Hopefully 4pm will bring some charges but I reckon tomorrow for them.Anyone been charged or gone PFD today? Or has it just been dates getting updated all day long?
It was written by craig1410 and modified by jrobert, you need to click quote to get all the code as its truncated in the post.
Code:require 'rubygems' require 'mechanize' require 'pony' Pony.options = { :from => 'you@you.com', :via => :smtp, :via_options => { :address => 'your-mailhost.you.com', :port => '587', :enable_starttls_auto => true, :user_name => 'mail-user-name', :password => 'mail-password', :authentication => :login, :domain => "localhost.localdomain" } } a = Mechanize.new a.user_agent_alias = 'Mac Safari' url = 'http://store.apple.com/go/uk/vieworder/APPLE_ORDER_NO/EMAIL_ADDRESS/' status = 'Processing Items' while status == 'Processing Items' page = a.get(url) rescue nil if page status = page.search('.h3 .strong')[0].text delivery = page.search('.h5 > .block')[0].text.strip.gsub(/\s+/, ' ') puts "#{Time.now.strftime('%H:%M:%S')} - #{status} - #{delivery}" else puts "#{Time.now.strftime('%H:%M:%S')} - Unable to contact Apple Store" end sleep 300 end Pony.mail(:to => 'you@you.com', subject: "Apple Store Order ", body: "Order status now: #{status}\n\n#{url}")
Seemingly just status changes. Hopefully 4pm will bring some charges but I reckon tomorrow for them.
Delivered @ 0903 via ups
apple watch large black leather loop
ordered @ 8:05am
now rushing home but the train is running so slow due to signal failures :'(
Seems everyone is falling into the 22nd June+ category.
Are there many people waiting on watches before that?
If not it's reasonable to believe Apple is playing it safe and should deliver earlier than that in many cases, isn't it?
Thoughts?
I don't why the sudden shift in dates to the end of June. All I know is mine is still 12th to 25th May - and, as of yet, no movement again today.
Thanks for the advice![]()
I think I will go with the space grey and leather loop as you suggest I like the stainless steel although I just feel £599 is a bit expensive especially as it's a 1st gen product