guest* Posted August 31, 2010 Share Posted August 31, 2010 Im now importing all my data from the old shopsystem into presta. I've noticed, that when I import a categorie, a child category or a product it wil be not activated to all customer groups, but only to the standard set. It is not possible for me to tick than all manually with this quantity of data. Is there any other possibility to have all customer group active for all categories, child categories an products ? If I want some not activated I can do it manually, but not yet by migration... Link to comment Share on other sites More sharing options...
guest* Posted August 31, 2010 Author Share Posted August 31, 2010 Is there nobody working with customer groups ? How can I tick all groups by mass, so that all products and all categories are visible for all my groups ? Link to comment Share on other sites More sharing options...
rocky Posted September 1, 2010 Share Posted September 1, 2010 You could run the following SQL query to delete customers from any existing groups, then put all the customers in all groups: TRUNCATE `ps_customer_group`; INSERT INTO `ps_customer_group` SELECT `id_customer`, `id_group` FROM `ps_customer` JOIN `ps_group`; Change ps_ to your database prefix. Remember to back up the ps_customer_group table in case something goes wrong. 1 Link to comment Share on other sites More sharing options...
guest* Posted September 1, 2010 Author Share Posted September 1, 2010 Sorry, but I think my question was not clear enough. When I import my categories and products I cannot select in which group these should be "visible", so I have to tick all categories, undercategories and products each one manually. I don't want to delete customers. Link to comment Share on other sites More sharing options...
petitnain Posted September 1, 2010 Share Posted September 1, 2010 Dear cd2500,My tool called PrestaOffice available at www.pataro.fr has a menu called CategoryGroup to do this particular job : create any possible Category-Group pairs in an Excel file - Once your file is ready, you can import to the DB and you will get the job done. Link to comment Share on other sites More sharing options...
guest* Posted September 1, 2010 Author Share Posted September 1, 2010 Hi Patrick,thx. I will try it next week when I'm back from exhibition. It seems that all my problems in migrating can be solved with you tool.SalutConny 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