• Hello,

    Your plugins correspond a lot to what I’m looking for, is it possible for the user to have access to their content from their profile page?

    I am thinking of the link with the license, so that I can return to the link without any problem.

    Regards,

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Amin Y

    (@oscomsupport)

    Hello Clementlgt,

    The content related purchases can be shown anywhere in the myaccount/profile pages using this code in your woocommerce/theme files,

    <?php
    if ( function_exists( ‘csellwoo_get_purchases’ ) ) {

    csellwoo_get_purchases( );
    }
    ?>

    if the customer is logged in and has access the above code shows the list.

    If this needs text customizations, I can add some option settings for these in the next version.

    Regards,
    Amin.

    • This reply was modified 2 years, 3 months ago by Amin Y.
    • This reply was modified 2 years, 3 months ago by Amin Y.
    Plugin Author Amin Y

    (@oscomsupport)

    Any other help or customization, send your requirements. Ive updated the plugin, fixing some of the bugs.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘See Links on profile’ is closed to new replies.