Quantcast
Channel: WP Rentals Help
Viewing all 200 articles
Browse latest View live

How to make property custom taxonomy page Half Map style:

$
0
0

In Theme Options – Appearance – the option for Property List Type for Taxonomy pages must be set to Half Map:

half map for taxonomies

This will apply for all custom taxonomies: category, what do you want to rent, city and area.

And from the same options page you must make sure Header Type? – is set to Google Maps:


How to replace login modal with register modal when start to submit properties without to login

$
0
0

In order to achieve above you must replace show_login_form(1,0,data);  with show_login_form(2,0,data); in wprentals\js\ajaxcalls_add.js as displayed in below screenshot:

 

Add replace favorite with guest number in property unit

$
0
0

In order to achieve above you must make changes in templates\property_unit.php file.

First declare guest variable.
Then add guest in property unit and comment favorite.

1.20 Limit the number of pins to show on the map

$
0
0

Starting 1.20 you will see this new option in Maps Settings – Maximum number of pins to show on the map. http://help.wprentals.org/2017/03/09/speed-tips/

This option should be used to limit the pins on the map (if you have too many properties on the map and the site is getting slow). You can choose the number that performs best for your hosting. Read more on speed here –

How to use this option.

Scenario A:

With read from file set to NO

In this example, the limit of pins (10) will show in:

– Header Media (Google Maps) will show 10 pins

– Properties Standard List with Header Google Maps and Properties List Half Map – will show 10 pins for each page (and the pins will always include also the properties in page)

– Taxonomy (List or Half) – will show 10 pins for each page (and the pins will always include also the properties in page)

– Search Results Standard or Half page style – will always show the pins based on the results in page

– Owner page will always show the number of pins set in theme options, regardless of how many properties per page exist

Scenario B:

With read from file set to YES

In this example, the limit of pins (10) will apply only for these pages:

– Properties Standard List with Header Google Maps and Properties List Half Map – will show 10 pins for each page (and the pins will always include also the properties in page)

– Taxonomy (List or Half) – will show 10 pins for each page (and the pins will always include also the properties in page)

– Search Results Standard or Half page style – will always show the pins based on the results in page.

– Owner page will always show the number of pins set in theme options, regardless of how many properties per page exist

The difference between the previous scenario is that Header Media (Google Maps) will show ALL pins. 

1.20 How to understand Invoice Details Info for Owner and User submitting request

$
0
0

User sending booking request:

Invoice explanations in My Reservations

Owner of the property:

Invoice explanations in My Bookings

Other elements you can see in invoices:

Early bird discount

As owner you can set early bird discount (in %) and how many days to in advance for this discount to apply.

Extra Expenses or Custom discount

Pay by the number of guests instead of price per night

Formulas used:

total = (inter price + expenses + manual_expense ) – early bird + city fee+ cleaning fee + sec deposit

$early_bird_discount- doesn’t include extra guest, security, city fee, cleaning fee

$you_earn = $total_price – $security_deposit – floatval($city_fee) – floatval($cleaning_fee) – $service_fee;

$taxes = round ( $you_earn * $taxes_value/100,2);

$price_for_service_fee = $total_price – $security_deposit – floatval($city_fee) – floatval($cleaning_fee);

city fee % Doesn’t consider price for extra guest

city fee % Doesn’t consider extra expenses (added when owner issues invoice)

100% deposit includes automatically expenses (city fee / cleaning fee) – even if the option is set to NO

1.20 How to work with Deposit Fee and Service Fee

$
0
0

Starting 1.20 we added new options to booking management:

