WCFM - WooCommerce Frontend Manager - Ultimate

WCFM - WooCommerce Frontend Manager - Ultimate 6.7.5

No permission to download

aashutosh.g27

Member
Aug 27, 2020
64
24
8
India
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!
 

Craftworld

Well-known member
Trusted Uploader
Mar 3, 2019
567
545
93
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
 

ouedkniss

Well-known member
Babiato Lover
GiveAway Master
Trusted Uploader
Banned User
Oct 25, 2020
311
351
63
USA
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: 49
  • wc-frontend-manager-groups-staffs.zip
    223.2 KB · Views: 47
  • wc-frontend-manager-ultimate.zip
    4.6 MB · Views: 40
  • Like
Reactions: Bilaljo999

shipshape

Member
Jan 17, 2020
26
5
8
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 @Tomz 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:

Atsekabe

Well-known member
Apr 20, 2020
215
315
63
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 @Tomz 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.
 

narutam

New member
May 8, 2022
1
0
1
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 @Tomz 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
 

Craftworld

Well-known member
Trusted Uploader
Mar 3, 2019
567
545
93
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

narutam

New member
May 8, 2022
1
0
1
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: Craftworld

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