Checkmytrip.com has been 'enhanced'

Subscribe
This URL will get you directly into the details of your booking:

W W W.CHECKMYTRIP.NET/CMTSERVLET?R=XXXXXX&L=GB&N=YYYYY

XXXXXX = PNR
YYYYYY = Surname


(obviously put the three W's together. FT coding kept making it into a URL unless I spearated them!)
Reply
Quote: This URL will get you directly into the details of your booking:
Nice, thanks Which means I can do the following & still have my buttons

Code:
<script language="javascript" type="text/javascript">
function cmturl(pnr)
{
        var surname = "?????????"; // fill in your surname here
	return "http://www.checkmytrip.net/cmtservlet?" +
		"R=" + pnr + "&" +
		"L=GB&" +
		"N=" + surname;
}
</script>

...

<!-- copy this section to create a button for each PNR.  Replace the "??????" with the actual PNR -->
	<form method="post" action="" onsubmit="this.action=cmturl(this.submit.value)">
		<input type="submit" name="submit" value="??????">
	</form>
Reply
Quote: Seat map information is now back on checkmytrip.

You need to click on the View Details link under the itinerary section to see them. You can also click on the seat numbers to show the seat map and there is a facility to change you seat online. I don't know if it works as I have already got the seats I want and it is not available for all my flights. The seat change option is not available for all my bookings though.
Still doesn't work for me. Although two out of five legs have seat reservation, they are not shown when clicking on "View Details". It's a LH/AC ticket on OS stock...

SmilingBoy.
Reply
checkmytrip has reinstated the e-ticket feature. all my bookings show the e-ticket numbers. yipee!!
Reply
Quote: checkmytrip has reinstated the e-ticket feature. all my bookings show the e-ticket numbers. yipee!!
Some here. Shows e-ticket confirmation and number for BA and IB bookings.

It was about time.
Reply
Quote: checkmytrip has reinstated the e-ticket feature. all my bookings show the e-ticket numbers. yipee!!
Indeed. LH flight shows as well. But still no seat numbers for me

SmilingBoy.
Reply
Quote: Indeed. LH flight shows as well. But still no seat numbers for me

SmilingBoy.
LH flights on LH stock show the seats for me.
eticket numbers show here as well, but it looks like paper or manual ticket numbers won't come back.
Reply
Has anyone noticed that the list of PNR's which usually were coming up when you put the first letter in, no longer works? Even my last name isn't "remembered". (yes, I AM a native English speaker, thank you - just not a tech speaker) I've tried this on IE and Firefox.
Reply
Quote: LH flights on LH stock show the seats for me.
eticket numbers show here as well, but it looks like paper or manual ticket numbers won't come back.
I think mine is a regular e-ticket, except it is on OS stock and has LH and AC flights included on it. E-ticket number shows, but no seat numbers (which is a shame because it is a longhaul economy ticket, so checking those exit row reservations is kind of important).

SmilingBoy.
Reply
Has anyone else noticed that it now allows you to select seats ? Go to view details, click on your current seats and it gives you a seat selection window.
Reply
Quote: Has anyone else noticed that it now allows you to select seats ? Go to view details, click on your current seats and it gives you a seat selection window.
But does that actually work? I tried changing a couple of seats using that method, but the change never stuck!
Reply
Quote: But does that actually work? I tried changing a couple of seats using that method, but the change never stuck!
Didn't work for me either
Reply
Quote: Has anyone noticed that the list of PNR's which usually were coming up when you put the first letter in, no longer works? Even my last name isn't "remembered". (yes, I AM a native English speaker, thank you - just not a tech speaker) I've tried this on IE and Firefox.
I believe that this is because the site now uses SSL on the entry page (ie the URL starts with https:// rather than http://). Firefox and IE won't auto-remember typed information into fields when the site is secured like that. Very similar to what happens with your Internet Banking sites etc.

(did that make sense? Mind is still in techy mode after a long day at work!!)
Reply
Quote: Has anyone noticed that the list of PNR's which usually were coming up when you put the first letter in, no longer works? Even my last name isn't "remembered". (yes, I AM a native English speaker, thank you - just not a tech speaker) I've tried this on IE and Firefox.
I do the following. In my bookmarks, I have a list of my itineraries with links as follows:

https://www.checkmytrip.com/CMTSERVLET?R=A1B2C3&L=GB&N=SMILINGBOY

After I booked a new flight, I open one of my existing itineraries. Then I simply replace the booking reference (A1B2C3 in the example) with the new booking reference in the address bar. And finally bookmark the page with the new itinerary, and rename the bookmark.

SmilingBoy.
Reply
Quote: I do the following. In my bookmarks, I have a list of my itineraries with links as follows:

https://www.checkmytrip.com/CMTSERVLET?R=A1B2C3&L=GB&N=SMILINGBOY

After I booked a new flight, I open one of my existing itineraries. Then I simply replace the booking reference (A1B2C3 in the example) with the new booking reference in the address bar. And finally bookmark the page with the new itinerary, and rename the bookmark.

SmilingBoy.
That's what I have done for my itineraries; just made them favourites on IE. You can do the same to get into BA MMB too

Code:
http://www.britishairways.com/mmb/3/?bookingRef=xxxxxx%20&lastname=yyyyyy
just replace the xxxxxx by the reference and yyyyyy with your surname

Useful for fast access to OLCI

Dave
Reply