Hi,
Can somebody please tell me how I can remove the 'Vendor Status' line in the Account Maintenance page (please see screenshot).
Thanks,
antonitus
Hi,
you can try to remove it using CSS. Please paste this code below to your template.css file:
#ui-tabs #tab-1 > fieldset .adminForm.user-details tbody:nth-child(1) tr {
display: none;
}
It would be easier if you would sent URL of your website.
Thanks,
Jason
Hi Jason,
Thank you for your help. That CSS is very interesting, however it removes most of the admin info including parts of the registration form.
I only want to remove one line from this page (please see screenshot).
You have to log in to see this page as you know.
Thanks,
antonitus
In default the VirtueMart templates you do not see the vendor information unless you are logged into the FE and the shop is set to multi-vendor rather than status. So if you are not running a multi-vendor store just turn off MV in Config/Shop.
Thank
Thanks jenkinhill, that fixed it nicely. I wasn't aware of that. I had to turn it on when I was configuring one vendor, which I believe we have to do to set up a shop.
Thanks,
antonitus