Home Catalog Displaying manufacturers in alphabetical order
Displaying manufacturers in alphabetical order
- Open the func.php file located in the addons/manufacturers directory.
- 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"); - Save the file.
