Hello,
I wish to remove the "Γεια σου jimmy Αποσύνδεση" (log out) form from the shopper edit information page. I have been searching for the file with ssh but with no luck. Can someone help?
Thanks in advance for your time.
Virtuemart 3.2.0
Joomla 3.6.5
CSS override is the way to do this. Use Firebug to work it out.
With the default VM templates it would be something like:
#form-login {
display: none;
}
Your template may differ, or you may need to add #cart-view to make the descriptor more specific.
Thank you very much.