Page 1 of 1

SellerBackoffice Quick Access -> My shop

PostPosted: Fri Jan 10, 2014 7:48 am
by nigel.lim_3517
Hi,

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

Hope you can help.

thanks
nigel

Re: SellerBackoffice Quick Access -> My shop

PostPosted: Fri Jan 10, 2014 1:05 pm
by shokinro
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).