Update III - cancelled original sixt car rental booking
Found slightly cheaper rate and better cars
Cancellation message from Sixt Car Rental (received via email):
We have cancelled your reservation.
You will find a confirmation attached to this mail.
Best regards, SIXT
Mailreference Number : 40339736
New booking with Europcar - 3er or C Klasse or other equivalent at EUR327 (versus EUR408 with Sixt for a 1er or equivalent). Problem is this one doesnt come with add ons eg super loss damage waiver, extra insurance shit AND its LIMITED MILEAGE 600KM so it might still come up to the same BUT larger car still makes it worthwhile AND I dont think we will be covering large distances (Ring is about 2 hours or so away.... thats like going to Ipoh or something.... purely unscientifcly speaking :wink:
Confirmation
document.write(" Send to a friend ") Send to a friend fnInsertPrint('Print','/EBE/module/images/picto_print.gif',' Print') Print
You will find below your booking number and your confirmation details. A confirmation email was sent to you as well. A Major Credit Card (Amex, Diners, MasterCard, Visa) must be presented at time of vehicle pick up. Thank you for booking with Europcar. The Europcar.com team.
- Reservation number : 85xxxxxxxx624
- Reservation date (mm/dd/yy) : 4/28/10
- Reservation time (GMT +1) : 04:59
- Driver Information :
- First Name : Herr Jipster
- Last Name : xxxxxx
- Country of Residence Malaysia
- Rental Country Germany
Pick-Up
5/30/10 - 10:00 AM
FRANKFURT AIRPORT 24H OPEN TERM 1 AIRPORT CITY MALL, BEREICH A
AA,AZ,DE,HF,LH,SK,UA,AC,OS
60549 FRANKFURT
Germany
Tel (069) 697970
Fax (069) 69797110
Map
Opening Hours on 5/30/10
00h00 - 00h30
00h31 - 05h59 (with extra charges)
06h00 - 23h59
Return
6/2/10 - 10:00 AM
FRANKFURT AIRPORT 24H OPEN TERM 1 AIRPORT CITY MALL, BEREICH A
AA,AZ,DE,HF,LH,SK,UA,AC,OS
60549 FRANKFURT
Germany
Tel (069) 697970
Fax (069) 69797110
Map
Opening Hours on 6/2/10
00h00 - 00h30
00h31 - 05h59 (with extra charges)
06h00 - 23h59
- Rate information :
Vehicle information :
Code: FDMR
Class: Fullsize
Vehicle type: 4-Door
e.g:BMW 320I or similar
- Total price (subject to pick-up date exchange rate) : MYR1,430.93
- (Guaranteed currency : € 327.60)
Rate Conditions :
- Minimum age : 21
Rate Conditions, Included :
- Limited mileage (600 Km / Rental)
- Airport/Railway Station Surcharge
- LOSS DAMAGE WAIVER
- LICENSES & FEES
- VAT included
Rate Conditions, Excluded :
- SUPER LOSS DAMAGE WAIVER (10.0 EUR per day)
- PERSONAL ACCIDENT INSURANCE (8.0 EUR per day)
- Extra mileage : 0.37 EUR / Km
NEW BOOKING
var AccorBookingEngine = {maxStay : 23,maxPeriod : 405,minDate : null,maxDate : null,form : null,formName : 'accorhotelsform',dateIn : null,dateOut : null,init : function(){this.form = document.getElementById(this.formName);// Compute min and max booking date (from D to D+405 days)var now = new Date();this.minDate = new Date(now.getFullYear(), now.getMonth(), now.getDate());this.maxDate = new Date(this.minDate.getTime() + this.maxPeriod*24*60*60*1000);// Populate and init date and nb of nights fieldsthis._createNumericDropDownList('jour_arrivee', 1, 31, now.getDate());this._createNumericDropDownList('mois_arrivee', 1, 12, now.getMonth()+1);this._createNumericDropDownList('annee_arrivee', this.minDate.getFullYear(), this.maxDate.getFullYear(), now.getFullYear());this._createNumericDropDownList('nb_nuit', 1, this.maxStay, 1);},validate: function(){var isDestOK = this._checkDestination();var isDateOK = this._checkDates();return isDestOK && isDateOK;},toggleCards: function(){if(document.getElementById('porteur_carte').checked) {this.changeRates();document.getElementById('type_carte_fidelite_partenaire').style.display = 'block';}else {document.getElementById('RA1').value = document.getElementById('type_carte_fidelite_partenaire').options[0].value;document.getElementById('type_carte_fidelite_partenaire').style.display = 'none';}},changeRates: function(){document.getElementById('RA1').value = document.getElementById('type_carte_fidelite_partenaire').value; }, _createNumericDropDownList: function(fieldId, startValue, endValue, defaultValue){var select = document.getElementById(fieldId);var label = '';var selected = false;for (i=startValue; i