app-apac.thebookingbutton.com Open in urlscan Pro
35.161.139.163  Public Scan

URL: https://app-apac.thebookingbutton.com/lancemore/properties/alamandapalmdirect
Submission: On November 24 via api from IE — Scanned from DE

Form analysis 3 forms found in the DOM

<form class="content-filter ng-pristine ng-valid">
  <div class="filter-dates"> <date-picker class="ng-scope">
      <div class="form-group pull-left"> <label for="date-picker-start" class="ng-binding">Check In</label>
        <div class="calendar-input-container"> <input class="form-control date-picker-start text-capitalize active" type="text" readonly="readonly">
          <i class="icon icon-calendar" id="date-picker-start-icon"></i>
        </div>
      </div>
      <div class="form-group pull-left"> <label for="date-picker-end" class="ng-binding">Check Out</label>
        <div class="calendar-input-container"> <input class="form-control date-picker-end text-capitalize" type="text" readonly="readonly">
          <i class="icon icon-calendar" id="date-picker-end-icon"></i>
        </div>
      </div>
    </date-picker> </div>
  <div class="filter-quantities"> <availability-filter class="ng-isolate-scope">
      <div class="number-adults-selector pull-left"> <label for="number_adults" class="ng-binding">Adults</label> <select id="number_adults" class="form-control ng-pristine ng-untouched ng-valid" ng-model="numberAdults"
          ng-options="option for option in ::optionsRange(1, maxAdults)">
          <option value="0" label="1">1</option>
          <option value="1" selected="selected" label="2">2</option>
          <option value="2" label="3">3</option>
          <option value="3" label="4">4</option>
          <option value="4" label="5">5</option>
          <option value="5" label="6">6</option>
          <option value="6" label="7">7</option>
          <option value="7" label="8">8</option>
          <option value="8" label="9">9</option>
          <option value="9" label="10">10</option>
        </select> </div>
      <div class="number-children-selector pull-left" ng-show="::childrenVisible"> <label for="number_children" class="ng-binding"> Children <span ng-show="::maximumChildAge" class="ng-binding">(2-12)</span> </label> <select id="number_children"
          class="form-control ng-pristine ng-untouched ng-valid" ng-model="numberChildren" ng-options="option for option in ::optionsRange(0, maxChildren)">
          <option value="0" selected="selected" label="0">0</option>
          <option value="1" label="1">1</option>
          <option value="2" label="2">2</option>
          <option value="3" label="3">3</option>
          <option value="4" label="4">4</option>
          <option value="5" label="5">5</option>
          <option value="6" label="6">6</option>
          <option value="7" label="7">7</option>
          <option value="8" label="8">8</option>
          <option value="9" label="9">9</option>
          <option value="10" label="10">10</option>
        </select> </div>
      <div class="number-infants-selector pull-left" ng-show="::infantsVisible"> <label for="number_infants" class="ng-binding"> Infants <span ng-show="::maximumInfantAge" class="ng-binding">(&lt;2)</span> </label> <select id="number_infants"
          class="form-control ng-pristine ng-untouched ng-valid" ng-model="numberInfants" ng-options="option for option in ::optionsRange(0, maxInfants)">
          <option value="0" selected="selected" label="0">0</option>
          <option value="1" label="1">1</option>
          <option value="2" label="2">2</option>
          <option value="3" label="3">3</option>
          <option value="4" label="4">4</option>
          <option value="5" label="5">5</option>
          <option value="6" label="6">6</option>
          <option value="7" label="7">7</option>
          <option value="8" label="8">8</option>
          <option value="9" label="9">9</option>
          <option value="10" label="10">10</option>
        </select> </div>
    </availability-filter> </div> <!-- ngIf: !campaign && hasPromotions -->
  <div class="filter-promo ng-scope" ng-class="{ dropup: showPromo }" ng-if="!campaign &amp;&amp; hasPromotions">
    <a href="" ng-click="togglePromo()" ng-hide="promo.isApplicable" class="ng-binding">Promo Code <span class="caret hidden-print"></span></a>
    <a href="" ng-click="togglePromo()" ng-show="promo.isApplicable" class="ng-binding ng-hide"> <span class="icon icon-ok text-success" aria-hidden="true"></span></a>
  </div><!-- end ngIf: !campaign && hasPromotions -->
