Description
You must have a Booking.com Affiliate account in order to import the booking.com hotels using this plugin.
This plugin allows you to import easyly Booking.com hotels from TSV files. Before of that you should have downloaded these hotels datasets from Booking.com Affiliate area (Downloads > Hotel datasets).
Before use this plugin you have to do:
- Download hotels TSV files of the cities that you want import hotels from Booking.com Affiliate Partner Centre > Downloads,
- Place these tsv files in tsv-import folder located in the plugin folder.
- Create a draft post or custom type template. (It will be used to create the hotel posts)
This plugin will create posts (of the same type of the post template). The numbers of post will be created may vary depending the hotels to import and languages (if you have WPML installed ).
It is strongly recommended to:
- edit the TSV files and keep only the cities and hotels you want to import to your wordpress site.
- create a database backup of your wordpress site.
Features
- Compatible with wordpress post types (posts/pages) and custom post types.
- Easy template creation.
- TSV/CSV cache and hotel indexing for performance
- Easy to use. Insert Destination city ID, post ID and click validate/import
- Replacements fields compatible with Visual Composer
- Import system compatible with WPML
- Remote Hotel Image URL inside posts or as featured image (Do not need to download hotel images)
Possible customisation
Use these fields inside your post template.
- {{hotel_id}} => Hotel ID
- {{hotel_name}} => Property name
- {{hotel_address}} => Property address
- {{hotel_zip}} => Post code
- {{hotel_city_hotel}} => Property city
- {{hotel_cc1}} => Property country code
- {{hotel_ufi}} => Unique city identifier (destination id), also known as city_id or dest_id
- {{hotel_class}} => Star rating of property
- {{hotel_currencycode}} => The currency in which prices are given for this property (three characters, uppercase – e.g – EUR)
- {{hotel_minrate}} => The lowest rate charged by the property, calculated on average
- {{hotel_maxrate}} => The highest rate charged by the property, calculated on average
- {{hotel_preferred}} => If value is 1, this property is a Booking.com preferred property
- {{hotel_public_ranking}} => The rank of the property (higher is better)
- {{hotel_nr_rooms}} => The total number of rooms at the property
- {{hotel_longitude}} => Decimal longitude
- {{hotel_latitude}} => Decimal latitude
- {{hotel_hotel_url}} => The property URL on Booking.com
- {{hotel_photo_url}} => URL for main property photo
- {{hotel_desc_(language)}} => Short description of property change (language) => en, es, fr … {{hotel_desc_en}}
- {{hotel_city_unique}} => Unique city name for use in URL
- {{hotel_city_preferred}} => Preferred name of city for Booking.com use
- {{hotel_continent_id}} => sThe unique ID for the continent on which the property is located
The plugin will replace the fields above with the hotel information. For example:
{{hotel_name}} will be replaced with the name of the hotel
{{hotel_hotel_url}} will be replaced with booking.com hotel url
…
…
Screenshots
Installation
Please, renember that you must be Booking.com affiliate to use this plugin.
- Download the plugin from https://wordpress.org/plugins/
- Login in your WordPress as admin role.
- Go to: Plugins > Add New > Upload.
- Select the downloaded file and click “Install now”.
- Place your TSC/CSV hotels files in the tsv-uploads folder inside the plugin
- Do wordpress database backup. Just in case
- Use the plugin
After that, I will be able to:
- Import al hotels from a city.
- Use different post templates for hotel imports.
Reviews
Contributors & Developers
“Import hotels from CSV for Booking.com affiliates” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Import hotels from CSV for Booking.com affiliates” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
0.8.1
- First version
0.8.2
- Add screenshots and more info