0

There is one constant used in magento/importexport/model/import.php file.

i.e. DEFAULT_GLOBAL_MULTI_VALUE_SEPARATOR having value comma as default but to update this I override file with preference but even after that the import form not showing | as default value instead of , (comma)

The form is created from

magento/importexport/block/adminhtml/import/edit/Form.php

Where a text field

'name' => Import::FIELD_FIELD_MULTIPLE_VALUE_SEPARATOR

use

'value'=> Import::DEFAULT_GLOBAL_MULTI_VALUE_SEPARATOR

Do we need to override this file as well using preference as this is a protected method _prepareForm

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.