Hi!
I am trying to integrate a shopping cart with my existing database(MySQL). That shopping cart has recurring billing option so it creates some tables to store user info in MySQL database.
This is a weird cart - it moves users between "active" and "expired" tables depending on their paying the bill, rather then changing their permissions. This seems to be very inconvenient, as my other tables always have to refer to user permissions. So I think creating another redundant user table with permissions. Then I'll have to synchronize it with shopping cart? That seems to be wrong.
I've never done such integration before. Can some one please advise me on how such integrations are done? May be I need to find a better cart?
I am trying to integrate a shopping cart with my existing database(MySQL). That shopping cart has recurring billing option so it creates some tables to store user info in MySQL database.
This is a weird cart - it moves users between "active" and "expired" tables depending on their paying the bill, rather then changing their permissions. This seems to be very inconvenient, as my other tables always have to refer to user permissions. So I think creating another redundant user table with permissions. Then I'll have to synchronize it with shopping cart? That seems to be wrong.
I've never done such integration before. Can some one please advise me on how such integrations are done? May be I need to find a better cart?