Jump to content

I need to show a page with content for registered customers with active subscription only!


clasil

Recommended Posts

HI guys,

 

I need to show a custom page with content for our registered customers with active subscription only!

 

in this page we show coupon code from our partners so our customer get the benefit from it.

 

how can accomplish this custom page...?

 

Thanks for you help

CS

Link to comment
Share on other sites

use this documentation to create your page, now you need to limit access to this page for clients with active product/services only, we will query database to check if current logged-in client has active services, here is the query we need to run

 

SELECT COUNT(`id`) FROM `tblhosting` WHERE `userid`= $_SESSION['uid'] AND `domainstatus` = "Active"

 

now based on this SQL result we allow client to see content of this page, display error message or redirect him to another page.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated