Kalastudio Posted May 6, 2010 Share Posted May 6, 2010 I migrated the tables in the database version 1.1 to version 1.2.5 embed various fields necessary for the new version on the old boards, everything seems to work well, but customers need to place them in the group "default" I have tried manually of embedding in the group ... but in reviewing the group and its members, is that members added manually, are not integrated.Anyone have an idea of how to add these clients to the group "default"?Thanks a lot. Link to comment Share on other sites More sharing options...
SeerKan Posted September 10, 2010 Share Posted September 10, 2010 I see it marked as "solved" but there are no replyes. Can you please tell us how did you fix this problem ?Best regards. Link to comment Share on other sites More sharing options...
Kalastudio Posted September 10, 2010 Author Share Posted September 10, 2010 Hi SeerKan well I need ti make the change in the data base adding every customer to the default group.I hope this can help you. Link to comment Share on other sites More sharing options...
ezakimak Posted September 11, 2010 Share Posted September 11, 2010 I faced the same problem some time ago, I solved this with plain SQLissue this sql in your prefered program to manage your databaseinsert into ps_customer_group (id_customer, id_group )select id_customer , 1from ps_customer where id_customer not in ( select id_customer from ps_customer_group where id_group = 1 )hope this helpshugh Link to comment Share on other sites More sharing options...
PrestaMagic Posted December 14, 2011 Share Posted December 14, 2011 Hugh, That was very helpful. Thanks (over a year later!) Link to comment Share on other sites More sharing options...
Emmanuel Paris Posted December 20, 2011 Share Posted December 20, 2011 Thanks Ezakimak ! It works. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now