Hello, I have a shopping cart I've been using for many years that inhibits me from switching to something like 1shoppingcart. My cart runs on ASP.NET and my membership is using Joomla on Linux. As I found Amember to be the best membership control for my needs (Joomla plugin) I am trying to find the way to integrate the two through a remote post. We have done this with several other membership programs for others but as I am unfamiliar with Amember I am trying to find the form or post URL where we can post the new memberships. I know we can write a new form to accept the posts on the Linux server but I am hoping there is an easier way to import these new users. Please give me a little guidance. Thanks, Shane
Shane, there is XMLRPC interface that can be used for this goal. It is not yet documented, but generally it implements the same functions as described here: http://manual.amember.com/Using_site.inc.php_and_hooks#aMember_database_functions Have a look to http://www.amember.com/p/Integration/Joomla-CommunityBuilder as well. You can also use it as code example.