4.0.55 • Published 2 days ago

@konnectio/core v4.0.55

Weekly downloads
-
License
-
Repository
-
Last release
2 days ago

Konnectio Core Integration for Octopus PMS

Features

  • Three feature-rich shortcode modules:
    • Hotel availability 'call-to-action'
    • Hotel module (with support for ReePay & Dibs)
    • Gift card module (with support for ReePay & Dibs) - Gift card validation - Event module
  • The look of the modules will adapt to the existing design of the website.
  • Multiple languages supported: - Works with popular multi-language plugins such as WPML and Polylang. - Language strings can be modified through an easy to use interface. - Comes prepackaged with Danish and English.
  • Various customization options.
  • Continuous updates. See CHANGELOG.md.

Getting started

Installation

Simply upload and install FreshBooking for Octopus PMS in the same way you'd install any other plugin.

During the installation of the plugin two database tables are created. One for containing custom translation strings (which currently comes prepackaged with translations for Danish and English) and another for storing FreshBooking credentials.

License activation

After the installation of the FreshBooking WordPress plugin it is necessary to activate the FreshBooking license. This is done by navigating to the 'FreshBooking' page in the sidebar menu within the WordPress administration panel. From there you click the tab labeled 'License'. Here you just fill out your Octopus PMS login credentials, and then click 'Generate License'. This will generate the FreshBooking token required to use the plugin.

License activation

After successfully generating the FreshBooking token, you will be able to begin setting up plugin provided shortcodes that constitute the main functionality.

Usage

The FreshBooking WordPress plugin currently contains three shortcodes that require manual placement on a given page.

The shortcodes can be inserted without further configuration.

Common for all shortcodes is that they inject small Vue.js applications that work isolated from the rest of the Wordpress website.

The most optimal way to insert them are on pages with a "full width" layout with about a 15-25 pixel margin in the sides.

'Availability' shortcode

The availability shortcode would most likely be inserted on the front page, and used as a call to action to direct guests to hotel module where the actual booking process happens.

The availability shortcode can be inserted anywhere on the wordpress site using the following name:

[konnectio-availability]

You can add custom properties to the availability shortcode like so:

[konnectio-availability panel-padding="24px"]

The availability shortcode supports the following properties (the default property settings are listed in the right side of the arrows):

[
	'accent-color' => '#e7c55e',
	'button-background' => '#e7c55e',
	'button-border' => null,
	'button-border-radius' => '4px',
	'button-color' => '#000000',
	'button-font-family' => 'inherit',
	'button-font-size' => '14px',
	'button-font-weight' => '400',
	'button-text-transform' => 'uppercase',
	'font-color' => '#666',
	'font-family' => 'inherit',
	'font-size' => '18px',
	'header-color' => '#000000',
	'header-font-size' => '42px',
	'input-background' => '#fff',
	'input-border' => '1px solid rgba(0, 0, 0, 0.15)',
	'input-border-radius' => '0px',
	'label-font-weight' => 'bold',
	'label-padding' => '6px',
	'panel-background' => 'rgba(255, 255, 255, 0.8)',
	'panel-border' => null,
	'panel-border-radius' => '8px',
	'panel-padding' => '24px'
]

'Hotel' shortcode

The hotel shortcode can be inserted anywhere on the wordpress site using the following name:

[konnectio-hotel]

The hotel shortcode supports the following properties:

[
	'accent-color' => '#e7c55e',
	'button-background' => '#e7c55e',
	'button-border-radius' => '4px',
	'button-border' => null,
	'button-color' => '#000000',
	'button-font-family' => 'inherit',
	'button-font-size' => '14px',
	'button-font-weight' => '400',
	'button-text-transform' => 'uppercase',
	'danger-color' => '#afa997',
	'font-color' => '#666',
	'font-family' => 'inherit',
	'font-size' => '18px',
	'gray-color' => 'grey',
	'header-color' => '#000000',
	'header-layout' => 'default',
	'input-background' => '#ffffff',
	'input-border-radius' => '0px',
	'input-border' => '1px solid rgba(0, 0, 0, 0.15)',
	'label-font-weight' => 'bold',
	'label-padding' => '6px',
	'layout' => 'selective',
	'loading-color' => '#666',
	'packages-title-max-lines' => '1',
	'panel-background' => '#ffffff',
	'panel-border-radius' => '8px',
	'panel-border' => null,
	'panel-padding' => '24px',
	'success-color' => '#e7c55e'
]

