Hello,
I would like to move the button "Save / Cancel" (e.g. saving user details, saving customer address, ...) to the bottom of the page. Which all files contain this function? It is enough to only move the part of this code behind all of the code, isnt it? Could you please tell me then the names of the all files which contains this function and where could I find them?
Thank you a lot!
nutis
the file is in components/com_virtuemart/views/user/tmpl/edit_adress.php
make a override and copy it to
your_template/html/com_virtuemart/user
you can move the section to the bottom of the form ( <div class="control-buttons"> )
Great, thank you a lot!
;)
*SOLVED*