Hello @daviidck,
thanks for your message and for using my plugin.
This feature has been requested previously. Visit here for my previous response on this matter:
https://ww.wp.xz.cn/support/topic/new-feature-request-21/
But to answer your question right here: Yes, it’s an upcoming feature for the next release 🙂
PS: It would help me tremendously if you took some time out of your day to write a plugin review here on ww.wp.xz.cn. Those reviews really help the plugin growth and mean a lot to me personally. Here’s the link for that too:
https://ww.wp.xz.cn/support/plugin/license-manager-for-woocommerce/reviews/#new-post
Should you need help with anything else please let me know 🙂
Thread Starter
Anonymous User 17291603
(@anonymized-17291603)
Hi @drazenbebic,
I read that thread, but it only mentions searching and filtering by license, not product.
I think it would be cool to be able to search and filter by all table headers (License key, Order, Product, Activation, Created at, Expires at, Valid for, Status), that way you can go and show all product=software-trial-key and status=expired.
@daviidck
Oh, I misunderstood then.
I agree with you! I will definitely add it to the TODO list.
Thread Starter
Anonymous User 17291603
(@anonymized-17291603)
Also would be nice to update products stocks every time there’s an insert/update/delete on the _lmfwc_license table.
Something like SELECT count(1) FROM hihgv_lmfwc_licenses WHERE product_id={new.product_id} and order_id is NULL and status = 3;
status = 3 should mean activated IIRC.
And update postmeta _stock and _stock_status accordingly to reflect real stock.
@daviidck
Automatic stock management is also something that’s been in the works for a while. I wanted to have it implemented at launch but back then I wasn’t 100% sure about the proper implementation.
It will definitely be added as well, so keep an eye out!