'Gift card' shortcode

The gift card shortcode can be inserted anywhere on the wordpress site using the following name:

[konnectio-gift-card]

The gift card shortcode supports the following properties:

[
	'accent-color' => '#e7c55e',
	'button-background' => '#e7c55e',
	'button-border' => null,
	'button-border-radius' => '4px',
	'button-color' => '#000000',
	'button-font-family' => 'inherit',
	'button-font-size' => '14px',
	'button-text-transform' => 'uppercase',
	'button-font-weight' => '400',
	'font-color' => '#666',
	'font-family' => 'inherit',
	'font-size' => '18px',
	'font-weight' => '400',
	'gray-color' => 'grey',
	'header-color' => '#000000',
	'header-font-size' => '32px',
	'input-background' => '#ffffff',
	'input-border' => '1px solid rgba(0, 0, 0, 0.15)',
	'input-border-radius' => '0px',
	'label-font-weight' => 'bold',
	'label-padding' => '6px',
	'loading-color' => '#666',
	'panel-background' => '#ffffff',
	'panel-border' => null,
	'panel-border-radius' => '8px',
	'panel-padding' => '24px',
	'place-type' => '0',
	'success-color' => '#e7c55e'
]

'Gift card validation' shortcode

The gift card validation shortcode can be inserted anywhere on the wordpress site using the following name:

[konnectio-gift-card-validation]

The gift card validation shortcode supports the following properties:

[
	'accent-color' => '#e7c55e',
	'button-background' => '#e7c55e',
	'button-border' => null,
	'button-border-radius' => '4px',
	'button-color' => '#000000',
	'button-font-family' => 'inherit',
	'button-font-size' => '14px',
	'button-text-transform' => 'uppercase',
	'button-font-weight' => '400',
	'font-color' => '#666',
	'font-family' => 'inherit',
	'font-size' => '18px',
	'font-weight' => '400',
	'gray-color' => 'grey',
	'header-color' => '#000000',
	'header-font-size' => '32px',
	'input-background' => '#ffffff',
	'input-border' => '1px solid rgba(0, 0, 0, 0.15)',
	'input-border-radius' => '0px',
	'label-font-weight' => 'bold',
	'label-padding' => '6px',
	'loading-color' => '#666',
	'panel-background' => '#ffffff',
	'panel-border' => null,
	'panel-border-radius' => '8px',
	'panel-padding' => '24px'
]

'Event' shortcode

The event shortcode can be inserted anywhere on the wordpress site using the following name:

[konnectio-event]

The event validation shortcode supports the following properties:

[
	'accent-color' => '#e7c55e',
	'button-background' => '#e7c55e',
	'button-border-radius' => '4px',
	'button-border' => null,
	'button-color' => '#000000',
	'button-font-family' => 'inherit',
	'button-font-size' => '14px',
	'button-font-weight' => '400',
	'button-text-transform' => 'uppercase',
	'danger-color' => '#afa997',
	'font-color' => '#666',
	'font-family' => 'inherit',
	'font-size' => '18px',
	'gray-color' => 'grey',
	'header-color' => '#000000',
	'input-background' => '#ffffff',
	'input-border-radius' => '0px',
	'input-border' => '1px solid rgba(0, 0, 0, 0.15)',
	'label-font-weight' => 'bold',
	'label-padding' => '6px',
	'loading-color' => '#666',
	'panel-background' => '#ffffff',
	'panel-border-radius' => '8px',
	'panel-border' => null,
	'panel-padding' => '24px',
	'success-color' => '#e7c55e'
]

Configuration

The FreshBooking WordPress plugin can be configured from the FreshBooking page within the WordPress administration panel.

Settings

Settings

Translations

FreshBooking supports custom translations.

Translations

4.0.56-rc57

2 days ago

4.0.56-rc56

2 days ago

4.0.56-rc55

2 days ago

4.0.56-rc54

4 days ago

4.0.56-rc53

4 days ago

4.0.56-rc52

5 days ago

4.0.56-rc51

5 days ago

4.0.56-rc50

5 days ago

4.0.56-rc49

6 days ago

4.0.56-rc48

8 days ago

4.0.56-rc47

8 days ago

4.0.56-rc46

9 days ago

4.0.56-rc45

12 days ago

4.0.56-rc44

13 days ago

4.0.56-rc43

13 days ago

4.0.56-rc42

14 days ago

4.0.56-rc41

25 days ago

4.0.56-rc40

26 days ago

4.0.56-rc39

1 month ago

4.0.56-rc38

1 month ago

4.0.56-rc37

1 month ago

4.0.56-rc36

1 month ago

4.0.56-rc35

1 month ago

4.0.56-rc34

1 month ago

4.0.56-rc33

1 month ago

4.0.56-rc32

1 month ago

4.0.56-rc31

2 months ago

4.0.56-rc30

2 months ago

4.0.56-rc29

2 months ago

4.0.56-rc28

2 months ago

4.0.56-rc27

2 months ago

4.0.56-rc26

3 months ago

4.0.56-rc25

3 months ago

4.0.56-rc24

3 months ago

4.0.56-rc23

3 months ago

4.0.56-rc22

3 months ago

4.0.56-rc21

3 months ago

4.0.56-rc20

3 months ago

4.0.56-rc19

3 months ago

4.0.56-rc18

3 months ago

4.0.56-rc17

3 months ago

4.0.56-rc16

3 months ago

4.0.56-rc15

3 months ago

4.0.56-rc14

3 months ago

4.0.56-rc13

3 months ago

4.0.56-rc12

3 months ago

4.0.56-rc11

3 months ago

4.0.56-rc7

3 months ago

4.0.56-rc8

3 months ago

4.0.56-rc9

3 months ago

4.0.56-rc10

3 months ago

4.0.56-rc5

4 months ago

4.0.56-rc6

4 months ago

4.0.56-rc3

4 months ago

4.0.56-rc4

4 months ago

4.0.56-rc1

4 months ago

4.0.56-rc2

4 months ago

4.0.54

4 months ago

4.0.55

4 months ago

4.0.52

4 months ago

4.0.53

4 months ago

4.0.51

4 months ago

4.0.50

4 months ago

4.0.49

4 months ago

4.0.48

5 months ago

4.0.47

5 months ago

4.0.46

5 months ago

4.0.45

5 months ago

4.0.44

5 months ago

4.0.43

5 months ago

4.0.42

5 months ago

4.0.41

5 months ago

4.0.40

5 months ago

4.0.39

5 months ago

4.0.38

5 months ago

4.0.37

5 months ago

4.0.36

5 months ago

4.0.35

5 months ago

4.0.34

6 months ago

4.0.33

6 months ago

4.0.32

6 months ago

4.0.31

6 months ago

4.0.30

6 months ago

4.0.29

6 months ago

4.0.28

6 months ago

4.0.27

6 months ago

4.0.26

6 months ago

4.0.25

6 months ago

4.0.24

6 months ago

4.0.23

6 months ago

4.0.22

6 months ago

4.0.21

6 months ago

4.0.20

6 months ago

4.0.19

6 months ago

4.0.18

6 months ago

4.0.17

6 months ago

4.0.16

6 months ago

4.0.15

6 months ago

4.0.14

6 months ago

4.0.13

6 months ago

4.0.12

6 months ago

4.0.11

6 months ago

4.0.10

6 months ago

4.0.9

7 months ago

4.0.8

7 months ago

4.0.7

7 months ago

4.0.6

7 months ago

4.0.5

7 months ago

4.0.4

7 months ago

4.0.3

7 months ago

4.0.2

7 months ago

4.0.1

7 months ago

4.0.0

7 months ago