Module Display Order Matches Sort Order in Admin

Module Display Order Matches Sort Order in Admin

Module Display Order Matches Sort Order in Admin Download Summary

  • Language: PHP
  • Platform: Windows / Linux / BSD
  • License: GPL - GNU Public License
  • Databases: MySQL
  • Downloads: 465
  • Released: Jun 13, 2007

Module Display Order Matches Sort Order in Admin Description

It's kind of confusing, and since in the case of the Order Total modules it actually determines the order in which order prices are calculated, this can be a pain in the neck. So I made a small tweak and now all modules in the Admin>Modules section actually DISPLAY in order so it's easier to size them up at a glance.

This contribution makes only a rather minor change to the admin/modules.php file, which will make it list your Order Total, Shipping, and Payment Modules in the sort order you gave them in the first place. (They normally display alphabetically, which is dumb.)

This remedies that. It's purely a cosmetic improvement, and makes the list display much more sensible, as it should have been in the first place. It doesn't affect store functionality in any manner, but should make administrators' jobs a teeny bit easier.

For the sake of convenience, it also puts "not active" text on any module which is in the list but not installed yet, and which therefore HAS no sort order assigned.

Note: Once again, this doesn't change the way the store functions, it ONLY makes the modules display in order in the admin section. Purely a convenience.

HOW IT WORKS: The modules.php file just reads all the module files in your modules directory in alphabetical order and outputs the HTML for each one right there and then. I just created an array to hold the HTML for each module the script finds, and then it sorts that array, and THEN outputs the HTML in proper order.

BACK UP YOUR MODULES.PHP FILE BEFORE INSTALLING. If it doesn't work, just restore the original file.

DIFFICULTY: Novice. Extremely easy! Follow the instructions closely--select a single block of text in your existing modules.php and past new text to replace it.

Module Display Order Matches Sort Order in Admin Keywords

Module Display Order Matches Sort Order in Admin Bookmark

Hyperlink code:
Hyperlink for Forum code:

Module Display Order Matches Sort Order in Admin Script Download Notice

Top 4 Download periodically updates information of Module Display Order Matches Sort Order in Admin script from the developer, but some information may be slightly out-of-date.

Our script download links are directly from our mirrors or publisher's website. Module Display Order Matches Sort Order in Admin torrent files or shared files from free file sharing and free upload services, including Rapidshare, MegaUpload, YouSendIt, MailBigFile, DropSend, HellShare, HotFile, FileServe, MediaMax, zUpload, MyOtherDrive, SendSpace, DepositFiles, Letitbit, LeapFile, DivShare or MediaFire, are not allowed!

Sort Order Total Modules in admin

... available contribution, this will work with any installed order total modular as long at it follows the ... the file as {name}.php & the configuration_key as MODULE_ORDER_TOTAL_{name}_SORT_ORDER. If not it could be easily modified. ...

Product Attributes Sort Order

... with no way to override or set the sort order of the options. This may result in a ... selected by the user, this mod adds a sort_order field to the product_atributes table and to the products_attributes.php, and product_info.php pages to allow user ordering of these attributes. ...

Product Sort

I needed the capability of sorting by product similar to the way in which categories are sorted. I read through many posts of how people use different techniques to accomplish product sort (i.e. putting a number such as 1., 2., ... together this contribution with the following features:- product sort entry on the product entry page in admin- ...

Improved Order Number

The order number will be printed on the invoices as well as show in the order list on the admin page.In checkout_process.php add$order = new order($insert_id);before the replaced line.In admin/orders.php addinclude(DIR_WS_CLASSES . 'order.php');$order = new order($oID);before the replaced line. ...

Puchase Order

This is a simple module that enables your customers that have accounts with ... pay by invoice based on their own purchase order number.The module allows your customers to enter their Account Name (Taken from Company Name), Account Number, and Purchase Order Number, while in the checkout. Their details are then stored and displayed in Admin.NOTE: You must enable the Company field ...