Hello, I want to create 3 different ptoducts. each product has its own domain name, but I want each product to have its own folder in my aMember domain. For example: Product 1: people register on product1.com and after they pay, they can access the content on product1.myamemberdomain.com Product 2: people register on product2.com and after they pay, they can access the content on product2.myamemberdomain.com Product 3: people register on product3.com and after they pay, they can access the content on product3.myamemberdomain.com Those 3 products are totally unrelated so I dont want other people know there are more products (on different subjects in my myamemberdomain.com) Is that possible? If so, How? I am totally new to aMember. I received my installation a few hours ago. Cheers!
You need to install amember on main domain myamemberdomain.com License will not work for other domains. You can use price groups to display products that related to each subdomains only(or even better create copy of signup.php for each product and hardcode price group in it.). On other domains you can include signup page in iframe.
Thanks for your response Alexander. Please verify this: I have to install aMember 3 times inside myamemberdomain.com ? I mean, one installation for product1.myamemberdomain.com, another for product2.myamemberdomain.com and another for product3.myamemberdomain.com? If so, I will have to manage 3 different Admin panels, correct? By the way, good idea that one about the iframe for sign up pages. Thanks.
But How Can I have 3 completely different products and prevent each other people know about the others? I mean, One product is for Ladies, the other is for Gentlemen and the other is for Children (3 completely different products with 3 completely different niches). Regards.
You can do this using negative price groups for each product: /amember/signup.php?price_group=-1 will include only product with price group set to -1 of course you can install three separate installations as well, but this way user's databases will be separate and this will be more difficult to manage all products.