• Resolved sbhatla

    (@sbhatla)


    Hi,

    I have Version 9.Business.Medium.SingleSite.6.2

    I am setting a room price based on double occupancy: $100/night
    Cost per extra adult is $15/night
    I offer a 20% discount for children, so the cost per extra child is $12/night

    When a booking is made with 1 adult and 1 child, your plugin calculates it as:
    $100 + $12 = $112. This contradicts my policy of double occupancy.

    I have attached a screenshot of my settings. Please advise what I need to change to achieve my goal.

    Thank you!

    Advanced cost settings screenshot

    Screenshot link: https://www.dropbox.com/s/3ru2vnyu2kxulkx/advanced%20cost%20settings%20screenshot.jpg

    • This topic was modified 7 years, 8 months ago by sbhatla.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author wpdevelop

    (@wpdevelop)

    Hello.
    Unfortunately “advanced cost settings” can not depend from the other selected options in booking form. Its can be fixed sum or percent from total booking cost.

    Probably you need to have separate selectboxes of “free visitors” and additional visitors or children. So then you can define advanced cost only for additional visitors or children selection.
    Kind Regards.

    Thread Starter sbhatla

    (@sbhatla)

    Thank you for your reply.

    I tried to implement your suggestion of “free visitors” and additional visitors or children. the problem with this is that the “additional cost for visitors” field does not have a value of ‘0’. So it defaults to the minimum value of 1. This does not accommodate the scenario of 2 guests + 0 additional visitors + 0 additional children.

    Am I making sense?

    Thanks,
    Sunil

    Plugin Author wpdevelop

    (@wpdevelop)

    You can have one option, like none additional visitors or children at the Booking > Settings > Form page.
    For example:

    
    Visitors:  [select visitors class:col-md-1 "1" "2"]
    Additional adults: [select additional_visitors "None@@0" "1@@1" "2@@2" "3@@3" "4@@4"]
    Additional children: [select additional_children "None@@0" "1@@1" "2@@2" "3@@3" "4@@4"]
    

    P.S. If you will have other questions please contact support @ wpbookingcalendar.com
    This forum is only about support of Booking Calendar free version.
    Kind Regards.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Wrong rate calculation for 1 adult + 1 child’ is closed to new replies.