When adding a product it would be useful to have the manufacturers in the dropdownlist ordered by name
this can be done by:
$view->set('manufacturers', $database->cache('manufacturer', "select * from manufacturer order by name asc"));
in admin/controller/product.php line 467
Greets Dennis
Who is online
Users browsing this forum: No registered users and 1 guest