Displaying manufacturers in alphabetical order

  1. Open the func.php file located in the addons/manufacturers directory.
  2. Find and replace the following part of code there:
    ORDER BY $db_tables[manufacturers].position $_limit");

    with this one:
    ORDER BY $db_tables[manufacturer_descriptions].manufacturer $_limit");
  3. Save the file.

Noticed an error in the article or it is not clear enough? Any suggestions to improve it? Please let us know by filling in the feedback form. Click here.