Om dit element te kunnen tonen dient eerst de basis integratie van Recranet Booking te worden afgerond.
Accommodatie en/of locatie categorie
Om aanbod te tonen vanuit een specifieke accommodatie of locatie categorie moet er een waarde worden toegevoegd aan de Recranet Booking configuratie. De waarde van deze categorie is terug te vinden in het Recranet Booking account.
<script type="text/javascript">
window.recranetConfig = {
organization: '1000',
locale: 'nl',
currency: 'EUR',
googleApiKey: 'GOOGLE_API_KEY',
accommodationParams: {
locationCategory: LOCATIE_CATEGORIE_ID,
accommodationCategory: ACCOMMODATIE_CATEGORIE_ID
}
};
</script>>