WPRentals Theme Documentation WPRentals Theme Documentation

  • Client Support
  • Video Tutorials
  • WPRentals
  • WPEstate
  • API
Home / Technical how to / Where the Early Bird fee is calculated? Where fees are calculated in Theme code ?

Where the Early Bird fee is calculated? Where fees are calculated in Theme code ?

6722 views

You should look in help_functions.php at function wpestate_booking_price (around line 557).

We use this function to calculate all the fees, discounts etc in 90% of the cases.

The early bird discounts are calculated around line 834

$early_bird_discount = wpestate_early_bird($property_id,$early_bird_percent,$early_bird_days,$from_date_discount,$total_price);

Please note that due to theme update the line numbers might change, but the code will remain the same.

Early bird discount is set in front end submit – edit property

Early Bird Discount – in % from the price per night.

Live demo https://demo1.wprentals.org/properties/2-bedrooms-condo/

You can set discount in % and the number of days in advance for discount to apply.

 

Technical how to

Related Articles

  • How to add a new currency in Theme Options for payments.
  • How to Disable WordPress Image Compression and Preserve Original Quality
  • How to Change the Default Categories Icon from Listing Card Unit
  • How to change the background color and logo for admin login page

HELP CATEGORIES

  • 71. General
  • 102. Installation & Basic Setup
  • 393. How Booking Works
  • 20Advanced Search
  • 18Elementor Free & WP Rentals Studio
  • 13Email Notifications
  • 14FAQ
  • 14Installation FAQ
  • 10Menu Options
  • 27Multi-Languages - 3rd party
  • 33Owner & Renter
  • 9Page Templates
  • 23Property / Listing
  • 22Shortcodes
  • 4Supported Maps
  • 98Technical how to
  • 5Third Party plugins
  • 3Translation
  • 3WordPress Blog Post
  • 13WordPress Widgets
  • 13WP Rentals Payments
  • 79WP Rentals Theme Options

Join Us On

Powered by WP Estate - All Rights Reserved
  • Client Support
  • Video Tutorials
  • WPRentals
  • WPEstate
  • API