OPC, v2.1.0-beta9 is now available for pre-release testing: https://github.com/lat9/one_page_che...g/v2.1.0-beta9
I'm feeling (finally) pretty good about the stability, but will wait a couple of days before marking it as the v2.1.0-final version ... just in case there are more gremlins lurking in the code.
NOT a OPC edit
"SORT ADDRESS BOOK BY COMPANY"
Core edits...
/includes/modules/pages/address_book/header_php.php
That one was easy enough around line 28:
Previous edit to add company to address around line 40:Code:ORDER BY company, firstname, lastname";
Code:// Add company to address array 'company'=>$addresses->fields['company'],