</form>

<form class="content-filter ng-pristine ng-valid">
  <div class="filter-dates"> <date-picker class="ng-scope">
      <div class="form-group pull-left"> <label for="date-picker-start" class="ng-binding">Check In</label>
        <div class="calendar-input-container"> <input class="form-control date-picker-start text-capitalize active" type="text" readonly="readonly">
          <i class="icon icon-calendar" id="date-picker-start-icon"></i>
        </div>
      </div>
      <div class="form-group pull-left"> <label for="date-picker-end" class="ng-binding">Check Out</label>
        <div class="calendar-input-container"> <input class="form-control date-picker-end text-capitalize" type="text" readonly="readonly">
          <i class="icon icon-calendar" id="date-picker-end-icon"></i>
        </div>
      </div>
    </date-picker> </div>
  <div class="filter-quantities"> <availability-filter class="ng-isolate-scope">
      <div class="number-adults-selector pull-left"> <label for="number_adults" class="ng-binding">Adults</label> <select id="number_adults" class="form-control ng-pristine ng-untouched ng-valid" ng-model="numberAdults"
          ng-options="option for option in ::optionsRange(1, maxAdults)">
          <option value="0" label="1">1</option>
          <option value="1" selected="selected" label="2">2</option>
          <option value="2" label="3">3</option>
          <option value="3" label="4">4</option>
          <option value="4" label="5">5</option>
          <option value="5" label="6">6</option>
          <option value="6" label="7">7</option>
          <option value="7" label="8">8</option>
          <option value="8" label="9">9</option>
          <option value="9" label="10">10</option>
        </select> </div>
      <div class="number-children-selector pull-left" ng-show="::childrenVisible"> <label for="number_children" class="ng-binding"> Children <span ng-show="::maximumChildAge" class="ng-binding">(2-12)</span> </label> <select id="number_children"
          class="form-control ng-pristine ng-untouched ng-valid" ng-model="numberChildren" ng-options="option for option in ::optionsRange(0, maxChildren)">
          <option value="0" selected="selected" label="0">0</option>
          <option value="1" label="1">1</option>
          <option value="2" label="2">2</option>
          <option value="3" label="3">3</option>
          <option value="4" label="4">4</option>
          <option value="5" label="5">5</option>
          <option value="6" label="6">6</option>
          <option value="7" label="7">7</option>
          <option value="8" label="8">8</option>
          <option value="9" label="9">9</option>
          <option value="10" label="10">10</option>
        </select> </div>
      <div class="number-infants-selector pull-left" ng-show="::infantsVisible"> <label for="number_infants" class="ng-binding"> Infants <span ng-show="::maximumInfantAge" class="ng-binding">(&lt;2)</span> </label> <select id="number_infants"
          class="form-control ng-pristine ng-untouched ng-valid" ng-model="numberInfants" ng-options="option for option in ::optionsRange(0, maxInfants)">
          <option value="0" selected="selected" label="0">0</option>
          <option value="1" label="1">1</option>
          <option value="2" label="2">2</option>
          <option value="3" label="3">3</option>
          <option value="4" label="4">4</option>
          <option value="5" label="5">5</option>
          <option value="6" label="6">6</option>
          <option value="7" label="7">7</option>
          <option value="8" label="8">8</option>
          <option value="9" label="9">9</option>
          <option value="10" label="10">10</option>
        </select> </div>
    </availability-filter> </div> <!-- ngIf: !campaign && hasPromotions -->
  <div class="filter-promo ng-scope" ng-class="{ dropup: showPromo }" ng-if="!campaign &amp;&amp; hasPromotions">
    <a href="" ng-click="togglePromo()" ng-hide="promo.isApplicable" class="ng-binding">Promo Code <span class="caret hidden-print"></span></a>
    <a href="" ng-click="togglePromo()" ng-show="promo.isApplicable" class="ng-binding ng-hide"> <span class="icon icon-ok text-success" aria-hidden="true"></span></a>
  </div><!-- end ngIf: !campaign && hasPromotions -->
</form>

Name: promotionCodeForm

