Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Option 2: Show all properties:

Without filtering for availability, when the user goes through the menu and not through the search bar.

We call Catalog()

Code Block
Catalog("", 0, "en", "test_usr", "test_pwd")

...

The only thing that changes is the price. We will not show the price of the stay, because we don’t have dates and thus we can’t calculate the prices for a specific interval of dates.

What we can show is the minimum_price of that property.

Catalog.minimum_rate → this will give us the minimum price, then we can put something like:“from 70€/night”

...

Property page:

Status
titlecoming soon

...