Hello, i'd like to know how to remove or hide the info about the shopper's permissions in VM's user account details. I've attached a picture so it's clearer.
Also, i need to know how the insert a small gap beneath the title ("Detalles de su cuenta").
I'm using J2.5 and VM 2.0.20b
THanks.
Use template overrides and delete or add what you want.
http://dev.virtuemart.net/projects/virtuemart/wiki/Hints_for_the_use_of_the_template_system
Thank you, i've almost got it to look how i want to.
I still don't know how to remove the shopper info (user id...etc) though, any tips?
You need a template override and then remove the infos in the view file.
Thanks but which is the view file where this info is in?
user -> edit_vmshopper.php
or if you like hide all fields
user -> edit_shopper.php and comment out line 32 "echo $this->loadTemplate('vmshopper');"
Thank you so much!! :)