<form class="container form-inline ng-pristine ng-valid" name="promotionCodeForm" novalidate="" ng-submit="promotionCodeForm.$valid &amp;&amp; applyPromotionCode();">
  <div class="form-group col-xs-10 col-sm-4 input-group has-feedback" ng-class="{'disabled': loadingPromo, 'has-success': promotionCodeForm.$submitted &amp;&amp; isSuccess(), 'has-error': promotionCodeForm.$submitted &amp;&amp; isError( ) }"> <input
      type="text" ng-disabled="loadingPromo" name="code" class="form-control no-shadow input-promo ng-pristine ng-untouched ng-valid" placeholder="Promo Code" ng-model="currentPromoCode" ng-change="promotionCodeForm.$setPristine()">
    <span class="input-group-btn">
      <a class="form-control no-shadow promo-clear" type="button" ng-click="clearPromoCode()" ng-class="{ 'disabled': loadingPromo, 'has-success': promotionCodeForm.$submitted &amp;&amp; isSuccess(), 'has-error': promotionCodeForm.$submitted &amp;&amp; isError() }"> <i class="fa fa-times form-promo-icon" aria-hidden="true"></i> </a>
      <button type="submit" class="btn btn-primary btn-attached text-capitalize ng-binding" ng-class="{ 'disabled': loadingPromo }">Apply</button> </span>
  </div>
  <div class="form-promo-success text-success ng-hide" ng-show="promotionCodeForm.$submitted &amp;&amp; isSuccess()"> <span class="icon icon-ok form-promo-icon" aria-hidden="true"></span> <span class="ng-binding">Promotional code successfully
      added.</span> </div>
  <div class="form-promo-success text-error ng-hide" ng-show="promotionCodeForm.$submitted &amp;&amp; isError()"> <span ng-show="foundPromo() &amp;&amp; !promo.isApplicable" class="ng-binding ng-hide">There are no rooms available for the Promotional
      Code: . Please select applicable dates or see other available rooms below.</span>
    <span ng-show="!foundPromo()" class="ng-binding">There are no rooms available for the Promotional Code: .</span>
  </div>
</form>

Text Content

AUD | English - EN



ALAMANDA PALM COVE BY LANCEMORE

LANGUAGES
   
 * English
   

CURRENCIES
   
 * AUD Australia Dollars
   
 * CNY China Yuan Renminbi
   
 * EUR Euro
   
 * JPY Japan Yen
   
 * NZD New Zealand Dollars
   
 * GBP United Kingdom Pounds
   
 * USD United States Dollars
   
 * --------------------
   
 * ARS Argentina Pesos
   
 * AMD Armenia Drams
   
 * AZN Azerbaijan Manats
   
 * BDT Bangladesh Taka
   
 * BRL Brazil Reais
   
 * BND Brunei Dollars
   
 * BYN BYN
   
 * CAD Canada Dollars
   
 * COP Colombia Pesos
   
 * XPF Comptoirs Français du Pacifique Francs
   
 * CZK Czechia Koruny
   
 * DKK Denmark Kroner
   
 * FJD Fiji Dollars
   
 * GEL Georgia Lari
   

   
 * HKD Hong Kong Dollars
   
 * HUF Hungary Forint
   
 * INR India Rupees
   
 * IDR Indonesia Rupiahs
   
 * MOP Macau Patacas
   
 * MGA Madagascar Ariary
   
 * MYR Malaysia Ringgits
   
 * MXN Mexico Pesos
   
 * MAD Morocco Dirhams
   
 * NOK Norway Kroner
   
 * PKR Pakistan Rupees
   
 * PGK Papua New Guinea Kina
   
 * PHP Philippines Pesos
   
 * PLN Poland Zlotych
   
 * QAR Qatar Riyals
   
 * RON Romania Lei
   
 * RUB Russia Rubles
   
 * WST Samoa Tala
   
 * SAR Saudi Arabia Riyals
   
 * SDG SDG
   
 * SGD Singapore Dollars
   
 * SBD Solomon Islands Dollars
   

   
 * ZAR South Africa Rand
   
 * KRW South Korea Won
   
 * LKR Sri Lanka Rupees
   
 * STD STD
   
 * SEK Sweden Kronor
   
 * CHF Switzerland Francs
   
 * TWD Taiwan New Dollars
   
 * THB Thailand Baht
   
 * TOP Tonga Pa'anga
   
 * TND Tunisia Dinars
   
 * TVD Tuvalu Dollars
   
 * AED United Arab Emirates Dirhams
   
 * VUV Vanuatu Vatu
   
 * VND Vietnam Dong
   
 * XAF XAF
   
 * XAG XAG
   
 * XAU XAU
   
 * XDR XDR
   
 * XOF XOF
   
 * XPD XPD
   
 * XPT XPT
   
 * ZMW Zambia Kwacha
   

