News:

Looking for documentation? Take a look on our wiki

Main Menu

Removing Vendor Status on Account Maintenance page

Started by antonitus, March 10, 2016, 11:55:00 AM

Previous topic - Next topic

antonitus

Hi,

Can somebody please tell me how I can remove the 'Vendor Status' line in the Account Maintenance page (please see screenshot).

Thanks,
antonitus
Joomla V3.5.1
Virtuemart V3.0.16

VMTemplates.net

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
We develop VirtueMart templates since 2008
https://www.virtuemarttemplates.net/
Join the VirtueMart Templates Club today and get an access to over 60 VirtueMart templates
https://www.virtuemarttemplates.net/template-club.html
If you need a custom VirtueMart Template design please visit https://www.virtuemarttemplates.net/custom-virtuemart-template-design.html
Visit our new shop https://demo.virtuemarttemplates.net/
Join the VirtueMart Templates Club, purchase the template or order one of our services like Hosting, Website Maintenance, Security and Optimization, Template Customization and more

antonitus

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
Joomla V3.5.1
Virtuemart V3.0.16

jenkinhill

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.

Kelvyn
Lowestoft, Suffolk, UK

Retired from forum life November 2023

Please mention your VirtueMart, Joomla and PHP versions when asking a question in this forum

antonitus

Joomla V3.5.1
Virtuemart V3.0.16

antonitus

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
Joomla V3.5.1
Virtuemart V3.0.16