• You MUST read the Babiato Rules before making your first post otherwise you may get permanent warning points or a permanent Ban.

    Our resources on Babiato Forum are CLEAN and SAFE. So you can use them for development and testing purposes. If your are on Windows and have an antivirus that alerts you about a possible infection: Know it's a false positive because all scripts are double checked by our experts. We advise you to add Babiato to trusted sites/sources or disable your antivirus momentarily while downloading a resource. "Enjoy your presence on Babiato"

Booknetic - WordPress Booking Plugin for Appointment Scheduling [SaaS]

Booknetic - WordPress Booking Plugin for Appointment Scheduling [SaaS] v3.8.18

No permission to download
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!
 
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;
    }

}
 
@ up I have same.
I can add category but no service. just nothing is happening after save
~~Following
 
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
AdBlock Detected

We get it, advertisements are annoying!

However in order to keep our huge array of resources free of charge we need to generate income from ads so to use the site you will need to turn off your adblocker.

If you'd like to have an ad free experience you can become a Babiato Lover by donating as little as $5 per month. Click on the Donate menu tab for more info.

I've Disabled AdBlock