Our site www.viart.com site is operated by latest Viart Shop 5 with default Clear design
Topic Information
charleshays
charleshays
Mod: Alphabatize Product Type Pull Down in Product Edit
 
File: admin/admin_product.php
Around line: 117
change:
$item_types = get_db_values("SELECT item_type_id,item_type_name FROM " . $table_prefix . "item_types", array(array("", "")));
 
to:
 
$item_types = get_db_values("SELECT item_type_id,item_type_name FROM " . $table_prefix . "item_types ORDER BY item_type_name", array(array("", "")));