Tutorial: How to set up prices of resources (6 / 6)

Tutorial Table of Contents

part 1: Setup of standard pricing using Pricing Manager
part 2: Day-to-day and last-minute pricing
part 3: Prices of additional products, form items and per-person pricing
part 4: Vouchers, coupons and personal discounts
part 5: Manual override of default pricing for selected reservations
part 6: Advanced setup using a pricing script
Part 6 of 6: Advanced setup using a pricing script
In the rare cases when the Pricing Manager will not be sufficient to represent your pricing model or when using the Pricing Manager would require too many rules, you can alternatively develop your own pricing script. This script is placed on your server and can be developed using any scripting language, such as PHP, ASP.NET or Ruby. The script receives complete information about the reservation and the customer making it, along with all custom properties etc. so the price can be based practically on anything. Please see Q137 for a detailed explanation of the pricing scripts along with an example. Pricing scripts also let you return an error message displayed to the customers when the reservation is not possible in given configuration or a custom message displayed under the price, for example a breakdown of the final price.
<< Back to tutorials