Check In

Check Out

Adults 12345678910
Children (2-12) 012345678910
Infants (<2) 012345678910
Promo Code
Check In

Check Out

Adults 12345678910
Children (2-12) 012345678910
Infants (<2) 012345678910
Promo Code
Apply
Promotional code successfully added.
There are no rooms available for the Promotional Code: . Please select
applicable dates or see other available rooms below. There are no rooms
available for the Promotional Code: .
x 0 Grand total: AUD 0.00
View / Modify Reservation
Make this reservation



1 BEDROOM STUDIO


from
Previous Next



1 BEDROOM STUDIO

The Alamanda Palm Cove One Bedroom Studio Suites are incredibly spacious (85
sqm) and boast either courtyard views or views...

More Information



from


Show Rates

   
 * 85m2
   
   
   
 * ×
   
   1 King bed

   
   
   
 * 2 ×
   
   2 Bathrooms

   
   
 * ×
   
   Pool view

   
   
 * ×
   
   Non-smoking

   




1 BEDROOM POOL VIEW SUITE


from
Previous Next



1 BEDROOM POOL VIEW SUITE

The Alamanda Palm Cove One Bedroom Pool View Suites are incredibly spacious (85
sqm) with exquisite views from your lounge/dining...

More Information



from


Show Rates

   
 * 85m2
   
   
   
 * ×
   
   1 King bed

   
   
   
 * 2 ×
   
   2 Bathrooms

   
   
 * ×
   
   Pool view

   
   
 * ×
   
   Non-smoking

   




1 BEDROOM BEACH FRONT SUITE


from
Previous Next



1 BEDROOM BEACH FRONT SUITE

The Alamanda Palm Cove One Bedroom Beachfront Suites are incredibly spacious (85
sqm) and boast exquisite views of the beach...

More Information



from


Show Rates

   
 * 85m2
   
   
   
 * ×
   
   1 King bed

   
   
   
 * 2 ×
   
   2 Bathrooms

   
   
 * ×
   
   Beach view

   
   
 * ×
   
   Non-smoking

   




2 BEDROOM POOL VIEW SUITE


from
Previous Next



2 BEDROOM POOL VIEW SUITE

The Alamanda Palm Cove Two Bedroom Pool View Suites are incredibly spacious (105
sqm) with exquisite views from your lounge/dining...

More Information



from


Show Rates

   
 * 105m2
   
   
   
   
 * 2 rooms ×
   
   Room 1 - 1 King bed
   Room 2 - 1 King / Twin
   

   
   
 * 2 ×
   
   2 Bathrooms

   
   
 * ×
   
   Pool view

   
   
 * ×
   
   Non-smoking

   




2 BEDROOM BEACH FRONT SUITE


from
Previous Next



2 BEDROOM BEACH FRONT SUITE

The Alamanda Palm Cove Two Bedroom Beachfront Suites are incredibly spacious
(105 sqm) and boast exquisite views of the beach...

More Information



from


Show Rates

   
 * 105m2
   
   
   
   
 * 2 rooms ×
   
   Room 1 - 1 King bed
   Room 2 - 1 King / Twin
   

   
   
 * 2 ×
   
   2 Bathrooms

   
   
 * ×
   
   Beach view

   
   
 * ×
   
   Non-smoking

   




3 BEDROOM POOL VIEW SUITE


from
Previous Next



3 BEDROOM POOL VIEW SUITE

The Alamanda Palm Cove Three Bedroom Pool View Suites are incredibly spacious
(135 sqm) with exquisite views from your lounge/dining...

More Information



from


