Viewing 14 replies - 1 through 14 (of 14 total)
  • Hello @aigar,

    thank you for your message and for using my plugin.

    Do you mean a separate tab where you can see all your license keys? I have wanted to do that to be honest. If that’s what you mean, then no problem. I’ll add it as a part of the next update.

    Thread Starter aigar

    (@aigar)

    Hi @drazenbebic

    Thank you for quick response.
    This is exactly what I mean and it will be awsome to have in next release.

    But in the mean time is there any possibiliti to list current user keys in front end. I didn’t find any hook for that.

    @aigar

    I will check once I get home and reply to this post to let you know.

    Thread Starter aigar

    (@aigar)

    @drazenbebic It would be awesome. Thank you!

    • This reply was modified 4 years, 6 months ago by aigar.

    @aigar,

    I have somewhat good news, the plugin has the following filter:

    apply_filters('lmfwc_get_customer_license_keys', $order);

    $order has to be a WC_Order object. You would first need to retrieve all customer orders, loop through them, apply the filter, then check the return value. The filter returns an array with the following structure:

    array(
        'name' => (string) // product name
        'keys' => (array) // an array of license resource model objects
    );

    The license resource model can be found here:

    https://plugins.trac.wordpress.org/browser/license-manager-for-woocommerce/trunk/includes/models/resources/License.php

    Let me know if I can do anything else for you.

    Thread Starter aigar

    (@aigar)

    Thank you. I’ll give it a go. And looking forward for the Account page view in future release.

    @aigar,

    absolutely no problem. If you get stuck – let me know, I can help.

    I will also mark this topic as resolved, since the original question has been solved.

    PS: I would greatly appreciate if you took some time out of your day to write a plugin review here on WordPress.org. Those reviews really help spread the plugin and mean a lot to me personally. Here’s the link:

    https://wordpress.org/support/plugin/license-manager-for-woocommerce/reviews/#new-post

    Have a great evening!

    it seems the filter didn’t work anymore.

    try to use it, but it return array with empty result.

    could you please guide how to fix the filter?

    never mind, after going through your code, i use different function to process my data.

    Hello @eizil,

    is everything working for you? Do you need any more help with this matter?

    First of all, thank you for your decision. I will try to help with the translation into Russian. But there was a problem when using it : keys are not displayed in YOUR LICENSE KEYS user profile. They are simply not there and do not come to the mail in the same way . I can ‘t figure out what the problem is .

    konstantinosftw

    (@konstantinosftw)

    @ok2net, I solved the problem you are having by doing this:
    Drazen’s answer

    Drazen Bebic

    (@drazenbebic)

    @ok2net

    Try saving the permalinks as @konstantinosftw suggested.

    ok2net

    (@ok2net)

    A month has passed and you are writing about permanent links. The question sounds very different, the tab appears, but there is no data in it. I understand that the plugin is free, but it’s better to make it paid, but it works.

Viewing 14 replies - 1 through 14 (of 14 total)
  • The topic ‘License Keys in My Account page’ is closed to new replies.