Deposit fee (previous know as admin Admin Booking Fee – % booking fee). Now you can use deposit to take from user submitting the request a part of the booking total payment in advance / in order to confirm booking – andthe other part before booking starts (but making full payment via the site is optional). For who will wish to take full payment AND send then payment to owner, we allow that to work via PayPal AND the Payment Management addon (a separate addon that works through rentalsclub.org – http://www.rentalsclub.org/)

Service fee (the fee that goes to the site administrator and is deducted from owner earnings, but it is paid by the user submitting the request as part of the deposit). Because service fee is part of the deposit, it is important for deposit to be greater/equal than service fee.

These new options are managed from Membership

What you need to know.

  • For deposit value, use % OR fixed value (not both). Set 0 if you don’t wish to take any DEPOSIT (in which case set 0 for Service fee as well)

 

  • For Service value, use % OR fixed value (not both). Service fee = site admin fee 

  • If you wish to take Service fee, service fee is deducted from DEPOSIT, so Deposti SHOULD NOT be left blank or 0 and Deposit should always be GREATER than Service fee (+ city, cleaning fee expenses, if that is set to be included in deposit)

Service fee shows in Owner dashboard – View Invoice Details

Service fee is deducted from owner earnings

  • When you add Deposit fee, there will be a reminder email to make the remaining payment before the beginning of the booking. The remaining payment can be done from My Reservations. But paying remaining invoice is optional

OPTIONAL: Payment can be sent to owner through paypal (if you use Payment Management addon from Rentals Club)

 

WP Rentals 1.20

$
0
0

For clients who update from an older version – set the Deposit fee and Service fee (to get the % fee for admin) – http://help.wprentals.org/2017/03/28/1-20-how-to-work-with-deposit-fee-and-service-fee/

NEW PRICE OPTIONS in Submit property – http://help.wprentals.org/2017/04/03/1-20-submit-price-details/

– Allow each owner to add / edit / delete extra expenses for each booking: by guest, by night or by night and by guest. These show in booking form when submitting booking request

– Early Bird discount (in %) and the MINIM number of days before discount applies

– Security deposit option (this will be refundable only via Payment Management ADDON – from Rentals Club)

– City fee and cleaning fee by guest – OR –  by night – OR – by night and guest

– Allow owner to set the taxes value in submit (in %) – taxes are considered included in the daily price. They show in Invoice Details for owner only

NEW: Options in custom price adjustments: add custom price per night for 7n + and 30n+ – http://help.wprentals.org/2015/12/07/how-to-choose-different-prices-for-different-dates/

NEW: Allow admin to take DEPOSIT and SERVICE fee. Service fee is new site administrator fee. Deposit fee can be paid in full before booking starts via My Bookings.

NEW: Search results consider the value for min days of booking when looking by check-in and check-out

NEW: An email alert sent to user that remaining payment for booking is required (cron – 3 days before booking starts, manual when owner sends the notification – but max 3 reminders can be sent manually). Email is managed from Email Management.

NEW: Connect the theme to RentalsClub Addon (Payment Management). Payment management works with PayPal adaptive payments. If enabled, you can send payment to owner (refund user who rents the security deposit).

NEW: Option in My Profile for Paypal URL (will be used if you choose the Payment Management ADDON available only in RentalsClub)

NEW: Add multiple ical feed urls (to create sync between multiple platforms that support ical)

NEW: Set max number of properties pins to show in map (for speed management)

NEW: Before and after price label

NEW: Show on/off option for the menu in user dashboard

NEW: Scroll up in booking form (to see the messages related to booking actions)

UPDATE: Trim title update for property card

UPDATE: cannot leave email field blank in my profile

UPDATE: Invoice with custom price elements includes a detailed list of custom price info

UPDATE: If using Visual Composer in blog post, add excerpt using custom excerpt field

UPDATE: Removed “You are not submitting from site or you have too many attempts” message

UPDATE: Pagination for owner page

UPDATE: WPML for status translation in infobox

UPDATE: wpml-config.xml for translating calendar in multiple languages

FIX: Remove user header login from mobile if option is turned off from theme options

FIX: Expired properties url redirect to home

FIX: Remove expiration date info from dashboard/property if client updates to a paid membership

FIX: VIEW MORE open on mobile takes sidebar over availability calendar

FIX: Featured place image in shortcode

FIX: Stripe button disappearing from 11th package selection

UPDATE: wprentals.po and .mo

UPDATE TGM Plugin auto-installer to do the plugins update via dedicated interface

UPDATE INCLUDED PLUGINS: Visual composer 5.1, rev slider 5.4.1, ultimate 3.16.9

How to add / edit images in a property

$
0
0

Properties must be submitted in Front End and use admin edit property only to edit certain elements (please consider that some elements can be modified only in front end).

Possible issues that can happen when submitting from admin:

  • Contact info doesn’t show and the city/area/country may not be set correctly so search with google places doesn’t work.
  • Also, Calendar and Custom prices can be managed only from front end submission.

To submit properties in front end login and go to Add New Property

*This screenshot is with Google Places enabled (http://help.wprentals.org/2015/10/28/advanced-search-options/)

submissionoptions4

To edit a property go to My Properties and click EDIT

STEP 3 – SUBMIT – IMAGES

submit6

Starting v 1.16 you can re-order images in submit with drag and drop.

drag and drop in submit

NOTE: Drag and drop applies only for web (not mobile devices)

How to manage images attached to a property from admin area

Go to Add Media

images 1

Add your images

images add

Close the media uploader

close images

To EDIT images from the slider, open the Add Media – then elect Images Uploaded to this post from the dropdown to see only the images attached to that property, then Delete or Re-order images and close the Media Uploader

images

Change featured image (the first image in property unit, and in property slider) from here:

featured

 

 

IMAGE SIZE REQUIREMENTS

– Header Property Slider is set to be wide 100% and max heightl 450px – the image will be resized to screen size. Add landscape images. For example in our demo we have 1920 x 1280 images for featured images. This fits nicely on large screen resolutions. – Property featured image should be the same size when used in feature property shortcode.

– The rest of the image attached to post can be the size you wish. All images will be listed in a gallery with Fancy Box gallery. This gallery is triggered on click (click on featured image or click on image thumbs)

gallery

Image re-size rules are set in general_settings.php


1.20 – Info about formulas used in invoices

$
0
0

Formulas used:

total = (inter price + expenses + manual_expense ) – early bird + city fee+ cleaning fee + sec deposit

$early_bird_discount – doesn’t include extra guest, security, city fee, cleaning fee

$you_earn = $total_price – $security_deposit – floatval($city_fee) – floatval($cleaning_fee) – $service_fee;

$taxes = round ( $you_earn * $taxes_value/100,2);

$price_for_service_fee = $total_price – $security_deposit – floatval($city_fee) – floatval($cleaning_fee);

city fee % Doesn’t consider price for extra guest

city fee % Doesn’t consider extra expenses (added when owner issues invoice)

100% deposit includes automatically expenses (city fee / cleaning fee) – even if the option is set to NO

1.20 SUBMIT – PRICE DETAILS

$
0
0

Starting 1.20 we offer more options to set in Price Section options

The new options added are explained below:

Price adjustments for a certain period are done from the same window.

submit4

To set custom price click beginning date and end date (2 clicks) (updated with more options in 1.20)

For each property you can select default Price Settings, which we explain better below:

Price per night
  • Price per night MUST exist for every property.
Price per night for 7n+ or 30n+
  • Users can set a custom price per night, if user books more than 7 days (meaning 8 or more) and less than 30 days.
  • Users can set a 2nd custom price per night, if user books more than 30 days.
Taxes in % – NEW in 1.20

Taxes in % (taxes are considered included in the daily price).

Check this help to understand where taxes value show (only for Owner invoice details) –http://help.wprentals.org/2017/03/30/1-20-how-to-understand-invoice-details-info-for-owner-and-user-submitting-request/

Formulas for taxes

$you_earn = $total_price – $security_deposit – floatval($city_fee) – floatval($cleaning_fee) – $service_fee;

$taxes = round ( $you_earn*$taxes_value/100,2);

Price per weekend in Currency (only numbers)

Starting v 1.16 you can select what are weekend days from admin – theme options – general settings:

select weekend days

Cleaning Fee – updated in v 1.20
  • You can select  per night, per guest or per night and guest
City Fee – updated in v 1.20
  • You can select City  per night, per guest or per night and guest
  • You can also select City Fee to be a % of price
     Minimum days of booking (only numbers)
  • The minimum number of days applies for any booking request. You can override this value from Price Adjustments.
Security Deposit – NEW in 1.20

Security Deposit in $ – will be refunded if no complaints are received from the owner.

NOTE: Refund for this value can be done through the theme only if site admin installs and uses Payment Management ADD-ON from Rentals Club (which must be installed separately). 

Early Bird Discount – in % from the price per night – NEW in 1.20

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

NOTE: The number of days means discount applies when the booking is made before those x days (or more days) in advance.

Pay by Guest options:
  • Extra Price per guest per night in USD and check to 
  • Check to  Pay by the no of guests (all room prices will NOT be used anymore and billing will be done by guest no only)
Manage Turn Over days

Allow only bookings starting with the check in on specific day of the week OR Allow only bookings with the check in/check out on specific day of the week.

Extra Options

Add in booking form other options. You can select Option Name, Option Value (fixed number) and Option Calculation (fixed fee, by night, by guest or by night and guest)


Check this help to understand better the invoice details

1.20 How to understand Invoice Details Info for Owner and User submitting request

Formulas used:

total = (inter price + expenses + manual_expense ) – early bird + city fee+ cleaning fee + sec deposit

$early_bird_discount- doesn’t include extra guest, security, city fee, cleaning fee

$you_earn = $total_price – $security_deposit – floatval($city_fee) – floatval($cleaning_fee) – $service_fee;

$taxes = round ( $you_earn * $taxes_value/100,2);

$price_for_service_fee = $total_price – $security_deposit – floatval($city_fee) – floatval($cleaning_fee);

city fee % Doesn’t consider price for extra guest

city fee % Doesn’t consider extra expenses (added when owner issues invoice)

100% deposit includes automatically expenses (city fee / cleaning fee) – even if the option is set to NO

How to limit calendar in booking form

$
0
0
In order to limit the number of months on the booking form from property page you must add maxDate in functions check_in_out_enable  and check_in_out_enable2 from  wprentals\js\control.js file Help: http://api.jqueryui.com/datepicker/#opti..
Read more

iCalendar feed cron

$
0
0

The cron job that checks for new feed data is in events.php in function  setup_event_wp_estate_sync_ical.

 

 

 

WPML translate calendar

$
0
0

– Add this line to your wpml-config.xml file just before the closing tag


– Deactivate and reactivate WPML
– Go to String Translation and select this text domain : admin_texts_wp_estate_date_lang
– Enter the language code for each language (screenshot). This will load the date picker per language.
– add wordpress translations in all the languages

 

 

WPML – Translate Modals

$
0
0

When this option is enabled, the modal form will work properly.
Available from wpml 3.7 release (update is mandatory)

How to enable Invoices in renter/user dashboard.

$
0
0

By default the theme shows invoices only in the owner account.

If you wish to show the list of invoices in the renter account as well the following changes need to be done:

For mobile user menu remove highlighted code:
Desktop user menu remove highlighted code:
top user menu remove highlighted code:
Then remove highlighted code as displayed in this screenshot:

 


How to set the location of a property on the map

$
0
0

If the pin is not placed on the map for a property, the map will show a default location in center of global maps.

Pin can be placed in 3 ways:

1. With the Place PIN with Address button (which sends to Google Maps the City, Country (saved in Step 1), Area – if filled in, Address – if filled in, State – if filled in.

submit9

2.You can also place pin manually by Clicking on the map.

3. Or you can place pin by copying Lat and Long fields.

submit10

 

The same can be done from admin – edit property – Place On The Map settings


If the property doesn’t have a pin, it means you must add pins for your new action/categories names. Check this help how to do that.

PINS MANAGEMENT / HOW TO ADD MAP PINS FOR PROPERTIES

 

Make payments recurring by default

$
0
0
In wprentals\user_dashboard_packs.php file at line 65 you have <input type=”checkbox” name=”pack_recuring” id=”pack_recuring” value=”1″ /> replace that with  <input checked type=”checkbox” name=”pack_recuring” id=”pack_recuring” value=”1..
Read more

WPML Different results when logged in and when not logged in when using ajax filters

$
0
0

1. Go to WPML -> Languages
2. Scroll down to ‘Language filtering for AJAX operations.’
3. Check the checkbox for the option ‘Store a language cookie to support language filtering for AJAX.’
4. Press the save button.

Please see attached screenshot store-cookies-for-ajax.jpg

How to show owner social details for all users

$
0
0

Owner social details can be seen only  by logged users that have a confirmed booking for one of owner properties.

To show social details to all users must be removed highlighted code  from templates\owner_details_header.php file

 

WP Rentals 1.20.1 – May 25

$
0
0
Update: Ical feed for AIRBNB import requirements Update: Ultimate Add-ons v 3.16.12 (security update – please update the plugin to latest version) Update: Rev slider ..
Read more
Viewing all 200 articles
Browse latest View live