Dear team,
I am your premium version users and last 2-3 months our customers cannot match the license. After that we found this error Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in?/home/dh_ejpkvh/amadercode.com/wp-content/plugins/woocommerce-license-keys-extended/vendor/10quality/wp-query-builder/src/QueryBuilder.php?on line?872
our customers are not able to match the license. Please solve it.
]]>10quality.com SSL certificate has expired on 9th February 2021.
I have tried to let them know via email but no response.
I believe this is causing issues with their license plugin. Every time I login to WP admin I get the message: Please activate a valid license key for plugin “License Keys for WooCommerce (Extended features)”. I have to do this every time I login.
I have had no response from any support requests.
Is this company still active?
]]>Hi!
I am a beginner to WP hooks, (actions and filters) I was able to create a Plugin that shows all 4 admin notices in the WP dashboard
here the Plugin-one code
/* Start admin notices on */
function display_admin_notice() {
?>
<div class =”notice notice-success is-dismissible”><p>Congratulatios! it seems you have a nice success notice</p></div>
<div class = “notice notice-error”><p>What a nice error message</p> </div>
<div class = “notice notice-warning”><p>WARNING!!! site about to blow up in pieces</p></div>
<div class = “notice notice-info is-dismissible”><p>INFO – you must renew license</p></div>
<?php
}
add_action( ‘admin_notices’, ‘display_admin_notice’ );
/* Stop admin notices on */`
it works perfectly.
Now I have another plugin that hides ALL notifications
/* Start Block ALL admin notices */
add_action('admin_enqueue_scripts', 'block_dismissable_admin_notices');
add_action('login_enqueue_scripts', 'block_dismissable_admin_notices');
function block_dismissable_admin_notices() {
echo '<style>.wp-core-ui .notice{ display: none !important; }</style>';
}
/* Stop Block ALL admin notices */`
it works fine too
BUT I need to REMOVE the action from the first Plugin, NOT to hide all notifications, I mean, is there a way to get the
add_action( 'admin_notices', 'display_admin_notice'
from the first Plugin and remove_action so the Plugin hides/block ONLY the admin_notices from THAT plugin and NOT from all the WordPress core or another plugin?
I guess I should somehow hook to that
add_action( ‘admin_notices’, ‘display_admin_notice’
but I do not know how
Brief
I have a plugin with this action
add_action( ‘admin_notices’, ‘display_admin_notice’
and need to call it from ANOTHER plugin to block those admin_notices
Thanks in advance
]]>Hello,
I am a registered customer, but no one has answered my email inquiries for 1 and a half months.
Does anyone know if this company has disappeared?
Thanks for the help.
Regards,
Jose A.
Hi,
Is it possible to use Python for the API?
]]>Hi, I’ve read that it isn’t currently possible to get license keys from an external table.
So I was wondering if the license key generation can at least be customized to follow a specific pattern.
Thanks
Each time there is an update, the product looses the expiry date attributes. So new orders don’t get the expiry date for the product. Which then means the customer cannot activate the product. Any chance this can be fixed, so updated don’t mean we have to update each product every time. Also is there some SQL we can run to update old orders with no expiry date?
]]>Hello!
I’ve recently installed your plugin and I am having issues with getting the keys to actually appear on the /license-keys/ page for users who already purchased keys prior to the plugin installation. Is there something i’m missing?
I don’t believe it needs to be implemented with PHP. I simply want subscribers to be able to view their keys.
Please assist.
]]>Recently we have started to receive complains about their license keys suddenly stopped workig and products showing inatactive message.
This is serious, resolve it asap.
Hi,
I have a problem with the extension. I’ve just install the latest version and it crashes when i’m trying to manage the license keys of my products.
WordPress version 5.3.2
Thème actuel : GO (version 0.1.0)
Extension actuelle : License Keys for WooCommerce (Extension) (version 1.6.0)
PHP version 7.2.25.
Does somebody have the same problem ?
Thx for your return
]]>I got an order. In the log I found that the first payment was invalid, but the second one was payed successfull. So its subscription created. When I open License keys from WordPress dashboard, I got the folloving error message:
/wp-content/plugins/woocommerce-license-keys-extended/app/Controllers/WooSubscriptionCompatibilityController.php(2): WC_Subscription->__construct(1444)
How to add subscription id this license code manualy?
When I gets license details via API, expire_date is empty if the product is a subscription. If it is a simple product, expire_date field works well. Is it possible to add next payment date to its field if it is a subscription product?
]]>Hi team, I’ve recently installed this as part of products available on my site. I’ve noticed that when activated, the simple products admin page no longer have the price input fields. I need to deactivate the plugin to add pricing on new simple products and then activate it.
Am I missing a setting to enable simple products? Or is this a bug?
Thanks in advance.
]]>Hi,
I’ve integrated the API into my C# application. It works fine !
How it works :
– the user buy the product via my woocommerce site,
– the user download the product, because it is virtual and downloadable,
– the product has a useless but mandatory sku code (ex: FooSku),
Users have to register the license via a c# form received after buying.
In the C# code “FooSku” is written.
I have now a 2nd version off my application and in my woocommerce, a new product and a new sku code FooSku2.
The product “is the same” but if you bought the 2nd version, more fonctionalities are enable.
The process is the same.
My problem is that the user “only” have the license key and not the sku code. So an error is always launched because the coding sku code is not the same as in the woocommerce product.
Is there a solution to get the product associated with the licence key via an API ? And then with the woocommerce REST API get the good sku code ? I saw on the 10quality site the “Licence Key Data Model” and the wc_get_license_key function but there is no API ? Isn’t it ?
Thx for your return.
Regards.
éric
]]>Hiya, paid version of plugin is causing my site to crash. I’ve disabled it for now. Error below. Let me know if you need any further info. New version of Woocomerce new version is also reporting that it’s not tested with current version of your plugin.
Running WordPress 5.2.2 & Woocommerce Version 3.6.3
WooCommerce License Keys (Extension)
Deactivate | Resume
Enable extended features of WooCommerce License Keys plugins.
Version 1.5.1 | By 10 Quality | Visit plugin site
This plugin failed to load properly and is paused during recovery mode.
An error of type E_ERROR was caused in line 100 of the file ../wp-content/plugins/woocommerce-license-keys-extended/vendor/10quality/license-keys-php-client/src/Client.php. Error message: Uncaught Exception: OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to https://www.10quality.com:443 in ../wp-content/plugins/woocommerce-license-keys-extended/vendor/10quality/license-keys-php-client/src/Client.php:100 Stack trace: #0 ../wp-content/plugins/woocommerce-license-keys-extended/vendor/10quality/license-keys-php-client/src/Api.php(102): LicenseKeys\Utility\Client->call(‘license_key_val…’, Object(LicenseKeys\Utility\LicenseRequest)) #1 ../wp-content/plugins/woocommerce-license-keys-extended/vendor/10quality/wpmvc-addon-license-key/addon/Controllers/LicenseController.php(98): LicenseKeys\Utility\Api::validate(Object(LicenseKeys\Utility\Client), Object(Closure), Array, false, true, 3, ‘+1 hour’) #2 [internal function]: WPMVC\Addons\LicenseKey\Controllers\LicenseController->validate(Object(LicenseKeysExtended\Main), false) #3 ../wp-content/plugins/woo-license-keys/vendor/10quality/wpmvc-mvc/src/Engine.php(150):
]]>I just installed and tried to activate the Woocommerce License Keys plugin, with the intention of adding the extended features afterwards. Via my admin console in WordPress, I clicked the install button, then the activate button. When I clicked the activate button, I received an error message stating that the plugin caused a fatal error, and my site went down. The version of WordPress I am on is 5.2.2, and WooCommerce 3.7. Please help ASAP!
]]>Unable to use license keys as is https://www.10quality.com down
Help!
[25-Aug-2019 14:40:51 UTC] PHP Fatal error: Uncaught Exception: Failed to connect to https://www.10quality.com port 443: Connection refused in /var/www/html/wordpress/wp-content/plugins/woocommerce-license-keys-extended/vendor/10quality/license-keys-php-client/src/Client.php:100
Stack trace:
#0 /var/www/html/wordpress/wp-content/plugins/woocommerce-license-keys-extended/vendor/10quality/license-keys-php-client/src/Api.php(102): LicenseKeys\Utility\Client->call(‘license_key_val…’, Object(LicenseKeys\Utility\LicenseRequest))
#1 /var/www/html/wordpress/wp-content/plugins/woocommerce-license-keys-extended/vendor/10quality/wpmvc-addon-license-key/addon/Controllers/LicenseController.php(98): LicenseKeys\Utility\Api::validate(Object(LicenseKeys\Utility\Client), Object(Closure), Array, false, true, 3, ‘+1 hour’)
#2 [internal function]: WPMVC\Addons\LicenseKey\Controllers\LicenseController->validate(Object(LicenseKeysExtended\Main), false)
#3 /var/www/html/wordpress/wp-content/plugins/woo-license-keys/vendor/10quality/wpmvc-mvc/src/Engine.php(150): call_user_func_arr in /var/www/html/wordpress/wp-content/plugins/woocommerce-license-keys-extended/vendor/10quality/license-keys-php-client/src/Client.php on line 100
You have sample files that show you how to implement this with custom plugins and themes?
I’m thinking about getting the pro version but it seems that all the documentation deals with how to configure inside woocommerce, but very little about how to implement the licensing inside a plugins. Could you point me in the right direction so I can figure out how to add this to a plugin?
]]>Hi,
In my scenario I aim to sell to corporations where 1 person will buy all the licences for the users. This may be any number between 1 and say 250+.
I would like to be able to give that user 1 key that can be activated x times, rather than x keys that can only be activated 1 time. For the purchaser it is much simpler to distribute 1 key to x users than to manage the distribution of x keys.
Is it possible to link the number of licences purchased to the maximum activation limit?
Thanks
]]>Hello! Is it possible to change License Key generation mechanism? I need to use endpoint owned by the manufacturer of the Software, responsible for generating License Keys, extending the validity of existing Keys and verifying their activity.
So I don’t need to use License Key Codes generated by this plugin. But instead connect it with external API. Is it possible to do? Maybe you have some hooks that I can use?
]]>Please fix the plugin to support wordpress version 5.2
]]>My client is using WooCommerce License Keys plugin version 1.2.10. Using the RESTAPI I activate some license which has validity of 1 day. Everything works fine. I can activate a licence more than once until it expires. In Woocommerce I could see the number of activations increase.
But now my client wanted to have single use keys, which can only be activated once… So he bought WooCommerce License Keys Extended Features version 1.4.0.
It seems like since he installed this version, the activation count is no longer being increased when I use the RESTAPI to activate a license. Are we misunderstanding how the plugin should work or is this a bug?
]]>Hi,
Since, this morning, I have a 403 error when I start my C# application. No modification since many days…
I don’t understand.
Thx for your return
éric
]]>No oder success after payment with woocommerce paypal successfully
I’m not sure this is caused from this plugin or not. Please help me confirm.
]]>I’m not sure This is include api to validate desktop application user to limit 1 ip per one license key.
Thanks
]]>When a user is viewing his woocommerce profile on the site front end. There’s a menu that provides links to dashboard/orders/license keys/downloads etc. Clicking the license keys link directs the user to a 404 error page.
]]>The purchased add-on reports that ‘Activation no longer valid’ with an activation date of January 1, 1970.
How do you recommend we resolve?
We’re tried deleting and re-installing, but the same error is reported.
We are unable to use the extended features.
Thanks in advance!
]]>Hello,
I use Woocommerce Licence Key with Ultimate Membership and I’m a bit lost on how I can use it to sell role on our website.
I want the user to …
-gain a key when they buy a package
-Then they activate the key on the website
-Then their role is upgraded to that key’s role (bronze, silver, gold)
-Then they get access to the download section
Any clue would help a lot.
Thanks!
]]>Is there a way to import a list of keys, and have the plugin use them, one for each item sold, instead of the plugin “creating” it’s own key?
Thanks!
]]>Hi All,
I’m working with the API and connect it in my C# App.
My question is !
In the request, SKU code seems to be obligatory (request failed without one). But what is the utility of a SKU code for a downloable (and virtual) product.
Maybe, there is something I do misunderstand.
Thanks for your return.
Regards
éric
]]>