snowmousepub Posted December 30, 2014 Share Posted December 30, 2014 (edited) Hi, I would like to disable possibility to import categories in CSV Import. Problem is simple, we are updating products more times a day via Import CSV. By mistake someone overwrite categories more times . So than I need to edit them in 4 languages all over and I can't do it with importing. Thanks for help Solved! Edited December 30, 2014 by snowmousepub (see edit history) Link to comment Share on other sites More sharing options...
tuk66 Posted December 30, 2014 Share Posted December 30, 2014 Look at entities in /controllers/admin/AdminImportController.php $this->entities = array( $this->l('Categories'), $this->l('Products'), $this->l('Combinations'), $this->l('Customers'), $this->l('Addresses'), $this->l('Manufacturers'), $this->l('Suppliers'), $this->l('Alias'), ); and comment out the Categories row. 2 Link to comment Share on other sites More sharing options...
snowmousepub Posted December 30, 2014 Author Share Posted December 30, 2014 Doch! That's it! Thank you very much. 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