Results 1 to 6 of 6

Hybrid View

  1. #1

    Default Is there a way to have a "Members only" ez page?

    Our members get exclusive access to training tips and such. I need to make a page that only our members can access. Is this possible? Would be nice if it could work with the wholesale price module, because I am basically using this as member pricing. Works great! Maybe there is another solution though.

    Thank you.

  2. #2

    Default Re: Is there a way to have a "Members only" ez page?

    I hate to bump this, but I've gotta come up with a solution to have a password protected section that only selected members can view. Thank you.

  3. #3
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Is there a way to have a "Members only" ez page?

    If you look at other pages and how they force a login you can do this on any page ...

    To control something like a single EZ-Page you will need to get a touch more technical but the idea is to add to the header_php.php of the /page directory ...
    PHP Code:
      if (!$_SESSION['customer_id']) {
        
    $_SESSION['navigation']->set_snapshot();
        
    zen_redirect(zen_href_link(FILENAME_LOGIN'''SSL'));
      } 
    First get that working then work on just for the given EZ-Page ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  4. #4
    Join Date
    Apr 2004
    Location
    UK
    Posts
    5,821
    Plugin Contributions
    2

    Default Re: Is there a way to have a "Members only" ez page?

    http://www.zen-cart.com/forum/showthread.php?t=63890
    Similar request, with further info, at above thread

  5. #5
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Is there a way to have a "Members only" ez page?

    Thanks misty ... thought there was one of those running around some place ...

    So many days ... so many posts ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  6. #6
    Join Date
    Apr 2004
    Location
    UK
    Posts
    5,821
    Plugin Contributions
    2

    Default Re: Is there a way to have a "Members only" ez page?

    Quote Originally Posted by Ajeh View Post
    Thanks misty ... thought there was one of those running around some place ...

    So many days ... so many posts ...
    No problem ajeh, after over 36,000 posts,
    my head would be spinning too

 

 

Similar Threads

  1. Replies: 3
    Last Post: 3 Jul 2013, 08:51 PM
  2. can i have products of types "Purchase" and "View only"...need both
    By aniketanyee in forum Customization from the Admin
    Replies: 2
    Last Post: 24 Nov 2012, 11:06 AM
  3. Replies: 1
    Last Post: 31 Jul 2009, 01:07 PM
  4. Replies: 1
    Last Post: 7 Oct 2008, 02:01 PM
  5. No "Add To Cart" - I only have "Contact Us"
    By gspz in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 4 Sep 2008, 05:37 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg