Hi,
The edition of the plugin is also link to an option in the HikaMarket configuration.
www.hikashop.com/support/documentation/1...onfig_market_general
Configuration of plugins by vendors More than the ACL, if you want vendors to be able to have their own shipping/payment methods, you need to activate that option.
For the moment, the vendors can just have their "own plugin" but this option can evolve in the future and maybe propose a "configuration override" system to just override the shipping/payment method you will authorize.
Our goal is to propose different kind of plugin edition in the future and it is a security for user who upgrade HikaMarket with all rights for the vendors (but who doesn't want them to create new plugins).
About the page title ; I'm afraid that the issue is not related to HikaMarket but to a module.
In HikaMarket, the display of the vendor page set the page title
$doc = JFactory::getDocument();
/* ... */
$doc->setTitle( strip_tags($vendor->vendor_name) );
So it means that something else change the page title afterwards.
Regards,