News:

Support the VirtueMart project and become a member

Main Menu

Templating user account

Started by naoko15, March 21, 2013, 22:08:34 PM

Previous topic - Next topic

naoko15

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.


naoko15

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?


K&K media production

You need a template override and then remove the infos in the view file.

naoko15

Thanks but which is the view file where this info is in?

K&K media production

user -> edit_vmshopper.php

or if you like hide all fields

user -> edit_shopper.php and comment out line 32 "echo $this->loadTemplate('vmshopper');"

naoko15