View All Options As List - List Is Missing Items And Is Randon

When choosing view all options as list - the generated list is limited to 10 - and the items displayed are randon, not in any alphabetical order or price order.

Any help appreciated

Thank you

Adrian

[attachment=13245:Screen Shot 2018-05-25 at 2.10.43 PM.png]

Screen Shot 2018-05-25 at 2.10.43 PM.png

Yes i would like to know too

Limit can be defined in block settings which is applied to the tab

http://prntscr.com/k0nwiw

To sorting try to open app/addons/product_variations/schemas/block_manager/blocks.post.php and replace

'product_type' => ProductManager::PRODUCT_TYPE_VARIATION,

with

'product_type' => ProductManager::PRODUCT_TYPE_VARIATION,
'sort_order' => 'asc',
'sort_by' => 'product',

Then clear cache

(!) Not tested