How can I disable the Vendor's information from showing in the front-end? I do not see an option to do so in the backend? It really isn't necessary to have the Vendor information in the front end if there is only one vendor managing/selling in the store.
Thank you.
Hello,
Don't publish vendor information under a menu item ... i am not sure if i understand your issue...
Regards
If the Vendor logs into their account using the VirtueMart Account Maintenance link we have set up, it displays their Vendor information, besides their Shopper Information.
Is there a way to disable the Vendor Information from showing in the frontend?
Hello,
Override edit.php under components\com_virtuemart\views\user\tmpl
and comment out line 73 $tabarray['vendor'] = 'COM_VIRTUEMART_VENDOR';
never test it, you could test it and just hide the tab :)
Regards
Beauty!
Thank you.