News:

You may pay someone to create your store, or you visit our seminar and become a professional yourself with the silver certification

Main Menu

Save User Details Button

Started by nutis, June 08, 2013, 14:02:21 PM

Previous topic - Next topic

nutis

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

K&K media production

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"> )

nutis

Great, thank you a lot!
;)

*SOLVED*