Announcement

Collapse
No announcement yet.

Members Only Site

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Members Only Site

    I want to have a members only site for ordering but I want people to be able to see the products and the member price. In order to purchase a product though they have to first subscribe to the site and pay a subscription fee. How do I do that with easycart?

  • #2
    This would probably require hooking into the add to cart functionality and check that a user is logged in before adding to the cart. The best method will probably be to look for a session variable that houses the users information. Best place to look would be within our accounts class file and understand the structure of a user.

    Comment

    Working...
    X