When using the pre-filled model numbers display, can the sort order be changed to either zen cart sort order or alphabetically? Or better yet, can it just use the order that the model numbers are entered in qo_settings.php.
Example:
$qo_model_array = array(
'00541-BNDL-Q',
'00602-BNDL-Q',
'00596-BNDL-Q',
'00527-BNDL-Q',
'00558-BNDL-Q',
'00534-BNDL-Q',
'00589-BNDL-Q');
Bookmarks