Is there a way or any mods that can set up that when a customer logs in it automatically sends them to a group according to what they enter in registration
I grappled with a similar situation myself. It was not for wholesale accounts, like yours; nonetheless, my solution:
1. Generate coupon codes that provide discounts equal to that which your discount groups provide. In the admin, set your coupon codes like this:
Code:
Uses per Coupon :: Unlimited
Uses per Customer :: 1
2. Pass out the coupon codes to customers based on the group that you eventually want them to be in.
3. Let them shop whenever they like. They will place their first order using the discount code that you gave them.
4. Switch them into the discount group via the administrative console after they've placed their first order. Now their future orders will continue to get the same discount as their first order.
You have a problem if they try to place a second order before you have manually moved them into proper discount group, but I never ran into that particular problem. I know you mentioned that this was for wholesale customers, and I realize that pricing for wholesale customers can involve complications beyond simple discounts, sales tax considerations among them. However, perhaps the strategy above will be useful for someone, somewhere.
Regards,
Rick