|
|||||||
|
|||||||
| Demo Account Information | |
|
Account ID:
|
demoAccount |
| Property codes: (case sensitive) |
Vista Landmark Florida Portal |
Create Property Codes - (Add property codes to your account. The names of the property codes can be any alpha-numeric word).
Define prices and responses - (Do this for each of your properties. Configure prices auto responders, extras etc.)
Download the latest zip package of wp-booking-wizard-v1.2.zip
and save to a local folder
Either, extract the contents and upload `wp-booking-wizard.php` to the `/wp-content/plugins/` directory
or
choose the Wordpress -> Plugins -> Add New -> Upload and browse to the wp-booking-wizard zip file.
Activate the plugin through the 'Plugins' menu in WordPress
Now Configure:
Configure the plugin within the Settings -> Booking Wizard
Make the following settings:
Language -> English, French ......
AccountID : demoAccount (or your own account id generated on registration)
Calendar Layout : The orientation of the Booking Calendar Widget
Class prefix : This aids styling and ensures there will be no naming conflict
Frame borders : Yes (for debug).
Submit
You can add the widgets ti either your Posts or your Pages very simple. Just use the syntax below to create each widget. (Do not copy and past in case you paste html hidden codes into your document.)
For a booking calendar widget:
[[booking property,{propertycode},{css styles}]]
where: propertycode has been defined by you in your Calendar administration centre.
e.g.
[[booking property,vista]]
or with some styling:
[[booking property,Vista,background-color:lightsteelblue;]]
For Availability widget:
[[booking availability,{css styles}]]
e.g.
[[booking availability]]
or with some styling
[[booking availability;top:300px;background-color:yellow;]]
For administration widget:
[[booking administration,{css styles}]]
e.g.
[[booking administration]]
or with some styling
[[booking administration,background-color:#dddddd;border:1px solid black;]]
Save the text and now access the page/post from the main website. Your widgets should appear in your content.
|
|