thanks for using agile multiple seller/vendor module.
my site is at
www.troveboxes.com I have created a seller using Agile Multishop/Multivendor.
When the seller logins to his backoffice, He sees the standard prestashop Quick Access links top right.
Under Quick Access Links, there is a Menu item "My Shop". How can i link that to the individual seller's shop URL. It keeps going back to the main URL which is
www.troveboxes.com
Currently the module does not have an override on this link,
We may consider implement this if we find a good a way to override this.
you may have to modify the link from the admin theme file. here is the guide information.
1. and you can find our if currently use is a seller or not by checking $cookie->id_profile == id of profile agilemultipleseller.
( it is Configuration::get('AGILE_MS_PROFILE_ID') )
2. and you can get currently logged in user from $cookie->id_employee
3. you get seller shop link URL from $link->getAgileSellersLink($id_seller).