Hello,
I want to give students of an organisation discounts on the prices when they visit my e-shop and I don't want normal customers to see what their prices are. So far this will work in Actinic Business.
I can check on this organisations server a combination of the customers id and birthday with server side scripting and I get a "1" or "0" (meaning registered or not) back from their server. So far so good.
I want to use this "combination" id and "birthday" to be their account login to give them access to their group. I get stuck on the part that Actinic requires that the customer accounts (30000+ and dynamic) have to be first added by hand. Is there a way to ommit this and to have these accounts created automaticly by the customer when I get a value "1" back from their server during the customers first login.
Any ideas and suggestions would be appriciated. Thanks! René
I want to give students of an organisation discounts on the prices when they visit my e-shop and I don't want normal customers to see what their prices are. So far this will work in Actinic Business.
I can check on this organisations server a combination of the customers id and birthday with server side scripting and I get a "1" or "0" (meaning registered or not) back from their server. So far so good.
I want to use this "combination" id and "birthday" to be their account login to give them access to their group. I get stuck on the part that Actinic requires that the customer accounts (30000+ and dynamic) have to be first added by hand. Is there a way to ommit this and to have these accounts created automaticly by the customer when I get a value "1" back from their server during the customers first login.
Any ideas and suggestions would be appriciated. Thanks! René
Comment