Show Rates

   
 * 135m2
   
   
   
   
 * 3 rooms ×
   
   Room 1 - 1 King bed
   Room 2 - 2 Single beds
   Room 3 - 1 Single bed
   

   
   
 * 2 ×
   
   2 Bathrooms

   
   
 * ×
   
   Pool view

   
   
 * ×
   
   Non-smoking

   




4 BEDROOM BEACH FRONT SUITE


from
Previous Next



4 BEDROOM BEACH FRONT SUITE

The Four Bedroom Beachfront Suites are incredibly spacious (150 sqm inside plus
an additional 3 balconies) and boast exquisite beachfront...

More Information



from


Show Rates

   
 * 150m2
   
   
   
   
 * 4 rooms ×
   
   Room 1 - 1 King bed
   Room 2 - 1 King / Twin
   Room 3 - 2 Single beds
   Room 4 - 1 Single bed
   

   
   
 * 2 ×
   
   2 Bathrooms

   
   
 * ×
   
   Beach view

   
   
 * ×
   
   Non-smoking

   




3 BEDROOM BEACH FRONT SUITE


from
Previous Next



3 BEDROOM BEACH FRONT SUITE

The Alamanda Palm Cove Three Bedroom Beachfront Suites are incredibly spacious
(135 sqm) and boast exquisite views of the beach...

More Information



from


Show Rates

   
 * 135m2
   
   
   
   
 * 3 rooms ×
   
   Room 1 - 1 King bed
   Room 2 - 2 Single beds
   Room 3 - 1 Single bed
   

   
   
 * 2 ×
   
   2 Bathrooms

   
   
 * ×
   
   Beach view

   
   
 * ×
   
   Non-smoking

   




1 BEDROOM POOL VIEW APARTMENT


from AUD 419
Previous Next



1 BEDROOM POOL VIEW APARTMENT

The Alamanda Palm Cove One Bedroom Pool View Apartments are incredibly spacious
(85 sqm) with exquisite views from your lounge/dining...

More Information



from
AUD 419

Show Rates

   
 * 85m2
   
   
   
 * ×
   
   1 King bed

   
   
   
 * 2 ×
   
   2 Bathrooms

   
   
 * ×
   
   Pool view

   
   
 * ×
   
   Non-smoking

   

2 x (Incl.)
3 x (Max.)
Best Flexible - Room Only
AUD 699
Enquire
2 x (Incl.)
3 x (Max.)
Stay 2 Nights & Save
AUD 599
Enquire
2 x (Incl.)
3 x (Max.)
Stay 3 Nights & Save
AUD 594
Enquire
2 x (Incl.)
3 x (Max.)
Stay 5 Nights & Save
AUD 559
Enquire
2 x (Incl.)
3 x (Max.)
Stay 7 Nights & Save
AUD 719
Enquire
2 x (Incl.)
3 x (Max.)
Black Friday SALE
AUD 419
Enquire


1 BEDROOM BEACH FRONT APARTMENT


from AUD 533
Previous Next



1 BEDROOM BEACH FRONT APARTMENT

The Alamanda Palm Cove One Bedroom Beachfront Apartments are incredibly spacious
(85 sqm) and boast exquisite views of the beach...

More Information



from
AUD 533

Show Rates

   
 * 85m2
   
   
   
 * ×
   
   1 King bed

   
   
   
 * 2 ×
   
   2 Bathrooms

   
   
 * ×
   
   Beach view

   
   
 * ×
   
   Non-smoking

   

2 x (Incl.)
3 x (Max.)
Best Flexible - Room Only
AUD 1,411
Enquire
2 x (Incl.)
3 x (Max.)
Stay 2 Nights & Save
AUD 761
Enquire
2 x (Incl.)
3 x (Max.)
Stay 3 Nights & Save
AUD 732
Enquire
2 x (Incl.)
3 x (Max.)
Stay 5 Nights & Save
AUD 689
Enquire
2 x (Incl.)
3 x (Max.)
Stay 7 Nights & Save
AUD 881
Enquire
2 x (Incl.)
3 x (Max.)
Black Friday SALE
AUD 533
Enquire


2 BEDROOM POOL VIEW APARTMENT


from AUD 533
Previous Next



2 BEDROOM POOL VIEW APARTMENT

