• 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
Hi,
Can anyone help me with this, I'm using this plugin & all the checkboxes & textboxes are mis-aligned. Please help me to reslove this problem.

1622079417734.png

1622079444209.png

Please Help!
 
Hi,
Can anyone help me with this, I'm using this plugin & all the checkboxes & textboxes are mis-aligned. Please help me to reslove this problem.

1622079417734.png

1622079444209.png

Please Help!
Kindly check if your theme support the plugin bro ..
 
Hi,
Can anyone help me with this, I'm using this plugin & all the checkboxes & textboxes are mis-aligned. Please help me to reslove this problem.

1622079417734.png

1622079444209.png

Please Help!
Or there may be a plugin incompatible the wcfm, deactivate all ur plugin except wfcm, and start activating them one by one, each time u activate one, check on the output of wcfm to know which plugin affecting it... Thanks
 
WCFM - WooCommerce Frontend Manager - Ultimate v6.6.1
WCFM - WooCommerce Frontend Manager - Groups & Staffs v3.4.6
WCFM - WooCommerce Frontend Manager - Analytics v2.2.3
 

Attachments

  • wc-frontend-manager-analytics.zip
    977.1 KB · Views: 70
  • wc-frontend-manager-groups-staffs.zip
    223.2 KB · Views: 61
  • wc-frontend-manager-ultimate.zip
    4.6 MB · Views: 51
  • Like
Reactions: Bilaljo999
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
 
Last edited:
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
Nice recap. Thanks.
I'm going to bookmark this so I can post your reply in two weeks time, when people will start asking over and over again the same old questions.
 
  • Like
Reactions: Truth and shipshape
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
Thank you very much.... will try and update you
 
There's another plugin u need to install before wcfm ultimate work, that's what the error message is telling you.

You need to install the following plugin👇

If you want your store to be enabled for multivendor features you will install this👇

The error message will go, but if you want to deactivate the activation message, read thru the thread under this wcfm ultimate page, u will get the tutorial. Thanks
 
  • Like
Reactions: BlazeHadden24
can you screenshot the error message is giving?

There's another plugin u need to install before wcfm ultimate work, that's what the error message is telling you.

You need to install the following plugin👇

If you want your store to be enabled for multivendor features you will install this👇

The error message will go, but if you want to deactivate the activation message, read thru the thread under this wcfm ultimate page, u will get the tutorial. Thanks
Thank you very much brother for helping me out of the way
 
  • Like
Reactions: Truth
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