• Resolved vaibhav12321

    (@vaibhav12321)


    After user subscribe I want my user to show a link to my SaaS software where they can use subscribed software.

    Please suggest how I can achieve this. Thank you.

Viewing 8 replies - 1 through 8 (of 8 total)
  • Hi @vaibhav12321 , Subscribed order details for users can be seen under my-account/subscriptions . Please check and let me know if the details are not showing there.

    Thread Starter vaibhav12321

    (@vaibhav12321)

    Yes subscription tab and details showing there. But my question is how to give access to a page/resource after successful checkout?

    Thanks.

    Hi @vaibhav12321, Granting access to a page/resource is not possible with this plugin.

    Thread Starter vaibhav12321

    (@vaibhav12321)

    Thank you for your reply.

    One last question: after I include wp-load.php in my app can you suggest on how to check if current wordpress user have active subscription product?

    Hi @vaibhav12321 , Please check this function

    • (hf_get_users_subscriptions )
    • inside the plugin on how to get the subscriptions of current user. Also you can use the [hikeforce_subscriptions] shortcode that displays subscriptions for current user. You can leave a review if plugin/support helped you

    Thread Starter vaibhav12321

    (@vaibhav12321)

    Yes sure. Thank you for the answer. Now I can do something.

    Hi! Was anyone able to achieve the “show page only if subscribed” feature in some way? I need to do the same and if someone found a solution it would be awesome! This plugin is cool, I just need that one function!

    Thread Starter vaibhav12321

    (@vaibhav12321)

    I use suggested function: hf_get_users_subscriptions(get_current_user_id()); but it gives error Fatal error: Call to a member function get_order() on null in F:\xampp\htdocs\app\wp-content\plugins\xa-woocommerce-subscriptions\hf-base-functions.php on line 90

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Give access to a page after user subscribe.’ is closed to new replies.