The Alamanda Palm Cove Two Bedroom Pool View Apartments are incredibly spacious
(105 sqm) with exquisite views from your lounge/dining...

More Information



from
AUD 533

Show Rates

   
 * 105m2
   
   
   
   
 * 2 rooms ×
   
   Room 1 - 1 King bed
   Room 2 - 1 King / Twin
   

   
   
 * 2 ×
   
   2 Bathrooms

   
   
 * ×
   
   Pool view

   
   
 * ×
   
   Non-smoking

   

2 x (Incl.)
5 x (Max.)
Best Flexible - Room Only
AUD 861
Enquire
2 x (Incl.)
5 x (Max.)
Stay 2 Nights & Save
AUD 761
Enquire
2 x (Incl.)
5 x (Max.)
Stay 3 Nights & Save
AUD 732
Enquire
2 x (Incl.)
5 x (Max.)
Stay 5 Nights & Save
AUD 689
Enquire
2 x (Incl.)
5 x (Max.)
Stay 7 Nights & Save
AUD 881
Enquire
2 x (Incl.)
5 x (Max.)
Black Friday SALE
AUD 533
Enquire


2 BEDROOM BEACH FRONT APARTMENT


from AUD 603
Previous Next



2 BEDROOM BEACH FRONT APARTMENT

The Alamanda Palm Cove Two Bedroom Beachfront Apartments are incredibly spacious
(105 sqm) and boast exquisite views of the beach...

More Information



from
AUD 603

Show Rates

   
 * 105m2
   
   
   
   
 * 2 rooms ×
   
   Room 1 - 1 King bed
   Room 2 - 1 King / Twin
   

   
   
 * 2 ×
   
   2 Bathrooms

   
   
 * ×
   
   Beach view

   
   
 * ×
   
   Non-smoking

   

2 x (Incl.)
5 x (Max.)
Stay 2 Nights & Save
AUD 862
Enquire
2 x (Incl.)
5 x (Max.)
Stay 3 Nights & Save
AUD 607
Enquire
2 x (Incl.)
5 x (Max.)
Stay 5 Nights & Save
AUD 607
Enquire
2 x (Incl.)
5 x (Max.)
Stay 7 Nights & Save
AUD 982
Enquire
2 x (Incl.)
5 x (Max.)
Black Friday SALE
AUD 603
Enquire
2 x (Incl.)
5 x (Max.)
Best Flexible - Room Only
AUD 607
Enquire


3 BEDROOM POOL VIEW APARTMENT


from AUD 603
Previous Next



3 BEDROOM POOL VIEW APARTMENT

The Alamanda Palm Cove Three Bedroom Pool View Apartments are incredibly
spacious (135 sqm) with exquisite views from your lounge/dining...

More Information



from
AUD 603

Show Rates

   
 * 135m2
   
   
   
   
 * 3 rooms ×
   
   Room 1 - 1 King bed
   Room 2 - 2 Single beds
   Room 3 - 1 Single bed
   

   
   
 * 2 ×
   
   2 Bathrooms

   
   
 * ×
   
   Pool view

   
   
 * ×
   
   Non-smoking

   

2 x (Incl.)
7 x (Max.)
Best Flexible - Room Only
AUD 607
Enquire
2 x (Incl.)
7 x (Max.)
Stay 2 Nights & Save
AUD 862
Enquire
2 x (Incl.)
7 x (Max.)
Stay 3 Nights & Save
AUD 607
Enquire
2 x (Incl.)
7 x (Max.)
Stay 5 Nights & Save
AUD 607
Enquire
2 x (Incl.)
7 x (Max.)
Stay 7 Nights & Save
AUD 982
Enquire
2 x (Incl.)
7 x (Max.)
Black Friday SALE
AUD 603
Enquire


3 BEDROOM BEACH FRONT APARTMENT


from AUD 675
Previous Next



3 BEDROOM BEACH FRONT APARTMENT

The Alamanda Palm Cove Three Bedroom Beachfront Apartments are incredibly
spacious (135 sqm) and boast exquisite views of the beach...

More Information



from
AUD 675

