• 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"

Omni Channel Sales for Perfex CRM

Omni Channel Sales for Perfex CRM v1.0.1

No permission to download
The version I uploaded is 1.1.5. not sure why every one is thinking 1.1.4.

Here is 1.1.5 again - untouched.
This perfectly works for me. To null this. Go to modules/omni_sales and replace omni_sales.php with the attached file.
 
I can't attach the file, comment the codes in omni_sales.php based on the following to null:


PHP:
function omni_sales_appint(){
    $CI = & get_instance();  
    // require_once 'libraries/gtsslib.php';
    // $omni_sales_api = new OmniSalesLic();
    // $omni_sales_gtssres = $omni_sales_api->verify_license(true);  
    // if(!$omni_sales_gtssres || ($omni_sales_gtssres && isset($omni_sales_gtssres['status']) && !$omni_sales_gtssres['status'])){
    //      $CI->app_modules->deactivate(OMNI_SALES_MODULE_NAME);
    //     set_alert('danger', "One of your modules failed its verification and got deactivated. Please reactivate or contact support.");
    //     redirect(admin_url('modules'));
    // }  
}
function omni_sales_preactivate($module_name){
    // if ($module_name['system_name'] == OMNI_SALES_MODULE_NAME) {            
    //     require_once 'libraries/gtsslib.php';
    //     $omni_sales_api = new OmniSalesLic();
    //     $omni_sales_gtssres = $omni_sales_api->verify_license();        
    //     if(!$omni_sales_gtssres || ($omni_sales_gtssres && isset($omni_sales_gtssres['status']) && !$omni_sales_gtssres['status'])){
    //          $CI = & get_instance();
    //         $data['submit_url'] = $module_name['system_name'].'/gtsverify/activate';
    //         $data['original_url'] = admin_url('modules/activate/'.OMNI_SALES_MODULE_NAME);
    //         $data['module_name'] = OMNI_SALES_MODULE_NAME;
    //         $data['title'] = "Module License Activation";
    //         echo $CI->load->view($module_name['system_name'].'/activate', $data, true);
    //         exit();
    //     }      
    // }
}
function omni_sales_predeactivate($module_name){
    // if ($module_name['system_name'] == OMNI_SALES_MODULE_NAME) {
    //     require_once 'libraries/gtsslib.php';
    //     $omni_sales_api = new OmniSalesLic();
    //     $omni_sales_api->deactivate_license();
    // }
}
 
  • Like
Reactions: Mr. White
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