VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: ronjb on February 18, 2013, 08:28:20 AM

Title: file location to edit editaddresscheckoutBT layout view
Post by: ronjb on February 18, 2013, 08:28:20 AM
I just want to change the <h1>Your account details</h1> and <h2>Add/Edit billing address information   </h2> to h4 or h5 cause the font-size is to big if its gonna be h1 and h2

Thanks
Title: Re: file location to edit editaddresscheckoutBT layout view
Post by: GJC Web Design on February 18, 2013, 08:57:33 AM
<h1><?php echo $this->page_title ?></h1>

components/com_virtuemart/views/user/tmpl/edit_address.php line 34

Title: Re: file location to edit editaddresscheckoutBT layout view[Solved]
Post by: ronjb on February 18, 2013, 11:19:22 AM
Thanks GJC Web Design, much appreciated.. btw one more thing if its all okay, how can i change (Save) button to (Save and continue) as the value?

Thanks in advance
Title: Re: file location to edit editaddresscheckoutBT layout view
Post by: lofman on February 19, 2013, 08:24:07 AM
Hi,

that button is language settings. Virtuemart language files are installed to joomla  language folder. ex. language\en-GB, there is files en-GB.com_virtuemartxx.ini and en-GB.mod_virtuemartxx.ini there is all buttons header text and etc. Dont exactly know where is the text located in the ini file.
Title: Re: file location to edit editaddresscheckoutBT layout view
Post by: blainbci on October 17, 2013, 17:58:56 PM
In the edit address page all of my fields for name, address, ect are across the page instead of in a row from top to bottom. How can I correct this issue?