Show Rates

   
 * 135m2
   
   
   
   
 * 3 rooms ×
   
   Room 1 - 1 King bed
   Room 2 - 2 Single beds
   Room 3 - 1 Single bed
   

   
   
 * 2 ×
   
   2 Bathrooms

   
   
 * ×
   
   Beach view

   
   
 * ×
   
   Non-smoking

   

2 x (Incl.)
7 x (Max.)
Best Flexible - Room Only
AUD 1,064
Enquire
2 x (Incl.)
7 x (Max.)
Stay 2 Nights & Save
AUD 964
Enquire
2 x (Incl.)
7 x (Max.)
Stay 3 Nights & Save
AUD 904
Enquire
2 x (Incl.)
7 x (Max.)
Stay 5 Nights & Save
AUD 851
Enquire
2 x (Incl.)
7 x (Max.)
Stay 7 Nights & Save
AUD 1,084
Enquire
2 x (Incl.)
7 x (Max.)
Black Friday SALE
AUD 675
Enquire


4 BEDROOM BEACH FRONT APARTMENT


from AUD 746
Previous Next



4 BEDROOM BEACH FRONT APARTMENT

The Four Bedroom Beachfront Apartments are incredibly spacious (150 sqm inside
plus an additional 3 balconies) and boast exquisite beachfront...

More Information



from
AUD 746

Show Rates

   
 * 150m2
   
   
   
   
 * 4 rooms ×
   
   Room 1 - 1 King bed
   Room 2 - 1 King / Twin
   Room 3 - 2 Single beds
   Room 4 - 1 Single bed
   

   
   
 * 2 ×
   
   2 Bathrooms

   
   
 * ×
   
   Beach view

   
   
 * ×
   
   Non-smoking

   

2 x (Incl.)
9 x (Max.)
Best Flexible - Room Only
AUD 1,165
Enquire
2 x (Incl.)
9 x (Max.)
Stay 2 Nights & Save
AUD 1,065
Enquire
2 x (Incl.)
9 x (Max.)
Stay 3 Nights & Save
AUD 990
Enquire
2 x (Incl.)
9 x (Max.)
Stay 5 Nights & Save
AUD 932
Enquire
2 x (Incl.)
9 x (Max.)
Stay 7 Nights & Save
AUD 1,185
Enquire
2 x (Incl.)
9 x (Max.)
Black Friday SALE
AUD 746
Enquire

RESERVATION SUMMARY

Check In:

Thursday 24, November 2022

Check Out:

Friday 25, November 2022

--------------------------------------------------------------------------------




--------------------------------------------------------------------------------

room_categories. Charges Room Charges
AUD 0.00 AUD 0.00
Promotional Discount
- AUD 0.00
Grand total
AUD 0.00

--------------------------------------------------------------------------------

Tax Included
AUD 0.00
Service Charge Included
AUD 0.00

--------------------------------------------------------------------------------

Deposit amount
AUD 0.00
Credit card surcharge
AUD 0.00
Deposit total
AUD 0.00
Your current selection cannot accommodate all of your guests
Make this reservation
Test

CONTACT & LOCATION

ALAMANDA PALM COVE BY LANCEMORE

1 Veivers Rd, Palm Cove, QLD, 4879, Australia
Free Parking, On-site undercover parking, Free Outdoor Parking (not guarded)
29167840897
+61 7 4055 3000 +61 7 4055 3000

palmcove@lancemore.com.au
Visit Website
View in Google Maps

Contact Us

Alamanda Palm Cove by Lancemore is the only 5 star, 3 level resort in Palm Cove
situated on the absolute beachfront. Just a matter of steps and you are
surrounded by the beach, sea and swaying palms. Alamanda Palm Cove has quickly
established itself as a popular boutique resort with a bright and contemporary
edge.

Please note, Alamanda Palm Cove by Lancemore is a stairs only, no elevator
property with rooms over 3 levels. All suites on our top level do have an
internal staircase as they are split over 2 floors.

The resort offers luxurious one, two, three and four bedroom apartment-style
suites, each with en-suite and second bathroom, dining & lounge area, fully
equipped kitchen including Nespresso coffee machine, laundry with washing
Machine and Dryer, balcony or terrace overlooking the pool or ocean depending on
booked room type – the perfect place to relax at the end of the day.

