Magento - make the field "company" required -


for a B2B Magren site, when a new customer is entered, then I need the field "company" Want to do

Which file should I edit?

Thank you very much.

You should add it to your side on the server side

If you use Magento < Strong> Entreprise Edition , you can only edit the company property by back end, and set it to "Required" .

If you are working with Community Edition , you must manually change this value with SQL this eav_attribute is in the table, attribute_code is company and you just is_required to 1 .

Comments

Popular posts from this blog

qt - switch/case statement in C++ with a QString type -

python - sqlite3.OperationalError: near "REFERENCES": syntax error - foreign key creating -

Python's equivalent for Ruby's define_method? -