Booknetic - WordPress Booking Plugin for Appointment Scheduling [SaaS]

Booknetic - WordPress Booking Plugin for Appointment Scheduling [SaaS] v4.6.0

No permission to download

e2x2p

New member
Aug 13, 2019
10
2
3
there are no new database queries in this version)
and we will have the SAAS version? I read in the thread that someone with a licence was needed to recreate the necessary tables.

Thank you for your contribution!
 

lectora

Member
Nov 1, 2019
57
5
8
and we will have the SAAS version? I read in the thread that someone with a licence was needed to recreate the necessary tables.

Thank you for your contribution!
how I understand it was in old versions, but now need extra plugin:
PHP:
<?php

namespace BookneticApp\Providers;

use BookneticApp\Backend\Settings\Helpers\LocalizationService;
use BookneticSaaS\Providers\Helper as SaasHelper;
use BookneticApp\Providers\Helper;

class Backend
PHP:
<?php

namespace BookneticApp\Providers;

class PluginInstaller
{

    private $download_link;

    public function __construct( $download_link )
    {
        $this->download_link = $download_link;
    }

    public function install()
    {
        require_once ABSPATH . 'wp-admin/includes/plugin-install.php';
        require_once ABSPATH . 'wp-admin/includes/file.php';
        require_once ABSPATH . 'wp-admin/includes/misc.php';
        require_once ABSPATH . 'wp-admin/includes/plugin.php';
        require_once ABSPATH . 'wp-admin/includes/class-wp-upgrader.php';

        $upgrader = new \Plugin_Upgrader( new BookneticQuietSkin( ) );

        if ( ! file_exists( WP_PLUGIN_DIR . '/booknetic-saas/init.php' ) )
        {
            $upgrader->install( $this->download_link );
        }

        if ( file_exists( WP_PLUGIN_DIR . '/booknetic-saas/init.php' ) )
        {
            activate_plugin( WP_PLUGIN_DIR . '/booknetic-saas/init.php' );
        }

        return true;
    }

}
 

Santoshsth1

New member
May 10, 2022
0
0
0
@ up I have same.
I can add category but no service. just nothing is happening after save
~~Following
 

Alissonlc

New member
Jun 11, 2022
0
0
0
Does anyone have a retail version of the SAAS version that they could share?

If so would it be possible to get a copy of the wordpress install and a dump of the database (with booknetic SAAS installed)
 
  • Like
Reactions: e2x2p and ldilov

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu