09-11-2007, 01:14 PM
I have a website that was designed without php manager in mind from the beginning.
The client later added the requirement for a subscription based discount.
The idea is that people will sign up (pay through paypal) and they will get a monthly newsletter and access to discounts applied to certain products sold on the site.
I have already built much of the site using html and a little javascript that at this point has executed the page design and layout. But I have yet to add paypal buttons for product purchases.
At this point there are no areas of the site that will require access control for members only, it may come later.
So to summarize, the requirement is to provide for the purchase of membership subscriptions through paypal, then once they are confirmed paid, and for the duration of their member ship (3 mo/6 mo/1 yr) provide access to discounts on various products offered on the site.
What I am looking for is assistance in designing the solution with the use of php membership manager in mind. Best practices, pointers, suggestions of any kind are welcome.
Thanks in advance.
The client later added the requirement for a subscription based discount.
The idea is that people will sign up (pay through paypal) and they will get a monthly newsletter and access to discounts applied to certain products sold on the site.
I have already built much of the site using html and a little javascript that at this point has executed the page design and layout. But I have yet to add paypal buttons for product purchases.
At this point there are no areas of the site that will require access control for members only, it may come later.
So to summarize, the requirement is to provide for the purchase of membership subscriptions through paypal, then once they are confirmed paid, and for the duration of their member ship (3 mo/6 mo/1 yr) provide access to discounts on various products offered on the site.
What I am looking for is assistance in designing the solution with the use of php membership manager in mind. Best practices, pointers, suggestions of any kind are welcome.
Thanks in advance.