<h2>Chamonix Off piste & ski touring in 4 Days Pricing and Availability</h2>
<?php
require_once DRUPAL_ROOT . '/sites/all/includes/payment/common.php';
$course = 'Chamonix off piste & ski touring';
$price = 740;
// Single room supplement: set to price (if available) or null (if not available).
$single_room_supplement = null;
$upfront_payment_percentage = 100; // percent
$dates = [
'08- 10 March 2027' => available(6),
'15-17 March 2027' => available(6),
'22-24 March 2027' => available(6),
'29-31 March 2027' => available(6),
'05-07 April 2027' => available(6),
'12-14 April 2027' => available(6),
'19-21 April 2027' => available(6),
'26-28 April 2027' => available(6),
];
?>
<table align="center" border="1" cellpadding="1" cellspacing="1">
<thead>
<tr>
<th scope="col">Course Date</th>
<th scope="col">Price (per person)</th>
<th scope="col">Status</th>
<th scope="col">Book</th>
</tr>
</thead>
<tbody>
<?php
foreach ($dates as $date => $places) {
$availability = '';
if ($places === null) {
$availability = '<td><span style="color:rgb(0, 128, 0)">Available</span></td>';
} else if ($places === 0) {
$availability = '<td><span style="color:rgb(128, 0, 0)">All places filled</span></td>';
} else if ($places === 1) {
$availability = '<td><span style="color:rgb(0, 128, 0)">Available - 1 place</span></td>';
} else {
$availability = '<td><span style="color:rgb(0, 128, 0)">Available - ' . $places . ' places</span></td>';
}
$signature = '';
if ($places !== 0) {
$signature = generate_signature([
'places' => $places,
'course' => $course,
'date' => $date,
'price' => $price,
'single_room_supplement' => $single_room_supplement,
'upfront_payment_percentage' => $upfront_payment_percentage,
]);
}
echo '<tr>'
. '<td>' . $date . '</td>'
. '<td><strong>' . $price . '€</strong></td>'
. $availability
. '<td><form action="/purchase" method="POST" style="padding:0; margin:0;">'
. '<input type="hidden" name="places" value="' . $places . '" />'
. '<input type="hidden" name="course" value="' . $course . '" />'
. '<input type="hidden" name="price" value="' . $price . '" />'
. '<input type="hidden" name="single_room_supplement" value="' . $single_room_supplement . '" />'
. '<input type="hidden" name="date" value="' . $date . '" />'
. '<input type="hidden" name="upfront_payment_percentage" value="' . $upfront_payment_percentage . '" />'
. '<input type="hidden" name="signature" value="' . $signature . '" />'
. '<input type="submit" value="Book"' . ($places === 0 ? ' disabled' : '') . ' />'
. '</form></td>'
. '</tr>';
}
?>
</tbody></table>
Cost per person: €740
The cost is based on a group of 4 to 6 people. If you are a private group, please contact us to discuss dates and prices. Dates are not fixed and you can choose any one at your convenience.
GET IN TOUCH directly by e-mail or phone / whats app +33 6 95 04 23 02 as we have other different dates and program available.
The price includes:
• Organisation of the trip
• High mountain guide (state qualified) for 3 days
• 1 night B&B in shared twin room, 3* hotel in Chamonix "Pointe Isabelle", Day 0,
• 3 packed Lunch
• Safety Equipment provided by guide (ropes, etc...)
The price does not include:
• Transport to Chamonix
• Additional snacks and drinks
• Dinner on days 0
• Personal ski and equipment (touring skis and boots, tranceiver, harness, crampons etc...)
• Any unplanned additional expenses due to weather forecast, snow conditions, lack of fitness, etc
• Alpine insurance (rescue, medical fees & repatriation)