Jump to content

[SOLVED] disable option in CSV Import


snowmousepub

Recommended Posts

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 :angry: . 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 by snowmousepub (see edit history)
Link to comment
Share on other sites

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.

  • Like 2
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...