VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: nutis on June 08, 2013, 14:02:21 PM

Title: Save User Details Button
Post by: nutis on June 08, 2013, 14:02:21 PM
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
Title: Re: Save User Details Button
Post by: K&K media production on June 09, 2013, 15:05:08 PM
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"> )
Title: Re: Save User Details Button
Post by: nutis on June 09, 2013, 21:25:53 PM
Great, thank you a lot!
;)

*SOLVED*