Signup information into two MySQL tables

Discussion in 'Integration' started by cyrilthemonkey, Jul 15, 2009.

  1. cyrilthemonkey

    cyrilthemonkey New Member

    Joined:
    Jul 15, 2009
    Messages:
    1
    Hey,

    I have aMember 3.0.9 running on my website, and everything is fine. I also have Magento, and I wanted to know how I could share information between the two - my version doesn't support the Magento plugin I don't think, and if I were to install the trial version, it'd screw up my site.

    When a customer signs up to aMember, it ships the information over to the 'amember_members' database table, but I want information sent to the 'customer_entity' table also (which handles Magento customers). I would probably only need to import the e-mail since this is the only mutual column in both tables. Also, when that customer is created, I want a '5' put into the 'group_id' for the Magento - which assigns the customer to that customer group in Magento.

    I can't figure out what PHP script I need to edit, or how to get Magento and aMember to integrate without messing around with the trial version.

    Any help would be appreciated. Thanks.

Share This Page