Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Product Attrib "order by" in Admin area?


Guest

Recommended Posts

I searched for this and only found this unanswered thread.

 

I have hundreds of product attributes in my admin area that are hard to look through, when some products have more than ten attributes spread throughout.

 

I figured out how how get the product options to sort on the admin page alphabetically by changing a line around 290 in shop/admin/products_attributes.php that read

 

$option_order_by = 'products_options_id';

 

to

 

$option_order_by = 'products_options_name';

 

but i can't seem to find any line like this for the option values or product attributes. I'm sure that this problem has been addressed before...any ideas?

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...