The suites are all extremely spacious and are the perfect “home away from home”
for holiday makers looking for somewhere tranquil and relaxing to stay.

The resort is truly breathtaking from the moment you first step foot onto the
premises and also offers 3 saltwater swimming pools surrounded by tropical palm
trees and rocks - a wonderful way to relax. Just a few short steps from Alamanda
Palm Cove by Lancemore are the golden beaches of Palm Cove Beach

Nu Nu Restaurant and Bar is an award winning beach side restaurant that takes
diners on an exquisite culinary journey, featuring internationally inspired
cuisine in one of the most ambient al fresco settings. The service is relaxed
yet sophisticated, the seaside setting unforgettable. Long lazy lunches and
romantic candle-lit diners are ideal at Nu Nu Restaurant and Bar Palm Cove. This
location is one of the most photographed in the whole of Queensland, it’s simply
stunning.

Alamanda Day Spa is a multi-award winning purpose built destination Day Spa, a
true sanctuary for the body, mind and soul. Alamanda Day Spa is a brilliant
beachfront Spa that has outstanding therapists and features organic products,
natural oils and spa products that you can purchase to take home. Alamanda Day
Spa features 3 deluxe treatment rooms, one of which is ideal for couples. After
your treatment, relax up in one of the infinity pools located rooftop in private
white canvas pavilions, overlooking the endless blues of the Coral Sea and the
thin line of the horizon beyond.



FEATURES

   
 * Air-Conditioning
   
 * BBQ Area
   
 * Coffee Maker
   
 * Concierge
   
 * DVD Library
   
 * Day Spa
   
 * Disabled Access Rooms
   
 * Fax/Photocopying
   
 * Games Room
   
 * Garden
   
 * Gift Shop
   
 * Internet Access
   

   
 * Jacuzzi
   
 * Non-Smoking Rooms
   
 * On Site Restaurant
   
 * Outdoor Swimming Pool
   
 * Pool Table
   
 * Room Service
   
 * Smart TV
   
 * Spa
   
 * TV
   
 * Tour Desk
   
 * Wheel Chair Access
   
 * WiFi Internet
   


 * Terms and Conditions
 * 
 * Cancellation Policies
 * 
 * TripAdvisor Terms and Conditions
 * 
 * DPS Privacy Policy

TERMS AND CONDITIONS

For prepaid reservations, payment including any additional extras made, will be
charged to the credit card provided on completion of your booking.
For every other reservation, the payment will be processed prior to arrival
date, to match the cancellation policy.
Any services arranged after completion of booking, by yourself and the Hotel
will be added to your account to settle on departure.
Should you wish to use a credit card to settle your account, a credit card
surcharge will apply. Credit Card surcharge fee is as follows:
Visa & Mastercard - 1.1%
American Express & Diners - 2.475%
Alternatively, you may use Direct Deposit, Cash or Eftpos as these payment
methods do not incur a fee. For direct banking, Deposits must be paid and
received prior to departing with us. Holding payments can be taken on a credit
card and refunded once a direct deposit is received to avoid any fees. Please
reference the confirmation number you received from us. Please allow for 3-5
business days for deposits to be applied. See below for banking information:
BSB: 083-266
Bank Account #: 842677085
A pre-authorisation hold on a valid Credit Card is required upon arrival to
cover incidentals during your stay with us.


TRIPADVISOR TERMS AND CONDITIONS

We may use third-party service providers to process your personal information on
our behalf for the purposes of this booking. For example, we may share some
information about you with these third parties so that they can contact you
directly by email (for example: to obtain post stay reviews about your travel
experience).

PROPERTY CANCELLATION POLICY

Cancellation of reservations must be submitted by email to:
palmcove@lancemore.com.au

Early departures and non arrivals will incur a cancellation charge equal to the
value of the total accommodation.

RATE CANCELLATION POLICIES



×
Check In

Check Out

× Sorry, there is no availability for your selected dates. Please choose
different dates. Alternatively you can call us on +61 7 4055 3000.

Nov
2022SuMoTuWeThFrSa303112345678910111213141516171819202122232425262728293012345678910

Dec
2022SuMoTuWeThFrSa27282930123456789101112131415161718192021222324252627282930311234567

Apply Cancel
Hot Deal Unavailable night