VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: samuelmf on March 08, 2013, 20:50:42 PM

Title: Change Form Buttons from top to bottom
Post by: samuelmf on March 08, 2013, 20:50:42 PM
I have seen 3 different VM 2 installations and the three had the submit buttons on the top right corner, all the VM2 installations have that buttons on the same position?

Is possible change the position to bottom right, what files i need to edit to do that.

Thanks
Title: Re: Change Form Buttons from top to bottom
Post by: jenkinhill on March 09, 2013, 13:18:17 PM
Which "Submit" button are you referring to? Maybe show on an image?
Title: Re: Change Form Buttons from top to bottom
Post by: PRO on March 09, 2013, 13:23:52 PM
yes this is possible with template overrides

http://forum.virtuemart.net/index.php?topic=90935.0



Title: Re: Change Form Buttons from top to bottom
Post by: samuelmf on March 09, 2013, 20:29:41 PM
Sure:
http://awesomescreenshot.com/08f10xqb63
Title: Re: Change Form Buttons from top to bottom
Post by: jenkinhill on March 09, 2013, 23:43:37 PM
The template files concerned are in joomla_root/components/com_virtuemart/views/user/tmpl/

Make your edits and use the edited file(s) for template override.

The override file should be placed in joomla_root/templates/(your_template)/html/com_virtuemart/user/
See http://www.ostraining.com/blog/joomla/overrides  and  http://dev.virtuemart.net/projects/virtuemart/wiki/Hints_for_the_use_of_the_template_system
Title: Re: Change Form Buttons from top to bottom
Post by: samuelmf on March 12, 2013, 04:20:31 AM
Ty so much guys i will check this