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.
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.
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
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!
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