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

WCFM - WooCommerce Frontend Manager - Ultimate

WCFM - WooCommerce Frontend Manager - Ultimate 6.7.5

No permission to download
Guys so many people repeatedly ask about license key and activation, and so many time the good guys have replied that plugin works without activation. (activation is required for updating only).
So thanks to all the good guys @Truth @Babak and other cool guys.

All it requires is to go through some posts on previous pages. I just skimmed it in 5 minutes and here is the summary for all those who needs to get rid of the plugin activation reminder:


For Ultimate
============
Edit the file wc-frontend-manager-ultimate/wc_frontend_manager_ultimate.php
Go to line 18 / find:
if(!defined('ABSPATH')) exit; // Exit if accessed directly
Directly below that, line 19, add the following:
update_option ('wcfmu_license_activated', 'Activated');
It will now look like:
if(!defined('ABSPATH')) exit; // Exit if accessed directly
update_option ('wcfmu_license_activated', 'Activated');


For Analytics
=============
Edit the file wc-frontend-manager-analytics/wc_frontend_manager_analytics.php
Go to line 18 / find:
if(!defined('ABSPATH')) exit; // Exit if accessed directly
Directly below that, line 19 add the following:
update_option ('wcfma_license_activated', 'Activated');
It will now look like:
if(!defined('ABSPATH')) exit; // Exit if accessed directly
update_option ('wcfma_license_activated', 'Activated');


For Delivery
============
Edit the file wc-frontend-manager-delivery/wc-frontend-manager-delivery.php
Go to line 18 / find:
if(!defined('ABSPATH')) exit; // Exit if accessed directly
Directly below that, line 19 add the following:
update_option ('wcfmd_license_activated', 'Activated');
It will now look like:
if(!defined('ABSPATH')) exit; // Exit if accessed directly
update_option ('wcfmd_license_activated', 'Activated');


For Groups Staffs
=================
Edit the file wc-frontend-manager-groups-staffs/wc_frontend_manager_groups_staffs.php
Go to line 18 / find:
if(!defined('ABSPATH')) exit; // Exit if accessed directly
Directly below that, line 19 add the following:
update_option ('wcfmgs_license_activated', 'Activated');
It will now look like:
if(!defined('ABSPATH')) exit; // Exit if accessed directly
update_option ('wcfmgs_license_activated', 'Activated');

Thanks
How about product hub?
 
  • Like
Reactions: Truth
Install this groups & staff modified plugin and check if the error goes away
 

Attachments

  • wc-frontend-manager-groups-staffs.zip
    212 KB · Views: 44
Install this groups & staff modified plugin and check if the error goes away
Error still there, the group tab is fine, just the staff, also the product hub still asking for license, I'm using version 1.0.8
 

Attachments

  • Screenshot_20220106-033923_Chrome.jpg
    Screenshot_20220106-033923_Chrome.jpg
    257.6 KB · Views: 11
Error still there, the group tab is fine, just the staff, also the product hub still asking for license, I'm using version 1.0.8
Replace this file to wc-frontend-manager-product-hub\core to remove the notification.
I've just tested the staff tab on my setup and it works ok. I'm using the latest version of WCFM on everything, try with a clean installation and only use the plugins provided in this thread + babiato.
 

Attachments

  • class-wcfmph-license.zip
    2.6 KB · Views: 37
  • Like
Reactions: AKSakallı
I'm at the core, but how exactly do I replace the file? There's no option to upload it or anything.....bear with me please, I'm still new to this
Also for the add-ons everything from here. Do I need to get the other wcfm plugins too? I searched for the membership plugin here as the membership switch is not switching to on.
 
The notification is gone thanks, but I'm still getting the data table error and my products are not displaying in the store product area.
 
Guys so many people repeatedly ask about license key and activation, and so many time the good guys have replied that plugin works without activation. (activation is required for updating only).
So thanks to all the good guys @Truth @Babak and other cool guys.

All it requires is to go through some posts on previous pages. I just skimmed it in 5 minutes and here is the summary for all those who needs to get rid of the plugin activation reminder:


For Ultimate
============
Edit the file wc-frontend-manager-ultimate/wc_frontend_manager_ultimate.php
Go to line 18 / find:
if(!defined('ABSPATH')) exit; // Exit if accessed directly
Directly below that, line 19, add the following:
update_option ('wcfmu_license_activated', 'Activated');
It will now look like:
if(!defined('ABSPATH')) exit; // Exit if accessed directly
update_option ('wcfmu_license_activated', 'Activated');


For Analytics
=============
Edit the file wc-frontend-manager-analytics/wc_frontend_manager_analytics.php
Go to line 18 / find:
if(!defined('ABSPATH')) exit; // Exit if accessed directly
Directly below that, line 19 add the following:
update_option ('wcfma_license_activated', 'Activated');
It will now look like:
if(!defined('ABSPATH')) exit; // Exit if accessed directly
update_option ('wcfma_license_activated', 'Activated');


For Delivery
============
Edit the file wc-frontend-manager-delivery/wc-frontend-manager-delivery.php
Go to line 18 / find:
if(!defined('ABSPATH')) exit; // Exit if accessed directly
Directly below that, line 19 add the following:
update_option ('wcfmd_license_activated', 'Activated');
It will now look like:
if(!defined('ABSPATH')) exit; // Exit if accessed directly
update_option ('wcfmd_license_activated', 'Activated');


For Groups Staffs
=================
Edit the file wc-frontend-manager-groups-staffs/wc_frontend_manager_groups_staffs.php
Go to line 18 / find:
if(!defined('ABSPATH')) exit; // Exit if accessed directly
Directly below that, line 19 add the following:
update_option ('wcfmgs_license_activated', 'Activated');
It will now look like:
if(!defined('ABSPATH')) exit; // Exit if accessed directly
update_option ('wcfmgs_license_activated', 'Activated');

Thanks
it works flawless for wp dashboard only. but on "installed plugin page" warning still shows.
 
Last edited:
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