Tito777
New member
- May 18, 2022
- 2
- -1
- 1
do you have affiliate addon too? I'll be highly grateful to you.I can give it a try, but I haven't tried it much so I'm not 100% sure. Try it and tell me...
do you have affiliate addon too? I'll be highly grateful to you.I can give it a try, but I haven't tried it much so I'm not 100% sure. Try it and tell me...
here you have it, I haven't tested it, I hope it works.do you have affiliate addon too? I'll be highly grateful to you.
wonderful...it's working fine. You're really awesome as well this forum. Thank you so much.here you have it, I haven't tested it, I hope it works.
@elofran Please thank you soooooo much you have saved meI can give it a try, but I haven't tried it much so I'm not 100% sure. Try it and tell me...
How about product hub?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
Same procedure, same structure. Try and you'll seeHow about product hub?
Everything work except the product hub, copied the code to line 19 as wellSame procedure, same structure. Try and you'll see![]()
Attach the plugin file here, I'll remove the notifications inside the code for youEverything work except the product hub, copied the code to line 19 as well
Same procedure, same structure. Try and you'll see![]()
Just a minute, facing problem uploading it
YesThat is not a license error, is an SQL error, are you also using groups & staff plugin?
How do I fix it please?That is not a license error, is an SQL error, are you also using groups & staff plugin?
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.8Install this groups & staff modified plugin and check if the error goes away
Replace this file to wc-frontend-manager-product-hub\core to remove the notification.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
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.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
it works flawless for wp dashboard only. but on "installed plugin page" warning still shows.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