lat9 / options_stock_support

Products' Options' Stock Manager: Support Thread
0 stars 3 forks source link

Suggestion: Allow optional disabling of uasort call #23

Closed scottcwilson closed 8 years ago

scottcwilson commented 8 years ago

When I comment out admin/products_options_stock.php line 682

uasort ($pos_product_options, 'pos_product_options_sort');

the products are sorted by option name, which is much easier to read. (See old vs new images below).

old new
lat9 commented 8 years ago

v2.1.5 will include a sort-order dropdown in both the main and view-all tools to enable sort by products model as well.

scottcwilson commented 8 years ago

Great! My client thinks your script is far superior to Stock by Attributes - just looking for a few additional tweaks to provide even greater flexibility.

scottcwilson commented 8 years ago

Works nicely! Closing issue.