I've been searching around for this, and I am not sure that I have gotten a good answer.... We are selling custom restaurant websites. For a customer who owns two restaurants, say "Bob's Pizza" and "Robert's Chinese", we want to sell that customer 2 website subscriptions under the same member_id. Also, we do not want to create 2 separate subscriptions/products (i.e. restaurant_website_1, restaurant_website_2) Each subscription has it's own database to handle content. I would like to add the database name to the STATUS object in the "DATA" field in the members table. Is this possible? What scripts would I need to modify to add this in? Thanks so much Best, Mike
Mike, You can update user's record after payment will be completed. You can use finish_waiting_payment hook for this: http://manual.amember.com/Using_site.inc.php_and_hooks#finish_waiting_payment.28.24payment_id.29