Click on your preferences:
Suites with wet sauna's for families at zfat
Places that partially match your search located in the desired settlement/region
We stayed here:The Hermes suite is suitable for one couple
Available Options
Available Options
הסוויטה
Starting from
₪1,800 Per night
- 40 M²
- 1 Bedrooms
- Up to 6 Guests
- Deluxe B&B vacation rentals with only one unit in the building
- Deluxe B&B vacation rentals with a private, heated pool
- B&B vacation rentals with private Hot Tub
- Especially romantic, deluxe B&B vacation rentals
Full Info
לחצו כאן
Guests share their experiences:
The place is simply amazing, the garden of the suite is stunning, the pool is heated and covered, the outdoor kitchen is pampering, the suite is equipped with all the good things, the hosts are really charming, we will definitely come back again
...
termination + unwanted HTML escaping.
window.ecommData = [{"item_id":18545,"item_name":"Hermes Suite","item_category":"סוויטה","item_category2":"Upper Galilee","item_category3":"Safed","item_variant":"2 guests","price":1800,"quantity":1,"currency":"ILS","_clickValue":1.32}];
window.ecommSend = 0;
function ecomm_push_list(){
if (!window.eCommHandle)
return console.log('no ecomm handle');
if (!Array.isArray(window.ecommData))
return console.log('ecommData not an array', typeof window.ecommData);
window.ecommData.forEach((item, i) => item.index = i);
window.eCommHandle.push_event('view_item_list', {
item_list_id: 'clp_1327211',
item_list_name: $('h1').text().trim(),
send_attempt: ++window.ecommSend,
items: window.ecommData
});
// Fire search event once per page load
if (!window._searchFired) {
window._searchFired = true;
window.eCommHandle.push_event('search', {
search_term: $('h1').text().trim(),
results_count: window.ecommData.length
});
}
}
function ecomm_push_select(id, unit){
if (!window.eCommHandle || !Array.isArray(window.ecommData))
return;
for (const item of window.ecommData) {
if (item.item_id == id){
let selected = $.extend({}, item, unit || {});
window.eCommHandle.push_event('select_item', {
item_list_id: 'clp_1327211',
item_list_name: $('h1').text().trim(),
items: [selected]
});
break;
}
}
}
$(function(){
ecomm_push_list();
$('a.newres-item.main-link').add('.hapisga-newres a.roomName').on('click', function(){
let id = $(this).closest('.hapisga-newres').data('elemId');
ecomm_push_select(id);
});
});