Thanks for inquiry on Agile Seller products module - a accessory/helper module of Agile Multiple Seller market place solution.
1) My agilemultiplesellers are shown in the list \"shop by seller\" by the names of the persons who admin their shops. How do I change it so the list displays the company names indstead?
Yes, you can change that in theme file by changing
1. file agileseller.tpl
From :
$seller->firstname
To :
$seller_info->company
2. file agilesellers.tpl
From:
$seller.firstname
To:
$seller.company
2) Is it possible to give each agilemultipleseller an easy-to-remember URL like
www.mymarketplace.com/sellerX ? This is actually pretty critical for the sellers.
This is also possible, but there is not simple solution at this moment instead of you manually add url reqrute rules into .htaccess file.