Search found 14 matches

by innexpress
Thu Feb 07, 2019 2:32 am
Forum: General
Topic: Auto trigger for check-in times.
Replies: 2
Views: 1748

Re: Auto trigger for check-in times.

Thank you Annette. I will use an URL notify to update the code fields.
by innexpress
Sat Feb 02, 2019 7:50 pm
Forum: General
Topic: Auto trigger for check-in times.
Replies: 2
Views: 1748

Auto trigger for check-in times.

For auto triggers it appears check-in is midnight of the day GMT.

How would I set an auto trigger for bookings that were made, or not cancelled, after 3 pm GMT-6 the day before check-in?
by innexpress
Wed Aug 15, 2018 1:43 am
Forum: API
Topic: 5 min lock error
Replies: 3
Views: 2944

Re: 5 min lock error

The default access limit for API calls is a maximum of 60 calls per 5 minutes. Mark, Is the limit per account or per source IP? is the 5 minute period a rolling period or a time block count? If are app uses a count for a 5 minute timer period and make 31 calls in the last minute of the timer block ...
by innexpress
Tue Aug 14, 2018 5:51 pm
Forum: Feature Requests
Topic: Ability to rearrange up sell items.
Replies: 0
Views: 3844

Ability to rearrange up sell items.

It would be nice to be able to rearrange upsell items without having to recreate the list.
by innexpress
Sat Aug 11, 2018 2:19 am
Forum: API
Topic: Access-Control-Allow-Origin
Replies: 8
Views: 3599

Re: Access-Control-Allow-Origin

$.ajax({ url: "crossdomainurl/somepage...." type: "POST", crossDomain: true, "headers": { "accept": "application/json", "Access-Control-Allow-Origin":"*" }, success: function(data){ // process data here }, error: function (xhr, status) { alert("error"); } });
by innexpress
Fri Aug 10, 2018 8:52 pm
Forum: Feature Requests
Topic: Daily Price enhancment.
Replies: 6
Views: 3086

Re: Daily Price enhancment.

Hence the feature request.
by innexpress
Thu Aug 09, 2018 6:51 pm
Forum: Feature Requests
Topic: Daily Price enhancment.
Replies: 6
Views: 3086

Re: Daily Price enhancment.

The daily prices work fine for occupancy pricing if you use the default strategy, not if you use "do not allow lower prices" "allow lower prices" seems to work only if the rate is higher than the daily price. "do not allow any other rates" does not work, the highest price selected. "do not allow lo...
by innexpress
Wed Aug 08, 2018 10:57 pm
Forum: Feature Requests
Topic: Daily Price enhancment.
Replies: 6
Views: 3086

Re: Daily Price enhancment.

You can use different daily prices for different occupancies. For each daily price, set the maximum occupancy it is valid for, it will only be available for booking up to that many guests. Mark, The Highest price is always the Maximum occupancy price and therefore the price that is shown for any oc...
by innexpress
Tue Aug 07, 2018 9:58 pm
Forum: Feature Requests
Topic: Daily Price enhancment.
Replies: 6
Views: 3086

Daily Price enhancment.

New Feature request. In order to mix rates and daily prices and have better flexibility I propose this feature. Add a column to the Daily Price table for Minimum Guests. Initialize the column to zero. Add a select option, in "Settings > Properties > Rooms >Daily Prices", to the Daily Price rules "Mi...
by innexpress
Sat Aug 04, 2018 1:37 am
Forum: Pricing and Discounts
Topic: Occupancy based Daily pricing and "Do not allow lower rate"
Replies: 7
Views: 4441

Re: Occupancy based Daily pricing and "Do not allow lower ra

We are investigating if a solution can be created to combine "do not allow lower prices" and occupancy pricing. Mark, This would be a great feature. As I read through the forums there are a considerable amount of users that could use this feature. I for one. We cannot use the booking widget without...